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.3961,-75.8896)};var g_dba132f6ab6a3e3d17a8d59e82105f4c = new google.maps.Geocoder();g_dba132f6ab6a3e3d17a8d59e82105f4c.geocode( { 'address': "5220 Kutztown Rd, Temple, PA 19560"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('temple-PA-national-penn-bank').style.display = '';map = new google.maps.Map(document.getElementById('temple-PA-national-penn-bank'), mapOptions);}document.getElementById('0ab6ba72').innerHTML += ' | View Map';var $ldba132f6ab6a3e3d17a8d59e82105f4c = '

National Penn Bank

Address: 5220 Kutztown Rd, Temple, PA 19560
Phone: (610) 929-6900
';var m_dba132f6ab6a3e3d17a8d59e82105f4c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Penn Bank',});m_dba132f6ab6a3e3d17a8d59e82105f4c['infowindow'] = new google.maps.InfoWindow({content: $ldba132f6ab6a3e3d17a8d59e82105f4c});var infowindow = new google.maps.InfoWindow({content: $ldba132f6ab6a3e3d17a8d59e82105f4c});google.maps.event.addListener(m_dba132f6ab6a3e3d17a8d59e82105f4c, 'click', function() {infowindow.open(map,m_dba132f6ab6a3e3d17a8d59e82105f4c);});$marker.push(m_dba132f6ab6a3e3d17a8d59e82105f4c);}});}google.maps.event.addDomListener(window, 'load', initialize);