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.1114,-75.5462)};var g_99ad82ce8c9faac050de23fd0e35bfaa = new google.maps.Geocoder();g_99ad82ce8c9faac050de23fd0e35bfaa.geocode( { 'address': "702 Main St, Phoenixville, PA 19460"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phoenixville-PA-national-penn-bank').style.display = '';map = new google.maps.Map(document.getElementById('phoenixville-PA-national-penn-bank'), mapOptions);}document.getElementById('e5842977').innerHTML += ' | View Map';var $l99ad82ce8c9faac050de23fd0e35bfaa = '

National Penn Bank

Address: 702 Main St, Phoenixville, PA 19460
Phone: (610) 935-9544
';var m_99ad82ce8c9faac050de23fd0e35bfaa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Penn Bank',});m_99ad82ce8c9faac050de23fd0e35bfaa['infowindow'] = new google.maps.InfoWindow({content: $l99ad82ce8c9faac050de23fd0e35bfaa});var infowindow = new google.maps.InfoWindow({content: $l99ad82ce8c9faac050de23fd0e35bfaa});google.maps.event.addListener(m_99ad82ce8c9faac050de23fd0e35bfaa, 'click', function() {infowindow.open(map,m_99ad82ce8c9faac050de23fd0e35bfaa);});$marker.push(m_99ad82ce8c9faac050de23fd0e35bfaa);}});}google.maps.event.addDomListener(window, 'load', initialize);