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.5279,-85.8506)};var g_efa5aa6dd0dba2d0a070e93c233b2895 = new google.maps.Geocoder();g_efa5aa6dd0dba2d0a070e93c233b2895.geocode( { 'address': "236 Hubbard St, Allegan, MI 49010, USA"}, 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('b14df824').innerHTML += ' | View Map';var $lefa5aa6dd0dba2d0a070e93c233b2895 = '

Chemical Bank

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