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(37.7771,-122.417)};var g_d1f491a404d6854880943e5c3cd9ca25 = new google.maps.Geocoder();g_d1f491a404d6854880943e5c3cd9ca25.geocode( { 'address': "4375 Geary Blvd, San Francisco, CA 94118"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-francisco-CA-san-francisco-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('san-francisco-CA-san-francisco-federal-credit-union'), mapOptions);}document.getElementById('b180d6f7').innerHTML += ' | View Map';var $ld1f491a404d6854880943e5c3cd9ca25 = '

San Francisco Federal Credit Union

Address: 4375 Geary Blvd, San Francisco, CA 94118
Phone: (415) 775-5377
';var m_d1f491a404d6854880943e5c3cd9ca25 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'San Francisco Federal Credit Union',});m_d1f491a404d6854880943e5c3cd9ca25['infowindow'] = new google.maps.InfoWindow({content: $ld1f491a404d6854880943e5c3cd9ca25});var infowindow = new google.maps.InfoWindow({content: $ld1f491a404d6854880943e5c3cd9ca25});google.maps.event.addListener(m_d1f491a404d6854880943e5c3cd9ca25, 'click', function() {infowindow.open(map,m_d1f491a404d6854880943e5c3cd9ca25);});$marker.push(m_d1f491a404d6854880943e5c3cd9ca25);}});}google.maps.event.addDomListener(window, 'load', initialize);