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.7303,-122.477)};var g_e2f611fc2b8b483ce53774609154c089 = new google.maps.Geocoder();g_e2f611fc2b8b483ce53774609154c089.geocode( { 'address': "565 Buckingham Way, San Francisco, CA 94132, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-francisco-CA-s-f-fire-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('san-francisco-CA-s-f-fire-credit-union'), mapOptions);}document.getElementById('922cde5f').innerHTML += ' | View Map';var $le2f611fc2b8b483ce53774609154c089 = '

S F Fire Credit Union

Address: 565 Buckingham Way, San Francisco, CA 94132, USA
Phone: (888) 499-3473
';var m_e2f611fc2b8b483ce53774609154c089 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'S F Fire Credit Union',});m_e2f611fc2b8b483ce53774609154c089['infowindow'] = new google.maps.InfoWindow({content: $le2f611fc2b8b483ce53774609154c089});var infowindow = new google.maps.InfoWindow({content: $le2f611fc2b8b483ce53774609154c089});google.maps.event.addListener(m_e2f611fc2b8b483ce53774609154c089, 'click', function() {infowindow.open(map,m_e2f611fc2b8b483ce53774609154c089);});$marker.push(m_e2f611fc2b8b483ce53774609154c089);}});}google.maps.event.addDomListener(window, 'load', initialize);