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.2931,-122.47)};var g_c7a45163eda01f63ab1ddb70d0f086fe = new google.maps.Geocoder();g_c7a45163eda01f63ab1ddb70d0f086fe.geocode( { 'address': "18615 Highway 12, Sonoma, CA 95476"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sonoma-CA-sonoma-valley-fitness').style.display = '';map = new google.maps.Map(document.getElementById('sonoma-CA-sonoma-valley-fitness'), mapOptions);}document.getElementById('5572d68b').innerHTML += ' | View Map';var $lc7a45163eda01f63ab1ddb70d0f086fe = '

Sonoma Valley Fitness

Address: 18615 Highway 12, Sonoma, CA 95476
Phone: (707) 933-8369
';var m_c7a45163eda01f63ab1ddb70d0f086fe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sonoma Valley Fitness',});m_c7a45163eda01f63ab1ddb70d0f086fe['infowindow'] = new google.maps.InfoWindow({content: $lc7a45163eda01f63ab1ddb70d0f086fe});var infowindow = new google.maps.InfoWindow({content: $lc7a45163eda01f63ab1ddb70d0f086fe});google.maps.event.addListener(m_c7a45163eda01f63ab1ddb70d0f086fe, 'click', function() {infowindow.open(map,m_c7a45163eda01f63ab1ddb70d0f086fe);});$marker.push(m_c7a45163eda01f63ab1ddb70d0f086fe);}});}google.maps.event.addDomListener(window, 'load', initialize);