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.0505,-75.0148)};var g_843f7125a533748d5477271f8eebd9b1 = new google.maps.Geocoder();g_843f7125a533748d5477271f8eebd9b1.geocode( { 'address': "8714 Crispin St, Philadelphia, PA 19136, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-pennypack-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-pennypack-federal-credit-union'), mapOptions);}document.getElementById('73cec64e').innerHTML += ' | View Map';var $l843f7125a533748d5477271f8eebd9b1 = '

Pennypack Federal Credit Union

Address: 8714 Crispin St, Philadelphia, PA 19136, USA
Phone: (215) 338-2027
';var m_843f7125a533748d5477271f8eebd9b1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pennypack Federal Credit Union',});m_843f7125a533748d5477271f8eebd9b1['infowindow'] = new google.maps.InfoWindow({content: $l843f7125a533748d5477271f8eebd9b1});var infowindow = new google.maps.InfoWindow({content: $l843f7125a533748d5477271f8eebd9b1});google.maps.event.addListener(m_843f7125a533748d5477271f8eebd9b1, 'click', function() {infowindow.open(map,m_843f7125a533748d5477271f8eebd9b1);});$marker.push(m_843f7125a533748d5477271f8eebd9b1);}});}google.maps.event.addDomListener(window, 'load', initialize);