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.9495,-80.6585)};var g_8562ae5e286544710b2e7ebe9858833b = new google.maps.Geocoder();g_8562ae5e286544710b2e7ebe9858833b.geocode( { 'address': "11623 Market St, North Lima, OH 44452, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-lima-OH-atm-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('north-lima-OH-atm-huntington-national-bank'), mapOptions);}document.getElementById('59104fb9').innerHTML += ' | View Map';var $l8562ae5e286544710b2e7ebe9858833b = '

ATM (Huntington National Bank)

Address: 11623 Market St, North Lima, OH 44452, USA
Phone:
';var m_8562ae5e286544710b2e7ebe9858833b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Huntington National Bank)',});m_8562ae5e286544710b2e7ebe9858833b['infowindow'] = new google.maps.InfoWindow({content: $l8562ae5e286544710b2e7ebe9858833b});var infowindow = new google.maps.InfoWindow({content: $l8562ae5e286544710b2e7ebe9858833b});google.maps.event.addListener(m_8562ae5e286544710b2e7ebe9858833b, 'click', function() {infowindow.open(map,m_8562ae5e286544710b2e7ebe9858833b);});$marker.push(m_8562ae5e286544710b2e7ebe9858833b);}});}google.maps.event.addDomListener(window, 'load', initialize);