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(39.7421,-82.6413)};var g_e650fa070b81e570aaec97f0af2245f2 = new google.maps.Geocoder();g_e650fa070b81e570aaec97f0af2245f2.geocode( { 'address': "2665 N Memorial Dr, Lancaster, OH 43130, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-OH-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-OH-atm-huntington-national-bank'), mapOptions);}document.getElementById('f3435c35').innerHTML += ' | View Map';var $le650fa070b81e570aaec97f0af2245f2 = '

ATM (Huntington National Bank)

Address: 2665 N Memorial Dr, Lancaster, OH 43130, USA
Phone:
';var m_e650fa070b81e570aaec97f0af2245f2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_e650fa070b81e570aaec97f0af2245f2['infowindow'] = new google.maps.InfoWindow({content: $le650fa070b81e570aaec97f0af2245f2});var infowindow = new google.maps.InfoWindow({content: $le650fa070b81e570aaec97f0af2245f2});google.maps.event.addListener(m_e650fa070b81e570aaec97f0af2245f2, 'click', function() {infowindow.open(map,m_e650fa070b81e570aaec97f0af2245f2);});$marker.push(m_e650fa070b81e570aaec97f0af2245f2);}});}google.maps.event.addDomListener(window, 'load', initialize);