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.4497,-84.7483)};var g_371f38aeb670169c78d4197b3c669003 = new google.maps.Geocoder();g_371f38aeb670169c78d4197b3c669003.geocode( { 'address': "187 N Michigan Ave, Edgerton, OH 43517, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edgerton-OH-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('edgerton-OH-atm-huntington-national-bank'), mapOptions);}document.getElementById('fd3595c3').innerHTML += ' | View Map';var $l371f38aeb670169c78d4197b3c669003 = '

ATM (Huntington National Bank)

Address: 187 N Michigan Ave, Edgerton, OH 43517, USA
Phone:
';var m_371f38aeb670169c78d4197b3c669003 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_371f38aeb670169c78d4197b3c669003['infowindow'] = new google.maps.InfoWindow({content: $l371f38aeb670169c78d4197b3c669003});var infowindow = new google.maps.InfoWindow({content: $l371f38aeb670169c78d4197b3c669003});google.maps.event.addListener(m_371f38aeb670169c78d4197b3c669003, 'click', function() {infowindow.open(map,m_371f38aeb670169c78d4197b3c669003);});$marker.push(m_371f38aeb670169c78d4197b3c669003);}});}google.maps.event.addDomListener(window, 'load', initialize);