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.965,-122.619)};var g_dca9a07d049c1eae18d3291a35c823d2 = new google.maps.Geocoder();g_dca9a07d049c1eae18d3291a35c823d2.geocode( { 'address': "2009 Sir Francis Drake Blvd, Fairfax, CA 94930"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairfax-CA-first-federal-savings-and-loan-association-of-san-rafael').style.display = '';map = new google.maps.Map(document.getElementById('fairfax-CA-first-federal-savings-and-loan-association-of-san-rafael'), mapOptions);}document.getElementById('26e8f468').innerHTML += ' | View Map';var $ldca9a07d049c1eae18d3291a35c823d2 = '

First Federal Savings and Loan Association of San Rafael

Address: 2009 Sir Francis Drake Blvd, Fairfax, CA 94930
Phone: (415) 457-5050
';var m_dca9a07d049c1eae18d3291a35c823d2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Federal Savings and Loan Association of San Rafael',});m_dca9a07d049c1eae18d3291a35c823d2['infowindow'] = new google.maps.InfoWindow({content: $ldca9a07d049c1eae18d3291a35c823d2});var infowindow = new google.maps.InfoWindow({content: $ldca9a07d049c1eae18d3291a35c823d2});google.maps.event.addListener(m_dca9a07d049c1eae18d3291a35c823d2, 'click', function() {infowindow.open(map,m_dca9a07d049c1eae18d3291a35c823d2);});$marker.push(m_dca9a07d049c1eae18d3291a35c823d2);}});}google.maps.event.addDomListener(window, 'load', initialize);