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.0051,-82.6594)};var g_cdb8f89abbdcd55b2f37e871ecf37c18 = new google.maps.Geocoder();g_cdb8f89abbdcd55b2f37e871ecf37c18.geocode( { 'address': "8910 Broad St SW, Pataskala, OH 43062, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pataskala-OH-huntington-atm').style.display = '';map = new google.maps.Map(document.getElementById('pataskala-OH-huntington-atm'), mapOptions);}document.getElementById('4cf11eea').innerHTML += ' | View Map';var $lcdb8f89abbdcd55b2f37e871ecf37c18 = '

Huntington ATM

Address: 8910 Broad St SW, Pataskala, OH 43062, USA
Phone:
';var m_cdb8f89abbdcd55b2f37e871ecf37c18 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington ATM',});m_cdb8f89abbdcd55b2f37e871ecf37c18['infowindow'] = new google.maps.InfoWindow({content: $lcdb8f89abbdcd55b2f37e871ecf37c18});var infowindow = new google.maps.InfoWindow({content: $lcdb8f89abbdcd55b2f37e871ecf37c18});google.maps.event.addListener(m_cdb8f89abbdcd55b2f37e871ecf37c18, 'click', function() {infowindow.open(map,m_cdb8f89abbdcd55b2f37e871ecf37c18);});$marker.push(m_cdb8f89abbdcd55b2f37e871ecf37c18);}});}google.maps.event.addDomListener(window, 'load', initialize);