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.4396,-122.745)};var g_17145dce77306e233e5fae21ac6ba2d4 = new google.maps.Geocoder();g_17145dce77306e233e5fae21ac6ba2d4.geocode( { 'address': "131 Stony Cir #500, Santa Rosa, CA 95401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-rosa-CA-law-offices-of-brian-barta').style.display = '';map = new google.maps.Map(document.getElementById('santa-rosa-CA-law-offices-of-brian-barta'), mapOptions);}document.getElementById('c6ca082b').innerHTML += ' | View Map';var $l17145dce77306e233e5fae21ac6ba2d4 = '

Law Offices of Brian Barta

Address: 131 Stony Cir #500, Santa Rosa, CA 95401, USA
Phone: (707) 542-2844
';var m_17145dce77306e233e5fae21ac6ba2d4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Law Offices of Brian Barta',});m_17145dce77306e233e5fae21ac6ba2d4['infowindow'] = new google.maps.InfoWindow({content: $l17145dce77306e233e5fae21ac6ba2d4});var infowindow = new google.maps.InfoWindow({content: $l17145dce77306e233e5fae21ac6ba2d4});google.maps.event.addListener(m_17145dce77306e233e5fae21ac6ba2d4, 'click', function() {infowindow.open(map,m_17145dce77306e233e5fae21ac6ba2d4);});$marker.push(m_17145dce77306e233e5fae21ac6ba2d4);}});}google.maps.event.addDomListener(window, 'load', initialize);