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(41.2544,-75.8915)};var g_f2fab922acccae9a6699ac961f4d687c = new google.maps.Geocoder();g_f2fab922acccae9a6699ac961f4d687c.geocode( { 'address': "310 Market St, Kingston, PA 18704, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kingston-PA-national-penn-kingston').style.display = '';map = new google.maps.Map(document.getElementById('kingston-PA-national-penn-kingston'), mapOptions);}document.getElementById('9c472af4').innerHTML += ' | View Map';var $lf2fab922acccae9a6699ac961f4d687c = '

National Penn Kingston

Address: 310 Market St, Kingston, PA 18704, USA
Phone: (570) 331-2720
';var m_f2fab922acccae9a6699ac961f4d687c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Penn Kingston',});m_f2fab922acccae9a6699ac961f4d687c['infowindow'] = new google.maps.InfoWindow({content: $lf2fab922acccae9a6699ac961f4d687c});var infowindow = new google.maps.InfoWindow({content: $lf2fab922acccae9a6699ac961f4d687c});google.maps.event.addListener(m_f2fab922acccae9a6699ac961f4d687c, 'click', function() {infowindow.open(map,m_f2fab922acccae9a6699ac961f4d687c);});$marker.push(m_f2fab922acccae9a6699ac961f4d687c);}});}google.maps.event.addDomListener(window, 'load', initialize);