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.194,-86.1702)};var g_5606841d6295e59995516e3c3342d452 = new google.maps.Geocoder();g_5606841d6295e59995516e3c3342d452.geocode( { 'address': "18 N Center St, Hartford, MI 49057"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hartford-MI-chemical-bank').style.display = '';map = new google.maps.Map(document.getElementById('hartford-MI-chemical-bank'), mapOptions);}document.getElementById('9c476aaa').innerHTML += ' | View Map';var $l5606841d6295e59995516e3c3342d452 = '

Chemical Bank

Address: 18 N Center St, Hartford, MI 49057
Phone: (269) 621-3196
';var m_5606841d6295e59995516e3c3342d452 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chemical Bank',});m_5606841d6295e59995516e3c3342d452['infowindow'] = new google.maps.InfoWindow({content: $l5606841d6295e59995516e3c3342d452});var infowindow = new google.maps.InfoWindow({content: $l5606841d6295e59995516e3c3342d452});google.maps.event.addListener(m_5606841d6295e59995516e3c3342d452, 'click', function() {infowindow.open(map,m_5606841d6295e59995516e3c3342d452);});$marker.push(m_5606841d6295e59995516e3c3342d452);}});}google.maps.event.addDomListener(window, 'load', initialize);