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.5836,-122.486)};var g_64af7b34849166fed259a902b5e9d715 = new google.maps.Geocoder();g_64af7b34849166fed259a902b5e9d715.geocode( { 'address': "1220 Linda Mar Blvd, Pacifica, CA 94044, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pacifica-CA-sf-fire-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('pacifica-CA-sf-fire-credit-union'), mapOptions);}document.getElementById('c5270751').innerHTML += ' | View Map';var $l64af7b34849166fed259a902b5e9d715 = '

SF Fire Credit Union

Address: 1220 Linda Mar Blvd, Pacifica, CA 94044, USA
Phone: (415) 674-4800
';var m_64af7b34849166fed259a902b5e9d715 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SF Fire Credit Union',});m_64af7b34849166fed259a902b5e9d715['infowindow'] = new google.maps.InfoWindow({content: $l64af7b34849166fed259a902b5e9d715});var infowindow = new google.maps.InfoWindow({content: $l64af7b34849166fed259a902b5e9d715});google.maps.event.addListener(m_64af7b34849166fed259a902b5e9d715, 'click', function() {infowindow.open(map,m_64af7b34849166fed259a902b5e9d715);});$marker.push(m_64af7b34849166fed259a902b5e9d715);}});}google.maps.event.addDomListener(window, 'load', initialize);