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_92e5bf20bd5f5f2e6802a49f6e40502b = new google.maps.Geocoder();g_92e5bf20bd5f5f2e6802a49f6e40502b.geocode( { 'address': "258 Laguna Honda Blvd, San Francisco, CA 94116"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-francisco-CA-s-f-bay-area-educators-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('san-francisco-CA-s-f-bay-area-educators-credit-union'), mapOptions);}document.getElementById('07232d48').innerHTML += ' | View Map';var $l92e5bf20bd5f5f2e6802a49f6e40502b = '

S F Bay Area Educators Credit Union

Address: 258 Laguna Honda Blvd, San Francisco, CA 94116
Phone: (415) 664-4313
';var m_92e5bf20bd5f5f2e6802a49f6e40502b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'S F Bay Area Educators Credit Union',});m_92e5bf20bd5f5f2e6802a49f6e40502b['infowindow'] = new google.maps.InfoWindow({content: $l92e5bf20bd5f5f2e6802a49f6e40502b});var infowindow = new google.maps.InfoWindow({content: $l92e5bf20bd5f5f2e6802a49f6e40502b});google.maps.event.addListener(m_92e5bf20bd5f5f2e6802a49f6e40502b, 'click', function() {infowindow.open(map,m_92e5bf20bd5f5f2e6802a49f6e40502b);});$marker.push(m_92e5bf20bd5f5f2e6802a49f6e40502b);}});}google.maps.event.addDomListener(window, 'load', initialize);