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(38.4521,-122.761)};var g_1b7085a362e5221160b6a4e40da9cf4e = new google.maps.Geocoder();g_1b7085a362e5221160b6a4e40da9cf4e.geocode( { 'address': "801 4th St, Santa Rosa, CA 95404"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-rosa-CA-sonoma-investment-group').style.display = '';map = new google.maps.Map(document.getElementById('santa-rosa-CA-sonoma-investment-group'), mapOptions);}document.getElementById('75874dd8').innerHTML += ' | View Map';var $l1b7085a362e5221160b6a4e40da9cf4e = '

Sonoma Investment Group

Address: 801 4th St, Santa Rosa, CA 95404
Phone: (855) 322-6583
';var m_1b7085a362e5221160b6a4e40da9cf4e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sonoma Investment Group',});m_1b7085a362e5221160b6a4e40da9cf4e['infowindow'] = new google.maps.InfoWindow({content: $l1b7085a362e5221160b6a4e40da9cf4e});var infowindow = new google.maps.InfoWindow({content: $l1b7085a362e5221160b6a4e40da9cf4e});google.maps.event.addListener(m_1b7085a362e5221160b6a4e40da9cf4e, 'click', function() {infowindow.open(map,m_1b7085a362e5221160b6a4e40da9cf4e);});$marker.push(m_1b7085a362e5221160b6a4e40da9cf4e);}});}google.maps.event.addDomListener(window, 'load', initialize);