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(41.9827,-86.1103)};var g_80e95d403709b12e758a590b74d9965e = new google.maps.Geocoder();g_80e95d403709b12e758a590b74d9965e.geocode( { 'address': "205 Commercial St, Dowagiac, MI 49047, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dowagiac-MI-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('dowagiac-MI-atm-huntington-national-bank'), mapOptions);}document.getElementById('62a63de2').innerHTML += ' | View Map';var $l80e95d403709b12e758a590b74d9965e = '

ATM (Huntington National Bank)

Address: 205 Commercial St, Dowagiac, MI 49047, USA
Phone:
';var m_80e95d403709b12e758a590b74d9965e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_80e95d403709b12e758a590b74d9965e['infowindow'] = new google.maps.InfoWindow({content: $l80e95d403709b12e758a590b74d9965e});var infowindow = new google.maps.InfoWindow({content: $l80e95d403709b12e758a590b74d9965e});google.maps.event.addListener(m_80e95d403709b12e758a590b74d9965e, 'click', function() {infowindow.open(map,m_80e95d403709b12e758a590b74d9965e);});$marker.push(m_80e95d403709b12e758a590b74d9965e);}});}google.maps.event.addDomListener(window, 'load', initialize);