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.9703,-121.3)};var g_bb741c5c19be4a55e8f4ed0b264835d3 = new google.maps.Geocoder();g_bb741c5c19be4a55e8f4ed0b264835d3.geocode( { 'address': "Stockton, CA 95204, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stockton-CA-tnl-car-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('stockton-CA-tnl-car-title-loans'), mapOptions);}document.getElementById('0bc1ed2f').innerHTML += ' | View Map';var $lbb741c5c19be4a55e8f4ed0b264835d3 = '

TNL Car Title Loans

Address: Stockton, CA 95204, USA
Phone: (209) 259-6865
';var m_bb741c5c19be4a55e8f4ed0b264835d3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TNL Car Title Loans',});m_bb741c5c19be4a55e8f4ed0b264835d3['infowindow'] = new google.maps.InfoWindow({content: $lbb741c5c19be4a55e8f4ed0b264835d3});var infowindow = new google.maps.InfoWindow({content: $lbb741c5c19be4a55e8f4ed0b264835d3});google.maps.event.addListener(m_bb741c5c19be4a55e8f4ed0b264835d3, 'click', function() {infowindow.open(map,m_bb741c5c19be4a55e8f4ed0b264835d3);});$marker.push(m_bb741c5c19be4a55e8f4ed0b264835d3);}});}google.maps.event.addDomListener(window, 'load', initialize);