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.4123,-75.6659)};var g_3520be91590cb05544ead1b996d20ede = new google.maps.Geocoder();g_3520be91590cb05544ead1b996d20ede.geocode( { 'address': "315 Franklin Ave, Scranton, PA 18503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scranton-PA-penfed-credit-union-formerly-valor').style.display = '';map = new google.maps.Map(document.getElementById('scranton-PA-penfed-credit-union-formerly-valor'), mapOptions);}document.getElementById('d15a677e').innerHTML += ' | View Map';var $l3520be91590cb05544ead1b996d20ede = '

PenFed Credit Union (formerly Valor)

Address: 315 Franklin Ave, Scranton, PA 18503, USA
Phone: (844) 825-6728
';var m_3520be91590cb05544ead1b996d20ede = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PenFed Credit Union (formerly Valor)',});m_3520be91590cb05544ead1b996d20ede['infowindow'] = new google.maps.InfoWindow({content: $l3520be91590cb05544ead1b996d20ede});var infowindow = new google.maps.InfoWindow({content: $l3520be91590cb05544ead1b996d20ede});google.maps.event.addListener(m_3520be91590cb05544ead1b996d20ede, 'click', function() {infowindow.open(map,m_3520be91590cb05544ead1b996d20ede);});$marker.push(m_3520be91590cb05544ead1b996d20ede);}});}google.maps.event.addDomListener(window, 'load', initialize);