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.0472,-75.4373)};var g_e2a7ec7f0295916cd5aa4eb9dd436a67 = new google.maps.Geocoder();g_e2a7ec7f0295916cd5aa4eb9dd436a67.geocode( { 'address': "550 Lancaster Ave, Berwyn, PA 19312, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('berwyn-PA-santander-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('berwyn-PA-santander-bank-atm'), mapOptions);}document.getElementById('81b6aa0d').innerHTML += ' | View Map';var $le2a7ec7f0295916cd5aa4eb9dd436a67 = '

Santander Bank ATM

Address: 550 Lancaster Ave, Berwyn, PA 19312, USA
Phone: (877) 768-2265
';var m_e2a7ec7f0295916cd5aa4eb9dd436a67 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank ATM',});m_e2a7ec7f0295916cd5aa4eb9dd436a67['infowindow'] = new google.maps.InfoWindow({content: $le2a7ec7f0295916cd5aa4eb9dd436a67});var infowindow = new google.maps.InfoWindow({content: $le2a7ec7f0295916cd5aa4eb9dd436a67});google.maps.event.addListener(m_e2a7ec7f0295916cd5aa4eb9dd436a67, 'click', function() {infowindow.open(map,m_e2a7ec7f0295916cd5aa4eb9dd436a67);});$marker.push(m_e2a7ec7f0295916cd5aa4eb9dd436a67);}});}google.maps.event.addDomListener(window, 'load', initialize);