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.9993,-121.327)};var g_624444202ef4564068abc75dd1f8a0cc = new google.maps.Geocoder();g_624444202ef4564068abc75dd1f8a0cc.geocode( { 'address': "5651 N Pershing Ave, Stockton, CA 95207, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stockton-CA-one-legal-solution').style.display = '';map = new google.maps.Map(document.getElementById('stockton-CA-one-legal-solution'), mapOptions);}document.getElementById('d032d750').innerHTML += ' | View Map';var $l624444202ef4564068abc75dd1f8a0cc = '

One Legal Solution

Address: 5651 N Pershing Ave, Stockton, CA 95207, USA
Phone: (866) 663-6008
';var m_624444202ef4564068abc75dd1f8a0cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'One Legal Solution',});m_624444202ef4564068abc75dd1f8a0cc['infowindow'] = new google.maps.InfoWindow({content: $l624444202ef4564068abc75dd1f8a0cc});var infowindow = new google.maps.InfoWindow({content: $l624444202ef4564068abc75dd1f8a0cc});google.maps.event.addListener(m_624444202ef4564068abc75dd1f8a0cc, 'click', function() {infowindow.open(map,m_624444202ef4564068abc75dd1f8a0cc);});$marker.push(m_624444202ef4564068abc75dd1f8a0cc);}});}google.maps.event.addDomListener(window, 'load', initialize);