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.4343,-122.693)};var g_35d37d457588743fdc1eb9b687464610 = new google.maps.Geocoder();g_35d37d457588743fdc1eb9b687464610.geocode( { 'address': "2455 Bennett Valley Rd c111, Santa Rosa, CA 95404, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-rosa-CA-sonoma-county-go-local').style.display = '';map = new google.maps.Map(document.getElementById('santa-rosa-CA-sonoma-county-go-local'), mapOptions);}document.getElementById('ff06de00').innerHTML += ' | View Map';var $l35d37d457588743fdc1eb9b687464610 = '

Sonoma County Go Local

Address: 2455 Bennett Valley Rd c111, Santa Rosa, CA 95404, USA
Phone: (707) 888-6105
';var m_35d37d457588743fdc1eb9b687464610 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sonoma County Go Local',});m_35d37d457588743fdc1eb9b687464610['infowindow'] = new google.maps.InfoWindow({content: $l35d37d457588743fdc1eb9b687464610});var infowindow = new google.maps.InfoWindow({content: $l35d37d457588743fdc1eb9b687464610});google.maps.event.addListener(m_35d37d457588743fdc1eb9b687464610, 'click', function() {infowindow.open(map,m_35d37d457588743fdc1eb9b687464610);});$marker.push(m_35d37d457588743fdc1eb9b687464610);}});}google.maps.event.addDomListener(window, 'load', initialize);