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.5581,-76.7893)};var g_af09c809cc3464fe2b9e6eba2e5bd872 = new google.maps.Geocoder();g_af09c809cc3464fe2b9e6eba2e5bd872.geocode( { 'address': "4686 US-209, Elizabethville, PA 17023, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elizabethville-PA-santander-atm').style.display = '';map = new google.maps.Map(document.getElementById('elizabethville-PA-santander-atm'), mapOptions);}document.getElementById('ab296ced').innerHTML += ' | View Map';var $laf09c809cc3464fe2b9e6eba2e5bd872 = '

Santander ATM

Address: 4686 US-209, Elizabethville, PA 17023, USA
Phone:
';var m_af09c809cc3464fe2b9e6eba2e5bd872 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander ATM',});m_af09c809cc3464fe2b9e6eba2e5bd872['infowindow'] = new google.maps.InfoWindow({content: $laf09c809cc3464fe2b9e6eba2e5bd872});var infowindow = new google.maps.InfoWindow({content: $laf09c809cc3464fe2b9e6eba2e5bd872});google.maps.event.addListener(m_af09c809cc3464fe2b9e6eba2e5bd872, 'click', function() {infowindow.open(map,m_af09c809cc3464fe2b9e6eba2e5bd872);});$marker.push(m_af09c809cc3464fe2b9e6eba2e5bd872);}});}google.maps.event.addDomListener(window, 'load', initialize);