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.1116,-74.8619)};var g_1dfe7e9c45798e986d9aa66b03d3c65a = new google.maps.Geocoder();g_1dfe7e9c45798e986d9aa66b03d3c65a.geocode( { 'address': "200 Radcliffe St, Bristol, PA 19007"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bristol-PA-national-penn-bank').style.display = '';map = new google.maps.Map(document.getElementById('bristol-PA-national-penn-bank'), mapOptions);}document.getElementById('ed0ccf11').innerHTML += ' | View Map';var $l1dfe7e9c45798e986d9aa66b03d3c65a = '

National Penn Bank

Address: 200 Radcliffe St, Bristol, PA 19007
Phone: (215) 781-6000
';var m_1dfe7e9c45798e986d9aa66b03d3c65a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Penn Bank',});m_1dfe7e9c45798e986d9aa66b03d3c65a['infowindow'] = new google.maps.InfoWindow({content: $l1dfe7e9c45798e986d9aa66b03d3c65a});var infowindow = new google.maps.InfoWindow({content: $l1dfe7e9c45798e986d9aa66b03d3c65a});google.maps.event.addListener(m_1dfe7e9c45798e986d9aa66b03d3c65a, 'click', function() {infowindow.open(map,m_1dfe7e9c45798e986d9aa66b03d3c65a);});$marker.push(m_1dfe7e9c45798e986d9aa66b03d3c65a);}});}google.maps.event.addDomListener(window, 'load', initialize);