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.8802,-81.439)};var g_49a68191c4938f00adc36a9f2f1be98c = new google.maps.Geocoder();g_49a68191c4938f00adc36a9f2f1be98c.geocode( { 'address': "4879 Portage St NW, North Canton, OH 44720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-canton-OH-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('north-canton-OH-atm-huntington-national-bank'), mapOptions);}document.getElementById('0f54caa6').innerHTML += ' | View Map';var $l49a68191c4938f00adc36a9f2f1be98c = '

ATM (Huntington National Bank)

Address: 4879 Portage St NW, North Canton, OH 44720, USA
Phone:
';var m_49a68191c4938f00adc36a9f2f1be98c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_49a68191c4938f00adc36a9f2f1be98c['infowindow'] = new google.maps.InfoWindow({content: $l49a68191c4938f00adc36a9f2f1be98c});var infowindow = new google.maps.InfoWindow({content: $l49a68191c4938f00adc36a9f2f1be98c});google.maps.event.addListener(m_49a68191c4938f00adc36a9f2f1be98c, 'click', function() {infowindow.open(map,m_49a68191c4938f00adc36a9f2f1be98c);});$marker.push(m_49a68191c4938f00adc36a9f2f1be98c);}});}google.maps.event.addDomListener(window, 'load', initialize);