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.0264,-81.7293)};var g_03173127ec596d8e7fc4d8d20ba44aff = new google.maps.Geocoder();g_03173127ec596d8e7fc4d8d20ba44aff.geocode( { 'address': "129 High St, Wadsworth, OH 44281, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wadsworth-OH-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('wadsworth-OH-atm-huntington-national-bank'), mapOptions);}document.getElementById('5b36789a').innerHTML += ' | View Map';var $l03173127ec596d8e7fc4d8d20ba44aff = '

ATM (Huntington National Bank)

Address: 129 High St, Wadsworth, OH 44281, USA
Phone:
';var m_03173127ec596d8e7fc4d8d20ba44aff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_03173127ec596d8e7fc4d8d20ba44aff['infowindow'] = new google.maps.InfoWindow({content: $l03173127ec596d8e7fc4d8d20ba44aff});var infowindow = new google.maps.InfoWindow({content: $l03173127ec596d8e7fc4d8d20ba44aff});google.maps.event.addListener(m_03173127ec596d8e7fc4d8d20ba44aff, 'click', function() {infowindow.open(map,m_03173127ec596d8e7fc4d8d20ba44aff);});$marker.push(m_03173127ec596d8e7fc4d8d20ba44aff);}});}google.maps.event.addDomListener(window, 'load', initialize);