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.1176,-75.0145)};var g_6e7c694230706ae795f40fe9effd8868 = new google.maps.Geocoder();g_6e7c694230706ae795f40fe9effd8868.geocode( { 'address': "1500 Spring Garden St, Philadelphia, PA 19130"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-sb1-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-sb1-federal-credit-union'), mapOptions);}document.getElementById('d18dfc31').innerHTML += ' | View Map';var $l6e7c694230706ae795f40fe9effd8868 = '

Sb1 Federal Credit Union

Address: 1500 Spring Garden St, Philadelphia, PA 19130
Phone: (215) 569-3700
';var m_6e7c694230706ae795f40fe9effd8868 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sb1 Federal Credit Union',});m_6e7c694230706ae795f40fe9effd8868['infowindow'] = new google.maps.InfoWindow({content: $l6e7c694230706ae795f40fe9effd8868});var infowindow = new google.maps.InfoWindow({content: $l6e7c694230706ae795f40fe9effd8868});google.maps.event.addListener(m_6e7c694230706ae795f40fe9effd8868, 'click', function() {infowindow.open(map,m_6e7c694230706ae795f40fe9effd8868);});$marker.push(m_6e7c694230706ae795f40fe9effd8868);}});}google.maps.event.addDomListener(window, 'load', initialize);