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.9166,-75.3327)};var g_db8d781a9831dca1b662e58106d68da5 = new google.maps.Geocoder();g_db8d781a9831dca1b662e58106d68da5.geocode( { 'address': "795 Baltimore Pike, Springfield, PA 19064, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-PA-sovereign-atm').style.display = '';map = new google.maps.Map(document.getElementById('springfield-PA-sovereign-atm'), mapOptions);}document.getElementById('cb5e749b').innerHTML += ' | View Map';var $ldb8d781a9831dca1b662e58106d68da5 = '

Sovereign ATM

Address: 795 Baltimore Pike, Springfield, PA 19064, USA
Phone:
';var m_db8d781a9831dca1b662e58106d68da5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sovereign ATM',});m_db8d781a9831dca1b662e58106d68da5['infowindow'] = new google.maps.InfoWindow({content: $ldb8d781a9831dca1b662e58106d68da5});var infowindow = new google.maps.InfoWindow({content: $ldb8d781a9831dca1b662e58106d68da5});google.maps.event.addListener(m_db8d781a9831dca1b662e58106d68da5, 'click', function() {infowindow.open(map,m_db8d781a9831dca1b662e58106d68da5);});$marker.push(m_db8d781a9831dca1b662e58106d68da5);}});}google.maps.event.addDomListener(window, 'load', initialize);