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.1306,-75.3475)};var g_42b1394bf884c117a3acd38d2d91d13a = new google.maps.Geocoder();g_42b1394bf884c117a3acd38d2d91d13a.geocode( { 'address': "451 W Johnson Hwy, Norristown, PA 19401"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norristown-PA-national-penn-bank').style.display = '';map = new google.maps.Map(document.getElementById('norristown-PA-national-penn-bank'), mapOptions);}document.getElementById('408cd411').innerHTML += ' | View Map';var $l42b1394bf884c117a3acd38d2d91d13a = '

National Penn Bank

Address: 451 W Johnson Hwy, Norristown, PA 19401
Phone: (610) 279-6400
';var m_42b1394bf884c117a3acd38d2d91d13a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Penn Bank',});m_42b1394bf884c117a3acd38d2d91d13a['infowindow'] = new google.maps.InfoWindow({content: $l42b1394bf884c117a3acd38d2d91d13a});var infowindow = new google.maps.InfoWindow({content: $l42b1394bf884c117a3acd38d2d91d13a});google.maps.event.addListener(m_42b1394bf884c117a3acd38d2d91d13a, 'click', function() {infowindow.open(map,m_42b1394bf884c117a3acd38d2d91d13a);});$marker.push(m_42b1394bf884c117a3acd38d2d91d13a);}});}google.maps.event.addDomListener(window, 'load', initialize);