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.8604,-122.488)};var g_f93d5ceefdf6ff777dbbd8ad8beaf402 = new google.maps.Geocoder();g_f93d5ceefdf6ff777dbbd8ad8beaf402.geocode( { 'address': "1505 Bridgeway #106, Sausalito, CA 94965, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sausalito-CA-divita-home-finance-inc').style.display = '';map = new google.maps.Map(document.getElementById('sausalito-CA-divita-home-finance-inc'), mapOptions);}document.getElementById('938c8577').innerHTML += ' | View Map';var $lf93d5ceefdf6ff777dbbd8ad8beaf402 = '

DiVita Home Finance, Inc.

Address: 1505 Bridgeway #106, Sausalito, CA 94965, USA
Phone: (800) 239-1103
';var m_f93d5ceefdf6ff777dbbd8ad8beaf402 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'DiVita Home Finance, Inc.',});m_f93d5ceefdf6ff777dbbd8ad8beaf402['infowindow'] = new google.maps.InfoWindow({content: $lf93d5ceefdf6ff777dbbd8ad8beaf402});var infowindow = new google.maps.InfoWindow({content: $lf93d5ceefdf6ff777dbbd8ad8beaf402});google.maps.event.addListener(m_f93d5ceefdf6ff777dbbd8ad8beaf402, 'click', function() {infowindow.open(map,m_f93d5ceefdf6ff777dbbd8ad8beaf402);});$marker.push(m_f93d5ceefdf6ff777dbbd8ad8beaf402);}});}google.maps.event.addDomListener(window, 'load', initialize);