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.0244,-80.7453)};var g_850972b9b9e9e1d869107e2498745386 = new google.maps.Geocoder();g_850972b9b9e9e1d869107e2498745386.geocode( { 'address': "11 Manor Hill Dr, Canfield, OH 44406, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canfield-OH-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('canfield-OH-atm-huntington-national-bank'), mapOptions);}document.getElementById('fdd9beb9').innerHTML += ' | View Map';var $l850972b9b9e9e1d869107e2498745386 = '

ATM (Huntington National Bank)

Address: 11 Manor Hill Dr, Canfield, OH 44406, USA
Phone:
';var m_850972b9b9e9e1d869107e2498745386 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_850972b9b9e9e1d869107e2498745386['infowindow'] = new google.maps.InfoWindow({content: $l850972b9b9e9e1d869107e2498745386});var infowindow = new google.maps.InfoWindow({content: $l850972b9b9e9e1d869107e2498745386});google.maps.event.addListener(m_850972b9b9e9e1d869107e2498745386, 'click', function() {infowindow.open(map,m_850972b9b9e9e1d869107e2498745386);});$marker.push(m_850972b9b9e9e1d869107e2498745386);}});}google.maps.event.addDomListener(window, 'load', initialize);