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.2289,-119.172)};var g_2365a4db507862569752334234a29b50 = new google.maps.Geocoder();g_2365a4db507862569752334234a29b50.geocode( { 'address': "500 E Esplanade Dr #560, Oxnard, CA 93036, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxnard-CA-nations-lending').style.display = '';map = new google.maps.Map(document.getElementById('oxnard-CA-nations-lending'), mapOptions);}document.getElementById('564a7a2c').innerHTML += ' | View Map';var $l2365a4db507862569752334234a29b50 = '

Nations Lending

Address: 500 E Esplanade Dr #560, Oxnard, CA 93036, USA
Phone: (805) 200-2450
';var m_2365a4db507862569752334234a29b50 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nations Lending',});m_2365a4db507862569752334234a29b50['infowindow'] = new google.maps.InfoWindow({content: $l2365a4db507862569752334234a29b50});var infowindow = new google.maps.InfoWindow({content: $l2365a4db507862569752334234a29b50});google.maps.event.addListener(m_2365a4db507862569752334234a29b50, 'click', function() {infowindow.open(map,m_2365a4db507862569752334234a29b50);});$marker.push(m_2365a4db507862569752334234a29b50);}});}google.maps.event.addDomListener(window, 'load', initialize);