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.8083,-75.617)};var g_508f085625dce7cb30dbdd5e69f4a672 = new google.maps.Geocoder();g_508f085625dce7cb30dbdd5e69f4a672.geocode( { 'address': "330 Delaware Ave, Palmerton, PA 18071"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palmerton-PA-national-penn-bank').style.display = '';map = new google.maps.Map(document.getElementById('palmerton-PA-national-penn-bank'), mapOptions);}document.getElementById('b2caf44a').innerHTML += ' | View Map';var $l508f085625dce7cb30dbdd5e69f4a672 = '

National Penn Bank

Address: 330 Delaware Ave, Palmerton, PA 18071
Phone: (610) 767-4243
';var m_508f085625dce7cb30dbdd5e69f4a672 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Penn Bank',});m_508f085625dce7cb30dbdd5e69f4a672['infowindow'] = new google.maps.InfoWindow({content: $l508f085625dce7cb30dbdd5e69f4a672});var infowindow = new google.maps.InfoWindow({content: $l508f085625dce7cb30dbdd5e69f4a672});google.maps.event.addListener(m_508f085625dce7cb30dbdd5e69f4a672, 'click', function() {infowindow.open(map,m_508f085625dce7cb30dbdd5e69f4a672);});$marker.push(m_508f085625dce7cb30dbdd5e69f4a672);}});}google.maps.event.addDomListener(window, 'load', initialize);