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.2182,-119.178)};var g_a7557257e23be947aeaabf4fc0b1bdcb = new google.maps.Geocoder();g_a7557257e23be947aeaabf4fc0b1bdcb.geocode( { 'address': "1825 N Oxnard Blvd #7, Oxnard, CA 93030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxnard-CA-credit-xpertz---oxnard').style.display = '';map = new google.maps.Map(document.getElementById('oxnard-CA-credit-xpertz---oxnard'), mapOptions);}document.getElementById('a91dac4e').innerHTML += ' | View Map';var $la7557257e23be947aeaabf4fc0b1bdcb = '

Credit Xpertz - Oxnard

Address: 1825 N Oxnard Blvd #7, Oxnard, CA 93030, USA
Phone: (805) 612-6766
';var m_a7557257e23be947aeaabf4fc0b1bdcb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Xpertz - Oxnard',});m_a7557257e23be947aeaabf4fc0b1bdcb['infowindow'] = new google.maps.InfoWindow({content: $la7557257e23be947aeaabf4fc0b1bdcb});var infowindow = new google.maps.InfoWindow({content: $la7557257e23be947aeaabf4fc0b1bdcb});google.maps.event.addListener(m_a7557257e23be947aeaabf4fc0b1bdcb, 'click', function() {infowindow.open(map,m_a7557257e23be947aeaabf4fc0b1bdcb);});$marker.push(m_a7557257e23be947aeaabf4fc0b1bdcb);}});}google.maps.event.addDomListener(window, 'load', initialize);