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.2079,-86.167)};var g_48e114557a2a01911ec9a189aaff0dba = new google.maps.Geocoder();g_48e114557a2a01911ec9a189aaff0dba.geocode( { 'address': "18 N Center St, Hartford, MI 49057, USA"}, 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('b134dd86').innerHTML += ' | View Map';var $l48e114557a2a01911ec9a189aaff0dba = '

Chemical Bank

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