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(39.9531,-75.1929)};var g_719a1b1ed8f30eda3c7dfa877935dea2 = new google.maps.Geocoder();g_719a1b1ed8f30eda3c7dfa877935dea2.geocode( { 'address': "3401 Walnut St #431a, Philadelphia, PA 19104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-student-federal-credit-union-at-the-university-of-pennsylvania').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-student-federal-credit-union-at-the-university-of-pennsylvania'), mapOptions);}document.getElementById('1f9d9996').innerHTML += ' | View Map';var $l719a1b1ed8f30eda3c7dfa877935dea2 = '

Student Federal Credit Union at the University of Pennsylvania

Address: 3401 Walnut St #431a, Philadelphia, PA 19104, USA
Phone: (215) 222-2604
';var m_719a1b1ed8f30eda3c7dfa877935dea2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Student Federal Credit Union at the University of Pennsylvania',});m_719a1b1ed8f30eda3c7dfa877935dea2['infowindow'] = new google.maps.InfoWindow({content: $l719a1b1ed8f30eda3c7dfa877935dea2});var infowindow = new google.maps.InfoWindow({content: $l719a1b1ed8f30eda3c7dfa877935dea2});google.maps.event.addListener(m_719a1b1ed8f30eda3c7dfa877935dea2, 'click', function() {infowindow.open(map,m_719a1b1ed8f30eda3c7dfa877935dea2);});$marker.push(m_719a1b1ed8f30eda3c7dfa877935dea2);}});}google.maps.event.addDomListener(window, 'load', initialize);