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()};var g_925f6ff46e4a4f5a2a36d213517fb800 = new google.maps.Geocoder();g_925f6ff46e4a4f5a2a36d213517fb800.geocode( { 'address': "3420 N 5th Street Highway, Laureldale, PA 19605"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('laureldale-PA-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('laureldale-PA-santander-bank'), mapOptions);}document.getElementById('5403f6b1').innerHTML += ' | View Map';var $l925f6ff46e4a4f5a2a36d213517fb800 = '

Santander Bank

Address: 3420 N 5th Street Highway, Laureldale, PA 19605
Phone: (610) 921-2547
';var m_925f6ff46e4a4f5a2a36d213517fb800 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_925f6ff46e4a4f5a2a36d213517fb800['infowindow'] = new google.maps.InfoWindow({content: $l925f6ff46e4a4f5a2a36d213517fb800});var infowindow = new google.maps.InfoWindow({content: $l925f6ff46e4a4f5a2a36d213517fb800});google.maps.event.addListener(m_925f6ff46e4a4f5a2a36d213517fb800, 'click', function() {infowindow.open(map,m_925f6ff46e4a4f5a2a36d213517fb800);});$marker.push(m_925f6ff46e4a4f5a2a36d213517fb800);}});}google.maps.event.addDomListener(window, 'load', initialize);