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(34.229,-119.172)};var g_65fc9fb4897a89789352e211ca2d398f = new google.maps.Geocoder();g_65fc9fb4897a89789352e211ca2d398f.geocode( { 'address': "Oxnard, CA 93036, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxnard-CA-tnl-car-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('oxnard-CA-tnl-car-title-loans'), mapOptions);}document.getElementById('e1c2c73e').innerHTML += ' | View Map';var $l65fc9fb4897a89789352e211ca2d398f = '

TNL Car Title Loans

Address: Oxnard, CA 93036, USA
Phone: (805) 409-3828
';var m_65fc9fb4897a89789352e211ca2d398f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TNL Car Title Loans',});m_65fc9fb4897a89789352e211ca2d398f['infowindow'] = new google.maps.InfoWindow({content: $l65fc9fb4897a89789352e211ca2d398f});var infowindow = new google.maps.InfoWindow({content: $l65fc9fb4897a89789352e211ca2d398f});google.maps.event.addListener(m_65fc9fb4897a89789352e211ca2d398f, 'click', function() {infowindow.open(map,m_65fc9fb4897a89789352e211ca2d398f);});$marker.push(m_65fc9fb4897a89789352e211ca2d398f);}});}google.maps.event.addDomListener(window, 'load', initialize);