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.507,-84.7451)};var g_5e1c1540e4009cf2e4e7a380d55ba300 = new google.maps.Geocoder();g_5e1c1540e4009cf2e4e7a380d55ba300.geocode( { 'address': "123 W Spring St, Oxford, OH 45056, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-OH-huntington-atm').style.display = '';map = new google.maps.Map(document.getElementById('oxford-OH-huntington-atm'), mapOptions);}document.getElementById('6fc7f81f').innerHTML += ' | View Map';var $l5e1c1540e4009cf2e4e7a380d55ba300 = '

Huntington ATM

Address: 123 W Spring St, Oxford, OH 45056, USA
Phone: (800) 480-2265
';var m_5e1c1540e4009cf2e4e7a380d55ba300 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington ATM',});m_5e1c1540e4009cf2e4e7a380d55ba300['infowindow'] = new google.maps.InfoWindow({content: $l5e1c1540e4009cf2e4e7a380d55ba300});var infowindow = new google.maps.InfoWindow({content: $l5e1c1540e4009cf2e4e7a380d55ba300});google.maps.event.addListener(m_5e1c1540e4009cf2e4e7a380d55ba300, 'click', function() {infowindow.open(map,m_5e1c1540e4009cf2e4e7a380d55ba300);});$marker.push(m_5e1c1540e4009cf2e4e7a380d55ba300);}});}google.maps.event.addDomListener(window, 'load', initialize);