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.4633,-75.3233)};var g_6b39ad14695e047b00517625fb1b7f3b = new google.maps.Geocoder();g_6b39ad14695e047b00517625fb1b7f3b.geocode( { 'address': "519 Richlandtown Pike, Richlandtown, PA 18955, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richlandtown-PA-penn-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('richlandtown-PA-penn-community-bank'), mapOptions);}document.getElementById('1049f900').innerHTML += ' | View Map';var $l6b39ad14695e047b00517625fb1b7f3b = '

Penn Community Bank

Address: 519 Richlandtown Pike, Richlandtown, PA 18955, USA
Phone: (215) 538-2956
';var m_6b39ad14695e047b00517625fb1b7f3b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Penn Community Bank',});m_6b39ad14695e047b00517625fb1b7f3b['infowindow'] = new google.maps.InfoWindow({content: $l6b39ad14695e047b00517625fb1b7f3b});var infowindow = new google.maps.InfoWindow({content: $l6b39ad14695e047b00517625fb1b7f3b});google.maps.event.addListener(m_6b39ad14695e047b00517625fb1b7f3b, 'click', function() {infowindow.open(map,m_6b39ad14695e047b00517625fb1b7f3b);});$marker.push(m_6b39ad14695e047b00517625fb1b7f3b);}});}google.maps.event.addDomListener(window, 'load', initialize);