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.9823,-84.1175)};var g_d4f3031272693602ccb1df4024655175 = new google.maps.Geocoder();g_d4f3031272693602ccb1df4024655175.geocode( { 'address': "310 N Shiawassee St, Corunna, MI 48817, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corunna-MI-chemical-bank').style.display = '';map = new google.maps.Map(document.getElementById('corunna-MI-chemical-bank'), mapOptions);}document.getElementById('783277de').innerHTML += ' | View Map';var $ld4f3031272693602ccb1df4024655175 = '

Chemical Bank

Address: 310 N Shiawassee St, Corunna, MI 48817, USA
Phone: (989) 743-8573
';var m_d4f3031272693602ccb1df4024655175 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chemical Bank',});m_d4f3031272693602ccb1df4024655175['infowindow'] = new google.maps.InfoWindow({content: $ld4f3031272693602ccb1df4024655175});var infowindow = new google.maps.InfoWindow({content: $ld4f3031272693602ccb1df4024655175});google.maps.event.addListener(m_d4f3031272693602ccb1df4024655175, 'click', function() {infowindow.open(map,m_d4f3031272693602ccb1df4024655175);});$marker.push(m_d4f3031272693602ccb1df4024655175);}});}google.maps.event.addDomListener(window, 'load', initialize);