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.8769,-75.3449)};var g_4493a2ff6a6e6f236727b9b2f6cecb12 = new google.maps.Geocoder();g_4493a2ff6a6e6f236727b9b2f6cecb12.geocode( { 'address': "1306 MacDade Boulevard, Woodlyn, PA 19094, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodlyn-PA-sovereign-atm').style.display = '';map = new google.maps.Map(document.getElementById('woodlyn-PA-sovereign-atm'), mapOptions);}document.getElementById('74228239').innerHTML += ' | View Map';var $l4493a2ff6a6e6f236727b9b2f6cecb12 = '

Sovereign ATM

Address: 1306 MacDade Boulevard, Woodlyn, PA 19094, USA
Phone:
';var m_4493a2ff6a6e6f236727b9b2f6cecb12 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sovereign ATM',});m_4493a2ff6a6e6f236727b9b2f6cecb12['infowindow'] = new google.maps.InfoWindow({content: $l4493a2ff6a6e6f236727b9b2f6cecb12});var infowindow = new google.maps.InfoWindow({content: $l4493a2ff6a6e6f236727b9b2f6cecb12});google.maps.event.addListener(m_4493a2ff6a6e6f236727b9b2f6cecb12, 'click', function() {infowindow.open(map,m_4493a2ff6a6e6f236727b9b2f6cecb12);});$marker.push(m_4493a2ff6a6e6f236727b9b2f6cecb12);}});}google.maps.event.addDomListener(window, 'load', initialize);