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.177,-85.2735)};var g_a7c6bedcca31fb364cd2895a037b177b = new google.maps.Geocoder();g_a7c6bedcca31fb364cd2895a037b177b.geocode( { 'address': "1311 W Washington St, Greenville, MI 48838, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenville-MI-chemical-bank').style.display = '';map = new google.maps.Map(document.getElementById('greenville-MI-chemical-bank'), mapOptions);}document.getElementById('0c2a4bca').innerHTML += ' | View Map';var $la7c6bedcca31fb364cd2895a037b177b = '

Chemical Bank

Address: 1311 W Washington St, Greenville, MI 48838, USA
Phone: (616) 754-4629
';var m_a7c6bedcca31fb364cd2895a037b177b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chemical Bank',});m_a7c6bedcca31fb364cd2895a037b177b['infowindow'] = new google.maps.InfoWindow({content: $la7c6bedcca31fb364cd2895a037b177b});var infowindow = new google.maps.InfoWindow({content: $la7c6bedcca31fb364cd2895a037b177b});google.maps.event.addListener(m_a7c6bedcca31fb364cd2895a037b177b, 'click', function() {infowindow.open(map,m_a7c6bedcca31fb364cd2895a037b177b);});$marker.push(m_a7c6bedcca31fb364cd2895a037b177b);}});}google.maps.event.addDomListener(window, 'load', initialize);