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(43.8448,-82.6518)};var g_2e68b891e8838f7ca38343ea534c8c90 = new google.maps.Geocoder();g_2e68b891e8838f7ca38343ea534c8c90.geocode( { 'address': "112 N Huron Ave, Harbor Beach, MI 48441, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harbor-beach-MI-atm-chemical-bank').style.display = '';map = new google.maps.Map(document.getElementById('harbor-beach-MI-atm-chemical-bank'), mapOptions);}document.getElementById('08f261b0').innerHTML += ' | View Map';var $l2e68b891e8838f7ca38343ea534c8c90 = '

ATM Chemical Bank

Address: 112 N Huron Ave, Harbor Beach, MI 48441, USA
Phone:
';var m_2e68b891e8838f7ca38343ea534c8c90 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM Chemical Bank',});m_2e68b891e8838f7ca38343ea534c8c90['infowindow'] = new google.maps.InfoWindow({content: $l2e68b891e8838f7ca38343ea534c8c90});var infowindow = new google.maps.InfoWindow({content: $l2e68b891e8838f7ca38343ea534c8c90});google.maps.event.addListener(m_2e68b891e8838f7ca38343ea534c8c90, 'click', function() {infowindow.open(map,m_2e68b891e8838f7ca38343ea534c8c90);});$marker.push(m_2e68b891e8838f7ca38343ea534c8c90);}});}google.maps.event.addDomListener(window, 'load', initialize);