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.1394,-76.5865)};var g_3c58f1f3eecedb3650cf3a3d37cc5aad = new google.maps.Geocoder();g_3c58f1f3eecedb3650cf3a3d37cc5aad.geocode( { 'address': "1575 S Market St, Elizabethtown, PA 17022, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elizabethtown-PA-santander-atm').style.display = '';map = new google.maps.Map(document.getElementById('elizabethtown-PA-santander-atm'), mapOptions);}document.getElementById('26fdae5a').innerHTML += ' | View Map';var $l3c58f1f3eecedb3650cf3a3d37cc5aad = '

Santander ATM

Address: 1575 S Market St, Elizabethtown, PA 17022, USA
Phone:
';var m_3c58f1f3eecedb3650cf3a3d37cc5aad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander ATM',});m_3c58f1f3eecedb3650cf3a3d37cc5aad['infowindow'] = new google.maps.InfoWindow({content: $l3c58f1f3eecedb3650cf3a3d37cc5aad});var infowindow = new google.maps.InfoWindow({content: $l3c58f1f3eecedb3650cf3a3d37cc5aad});google.maps.event.addListener(m_3c58f1f3eecedb3650cf3a3d37cc5aad, 'click', function() {infowindow.open(map,m_3c58f1f3eecedb3650cf3a3d37cc5aad);});$marker.push(m_3c58f1f3eecedb3650cf3a3d37cc5aad);}});}google.maps.event.addDomListener(window, 'load', initialize);