var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(43.0628,-83.8534)};var g_f3256c3083a246205c95d37c9c8c7bdd = new google.maps.Geocoder();g_f3256c3083a246205c95d37c9c8c7bdd.geocode( { 'address': "220 E Main St, Flushing, MI 48433, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('flushing-MI-chemical-bank').style.display = '';map = new google.maps.Map(document.getElementById('flushing-MI-chemical-bank'), mapOptions);}document.getElementById('a8c20ed5').innerHTML += ' | View Map';var $lf3256c3083a246205c95d37c9c8c7bdd = '

Chemical Bank

Address: 220 E Main St, Flushing, MI 48433, USA
Phone: (810) 659-7712
';var m_f3256c3083a246205c95d37c9c8c7bdd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chemical Bank',});m_f3256c3083a246205c95d37c9c8c7bdd['infowindow'] = new google.maps.InfoWindow({content: $lf3256c3083a246205c95d37c9c8c7bdd});var infowindow = new google.maps.InfoWindow({content: $lf3256c3083a246205c95d37c9c8c7bdd});google.maps.event.addListener(m_f3256c3083a246205c95d37c9c8c7bdd, 'click', function() {infowindow.open(map,m_f3256c3083a246205c95d37c9c8c7bdd);});$marker.push(m_f3256c3083a246205c95d37c9c8c7bdd);}});}google.maps.event.addDomListener(window, 'load', initialize);