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.8079,-75.7502)};var g_51c495b929c31a86cf10c5c6c0d86682 = new google.maps.Geocoder();g_51c495b929c31a86cf10c5c6c0d86682.geocode( { 'address': "730 Newark Rd, Landenberg, PA 19350, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('landenberg-PA-sovereign-atm').style.display = '';map = new google.maps.Map(document.getElementById('landenberg-PA-sovereign-atm'), mapOptions);}document.getElementById('3d3d6519').innerHTML += ' | View Map';var $l51c495b929c31a86cf10c5c6c0d86682 = '

Sovereign ATM

Address: 730 Newark Rd, Landenberg, PA 19350, USA
Phone:
';var m_51c495b929c31a86cf10c5c6c0d86682 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sovereign ATM',});m_51c495b929c31a86cf10c5c6c0d86682['infowindow'] = new google.maps.InfoWindow({content: $l51c495b929c31a86cf10c5c6c0d86682});var infowindow = new google.maps.InfoWindow({content: $l51c495b929c31a86cf10c5c6c0d86682});google.maps.event.addListener(m_51c495b929c31a86cf10c5c6c0d86682, 'click', function() {infowindow.open(map,m_51c495b929c31a86cf10c5c6c0d86682);});$marker.push(m_51c495b929c31a86cf10c5c6c0d86682);}});}google.maps.event.addDomListener(window, 'load', initialize);