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.8889,-75.3537)};var g_3842cc134c8a40d477619af40a1b9813 = new google.maps.Geocoder();g_3842cc134c8a40d477619af40a1b9813.geocode( { 'address': "755 S Chester Rd, Swarthmore, PA 19081, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('swarthmore-PA-santander-atm').style.display = '';map = new google.maps.Map(document.getElementById('swarthmore-PA-santander-atm'), mapOptions);}document.getElementById('82e86e46').innerHTML += ' | View Map';var $l3842cc134c8a40d477619af40a1b9813 = '

Santander ATM

Address: 755 S Chester Rd, Swarthmore, PA 19081, USA
Phone:
';var m_3842cc134c8a40d477619af40a1b9813 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander ATM',});m_3842cc134c8a40d477619af40a1b9813['infowindow'] = new google.maps.InfoWindow({content: $l3842cc134c8a40d477619af40a1b9813});var infowindow = new google.maps.InfoWindow({content: $l3842cc134c8a40d477619af40a1b9813});google.maps.event.addListener(m_3842cc134c8a40d477619af40a1b9813, 'click', function() {infowindow.open(map,m_3842cc134c8a40d477619af40a1b9813);});$marker.push(m_3842cc134c8a40d477619af40a1b9813);}});}google.maps.event.addDomListener(window, 'load', initialize);