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.9457,-122.513)};var g_f0ec932559d39c74561d9ef09dd7bf5b = new google.maps.Geocoder();g_f0ec932559d39c74561d9ef09dd7bf5b.geocode( { 'address': "17 E Sir Francis Drake Blvd #200, Larkspur, CA 94939, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('larkspur-CA-the-garber-team').style.display = '';map = new google.maps.Map(document.getElementById('larkspur-CA-the-garber-team'), mapOptions);}document.getElementById('a897a470').innerHTML += ' | View Map';var $lf0ec932559d39c74561d9ef09dd7bf5b = '

The Garber Team

Address: 17 E Sir Francis Drake Blvd #200, Larkspur, CA 94939, USA
Phone: (415) 523-7799
';var m_f0ec932559d39c74561d9ef09dd7bf5b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Garber Team',});m_f0ec932559d39c74561d9ef09dd7bf5b['infowindow'] = new google.maps.InfoWindow({content: $lf0ec932559d39c74561d9ef09dd7bf5b});var infowindow = new google.maps.InfoWindow({content: $lf0ec932559d39c74561d9ef09dd7bf5b});google.maps.event.addListener(m_f0ec932559d39c74561d9ef09dd7bf5b, 'click', function() {infowindow.open(map,m_f0ec932559d39c74561d9ef09dd7bf5b);});$marker.push(m_f0ec932559d39c74561d9ef09dd7bf5b);}});}google.maps.event.addDomListener(window, 'load', initialize);