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.9981,-121.324)};var g_bbb96d7adad8c94da269ae0494bb2ec2 = new google.maps.Geocoder();g_bbb96d7adad8c94da269ae0494bb2ec2.geocode( { 'address': "1350 W Robinhood Dr #19, Stockton, CA 95207, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stockton-CA-central-valley-home-loan-group').style.display = '';map = new google.maps.Map(document.getElementById('stockton-CA-central-valley-home-loan-group'), mapOptions);}document.getElementById('ab045365').innerHTML += ' | View Map';var $lbbb96d7adad8c94da269ae0494bb2ec2 = '

Central Valley Home Loan Group

Address: 1350 W Robinhood Dr #19, Stockton, CA 95207, USA
Phone: (209) 888-6802
';var m_bbb96d7adad8c94da269ae0494bb2ec2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Valley Home Loan Group',});m_bbb96d7adad8c94da269ae0494bb2ec2['infowindow'] = new google.maps.InfoWindow({content: $lbbb96d7adad8c94da269ae0494bb2ec2});var infowindow = new google.maps.InfoWindow({content: $lbbb96d7adad8c94da269ae0494bb2ec2});google.maps.event.addListener(m_bbb96d7adad8c94da269ae0494bb2ec2, 'click', function() {infowindow.open(map,m_bbb96d7adad8c94da269ae0494bb2ec2);});$marker.push(m_bbb96d7adad8c94da269ae0494bb2ec2);}});}google.maps.event.addDomListener(window, 'load', initialize);