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.2193,-119.16)};var g_ae1a0c017fc3291b0d83fc22f926e364 = new google.maps.Geocoder();g_ae1a0c017fc3291b0d83fc22f926e364.geocode( { 'address': "1941 N Rose Ave #680, Oxnard, CA 93030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxnard-CA-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('oxnard-CA-onemain-financial'), mapOptions);}document.getElementById('3f6316e0').innerHTML += ' | View Map';var $lae1a0c017fc3291b0d83fc22f926e364 = '

OneMain Financial

Address: 1941 N Rose Ave #680, Oxnard, CA 93030, USA
Phone: (805) 278-0026
';var m_ae1a0c017fc3291b0d83fc22f926e364 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_ae1a0c017fc3291b0d83fc22f926e364['infowindow'] = new google.maps.InfoWindow({content: $lae1a0c017fc3291b0d83fc22f926e364});var infowindow = new google.maps.InfoWindow({content: $lae1a0c017fc3291b0d83fc22f926e364});google.maps.event.addListener(m_ae1a0c017fc3291b0d83fc22f926e364, 'click', function() {infowindow.open(map,m_ae1a0c017fc3291b0d83fc22f926e364);});$marker.push(m_ae1a0c017fc3291b0d83fc22f926e364);}});}google.maps.event.addDomListener(window, 'load', initialize);