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(40.8786,-81.4801)};var g_625897c834167a146485d5294a428b5f = new google.maps.Geocoder();g_625897c834167a146485d5294a428b5f.geocode( { 'address': "6725 Wales Ave NW, Massillon, OH 44646, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('massillon-OH-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('massillon-OH-atm-huntington-national-bank'), mapOptions);}document.getElementById('c8f1e105').innerHTML += ' | View Map';var $l625897c834167a146485d5294a428b5f = '

ATM (Huntington National Bank)

Address: 6725 Wales Ave NW, Massillon, OH 44646, USA
Phone:
';var m_625897c834167a146485d5294a428b5f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_625897c834167a146485d5294a428b5f['infowindow'] = new google.maps.InfoWindow({content: $l625897c834167a146485d5294a428b5f});var infowindow = new google.maps.InfoWindow({content: $l625897c834167a146485d5294a428b5f});google.maps.event.addListener(m_625897c834167a146485d5294a428b5f, 'click', function() {infowindow.open(map,m_625897c834167a146485d5294a428b5f);});$marker.push(m_625897c834167a146485d5294a428b5f);}});}google.maps.event.addDomListener(window, 'load', initialize);