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.9397,-75.2663)};var g_3a24e72cfa0b739f8c5b15a0caa24191 = new google.maps.Geocoder();g_3a24e72cfa0b739f8c5b15a0caa24191.geocode( { 'address': "119 E Baltimore Ave, Lansdowne, PA 19050, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lansdowne-PA-santander-atm').style.display = '';map = new google.maps.Map(document.getElementById('lansdowne-PA-santander-atm'), mapOptions);}document.getElementById('54558616').innerHTML += ' | View Map';var $l3a24e72cfa0b739f8c5b15a0caa24191 = '

Santander ATM

Address: 119 E Baltimore Ave, Lansdowne, PA 19050, USA
Phone:
';var m_3a24e72cfa0b739f8c5b15a0caa24191 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander ATM',});m_3a24e72cfa0b739f8c5b15a0caa24191['infowindow'] = new google.maps.InfoWindow({content: $l3a24e72cfa0b739f8c5b15a0caa24191});var infowindow = new google.maps.InfoWindow({content: $l3a24e72cfa0b739f8c5b15a0caa24191});google.maps.event.addListener(m_3a24e72cfa0b739f8c5b15a0caa24191, 'click', function() {infowindow.open(map,m_3a24e72cfa0b739f8c5b15a0caa24191);});$marker.push(m_3a24e72cfa0b739f8c5b15a0caa24191);}});}google.maps.event.addDomListener(window, 'load', initialize);