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(37.9879,-121.342)};var g_5b34a2589d1d2106fc0c47564a4833f0 = new google.maps.Geocoder();g_5b34a2589d1d2106fc0c47564a4833f0.geocode( { 'address': "4525 Quail Lakes Dr, Stockton, CA 95207, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stockton-CA-tholborn-ostrowski--crane-llp').style.display = '';map = new google.maps.Map(document.getElementById('stockton-CA-tholborn-ostrowski--crane-llp'), mapOptions);}document.getElementById('b85f1e6b').innerHTML += ' | View Map';var $l5b34a2589d1d2106fc0c47564a4833f0 = '

Tholborn, Ostrowski, & Crane, LLP

Address: 4525 Quail Lakes Dr, Stockton, CA 95207, USA
Phone: (209) 478-9616
';var m_5b34a2589d1d2106fc0c47564a4833f0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tholborn, Ostrowski, & Crane, LLP',});m_5b34a2589d1d2106fc0c47564a4833f0['infowindow'] = new google.maps.InfoWindow({content: $l5b34a2589d1d2106fc0c47564a4833f0});var infowindow = new google.maps.InfoWindow({content: $l5b34a2589d1d2106fc0c47564a4833f0});google.maps.event.addListener(m_5b34a2589d1d2106fc0c47564a4833f0, 'click', function() {infowindow.open(map,m_5b34a2589d1d2106fc0c47564a4833f0);});$marker.push(m_5b34a2589d1d2106fc0c47564a4833f0);}});}google.maps.event.addDomListener(window, 'load', initialize);