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_261258fa9daa95e7a0dd8872229b63b2 = new google.maps.Geocoder();g_261258fa9daa95e7a0dd8872229b63b2.geocode( { 'address': "550 W Lancaster Ave, Berwyn, PA 19312, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('berwyn-PA-sovereign-atm').style.display = '';map = new google.maps.Map(document.getElementById('berwyn-PA-sovereign-atm'), mapOptions);}document.getElementById('e1b86b1a').innerHTML += ' | View Map';var $l261258fa9daa95e7a0dd8872229b63b2 = '

Sovereign ATM

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