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.1159,-75.3737)};var g_3bf204d1eadfa220e00c20a104612df1 = new google.maps.Geocoder();g_3bf204d1eadfa220e00c20a104612df1.geocode( { 'address': "304 S Henderson Rd, King Of Prussia, PA 19406"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('king-of-prussia-PA-national-penn-bank').style.display = '';map = new google.maps.Map(document.getElementById('king-of-prussia-PA-national-penn-bank'), mapOptions);}document.getElementById('c26d565a').innerHTML += ' | View Map';var $l3bf204d1eadfa220e00c20a104612df1 = '

National Penn Bank

Address: 304 S Henderson Rd, King Of Prussia, PA 19406
Phone: (610) 783-7221
';var m_3bf204d1eadfa220e00c20a104612df1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Penn Bank',});m_3bf204d1eadfa220e00c20a104612df1['infowindow'] = new google.maps.InfoWindow({content: $l3bf204d1eadfa220e00c20a104612df1});var infowindow = new google.maps.InfoWindow({content: $l3bf204d1eadfa220e00c20a104612df1});google.maps.event.addListener(m_3bf204d1eadfa220e00c20a104612df1, 'click', function() {infowindow.open(map,m_3bf204d1eadfa220e00c20a104612df1);});$marker.push(m_3bf204d1eadfa220e00c20a104612df1);}});}google.maps.event.addDomListener(window, 'load', initialize);