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.5137,-76.105)};var g_469855b15af87afcbf7d29ea09e321ed = new google.maps.Geocoder();g_469855b15af87afcbf7d29ea09e321ed.geocode( { 'address': "4 Roadside Dr, Shartlesville, PA 19554"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shartlesville-PA-national-penn-bank').style.display = '';map = new google.maps.Map(document.getElementById('shartlesville-PA-national-penn-bank'), mapOptions);}document.getElementById('2fa4ebc6').innerHTML += ' | View Map';var $l469855b15af87afcbf7d29ea09e321ed = '

National Penn Bank

Address: 4 Roadside Dr, Shartlesville, PA 19554
Phone: (610) 488-6206
';var m_469855b15af87afcbf7d29ea09e321ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Penn Bank',});m_469855b15af87afcbf7d29ea09e321ed['infowindow'] = new google.maps.InfoWindow({content: $l469855b15af87afcbf7d29ea09e321ed});var infowindow = new google.maps.InfoWindow({content: $l469855b15af87afcbf7d29ea09e321ed});google.maps.event.addListener(m_469855b15af87afcbf7d29ea09e321ed, 'click', function() {infowindow.open(map,m_469855b15af87afcbf7d29ea09e321ed);});$marker.push(m_469855b15af87afcbf7d29ea09e321ed);}});}google.maps.event.addDomListener(window, 'load', initialize);