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(42.5319,-85.8672)};var g_c2fe9a007bc6d74f028178c5bb912476 = new google.maps.Geocoder();g_c2fe9a007bc6d74f028178c5bb912476.geocode( { 'address': "236 Hubbard St, Allegan, MI 49010"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('allegan-MI-chemical-bank').style.display = '';map = new google.maps.Map(document.getElementById('allegan-MI-chemical-bank'), mapOptions);}document.getElementById('a5055c84').innerHTML += ' | View Map';var $lc2fe9a007bc6d74f028178c5bb912476 = '

Chemical Bank

Address: 236 Hubbard St, Allegan, MI 49010
Phone: (269) 673-6691
';var m_c2fe9a007bc6d74f028178c5bb912476 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chemical Bank',});m_c2fe9a007bc6d74f028178c5bb912476['infowindow'] = new google.maps.InfoWindow({content: $lc2fe9a007bc6d74f028178c5bb912476});var infowindow = new google.maps.InfoWindow({content: $lc2fe9a007bc6d74f028178c5bb912476});google.maps.event.addListener(m_c2fe9a007bc6d74f028178c5bb912476, 'click', function() {infowindow.open(map,m_c2fe9a007bc6d74f028178c5bb912476);});$marker.push(m_c2fe9a007bc6d74f028178c5bb912476);}});}google.maps.event.addDomListener(window, 'load', initialize);