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(44.0603,-83.6441)};var g_b17ff76389e4d83a3912e57bf15bbf80 = new google.maps.Geocoder();g_b17ff76389e4d83a3912e57bf15bbf80.geocode( { 'address': "144 N Huron Rd, Au Gres, MI 48703"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('au-gres-MI-chemical-bank').style.display = '';map = new google.maps.Map(document.getElementById('au-gres-MI-chemical-bank'), mapOptions);}document.getElementById('decc3e8c').innerHTML += ' | View Map';var $lb17ff76389e4d83a3912e57bf15bbf80 = '

Chemical Bank

Address: 144 N Huron Rd, Au Gres, MI 48703
Phone: (989) 876-8141
';var m_b17ff76389e4d83a3912e57bf15bbf80 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chemical Bank',});m_b17ff76389e4d83a3912e57bf15bbf80['infowindow'] = new google.maps.InfoWindow({content: $lb17ff76389e4d83a3912e57bf15bbf80});var infowindow = new google.maps.InfoWindow({content: $lb17ff76389e4d83a3912e57bf15bbf80});google.maps.event.addListener(m_b17ff76389e4d83a3912e57bf15bbf80, 'click', function() {infowindow.open(map,m_b17ff76389e4d83a3912e57bf15bbf80);});$marker.push(m_b17ff76389e4d83a3912e57bf15bbf80);}});}google.maps.event.addDomListener(window, 'load', initialize);