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(32.7312,-117.17)};var g_1e9491470749d5b0e361ce4f0b24d037 = new google.maps.Geocoder();g_1e9491470749d5b0e361ce4f0b24d037.geocode( { 'address': "2534 State St #417, San Diego, CA 92101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-brownstone-law-group').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-brownstone-law-group'), mapOptions);}document.getElementById('794fe267').innerHTML += ' | View Map';var $l1e9491470749d5b0e361ce4f0b24d037 = '

Brownstone Law Group

Address: 2534 State St #417, San Diego, CA 92101, USA
Phone: (619) 485-3045
';var m_1e9491470749d5b0e361ce4f0b24d037 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Brownstone Law Group',});m_1e9491470749d5b0e361ce4f0b24d037['infowindow'] = new google.maps.InfoWindow({content: $l1e9491470749d5b0e361ce4f0b24d037});var infowindow = new google.maps.InfoWindow({content: $l1e9491470749d5b0e361ce4f0b24d037});google.maps.event.addListener(m_1e9491470749d5b0e361ce4f0b24d037, 'click', function() {infowindow.open(map,m_1e9491470749d5b0e361ce4f0b24d037);});$marker.push(m_1e9491470749d5b0e361ce4f0b24d037);}});}google.maps.event.addDomListener(window, 'load', initialize);