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.896,-81.5877)};var g_2c04706d96f8cf581cbd1b09a3a8ce30 = new google.maps.Geocoder();g_2c04706d96f8cf581cbd1b09a3a8ce30.geocode( { 'address': "965 Cherry St E, Canal Fulton, OH 44614, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canal-fulton-OH-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('canal-fulton-OH-atm-huntington-national-bank'), mapOptions);}document.getElementById('f6d2c19b').innerHTML += ' | View Map';var $l2c04706d96f8cf581cbd1b09a3a8ce30 = '

ATM (Huntington National Bank)

Address: 965 Cherry St E, Canal Fulton, OH 44614, USA
Phone:
';var m_2c04706d96f8cf581cbd1b09a3a8ce30 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_2c04706d96f8cf581cbd1b09a3a8ce30['infowindow'] = new google.maps.InfoWindow({content: $l2c04706d96f8cf581cbd1b09a3a8ce30});var infowindow = new google.maps.InfoWindow({content: $l2c04706d96f8cf581cbd1b09a3a8ce30});google.maps.event.addListener(m_2c04706d96f8cf581cbd1b09a3a8ce30, 'click', function() {infowindow.open(map,m_2c04706d96f8cf581cbd1b09a3a8ce30);});$marker.push(m_2c04706d96f8cf581cbd1b09a3a8ce30);}});}google.maps.event.addDomListener(window, 'load', initialize);