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.1986,-119.194)};var g_328170a8c1c0460e8710bd970dd0ec4f = new google.maps.Geocoder();g_328170a8c1c0460e8710bd970dd0ec4f.geocode( { 'address': "420 S Ventura Rd, Oxnard, CA 93030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxnard-CA-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('oxnard-CA-check-into-cash'), mapOptions);}document.getElementById('c8a534eb').innerHTML += ' | View Map';var $l328170a8c1c0460e8710bd970dd0ec4f = '

Check Into Cash

Address: 420 S Ventura Rd, Oxnard, CA 93030, USA
Phone: (805) 487-6477
';var m_328170a8c1c0460e8710bd970dd0ec4f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_328170a8c1c0460e8710bd970dd0ec4f['infowindow'] = new google.maps.InfoWindow({content: $l328170a8c1c0460e8710bd970dd0ec4f});var infowindow = new google.maps.InfoWindow({content: $l328170a8c1c0460e8710bd970dd0ec4f});google.maps.event.addListener(m_328170a8c1c0460e8710bd970dd0ec4f, 'click', function() {infowindow.open(map,m_328170a8c1c0460e8710bd970dd0ec4f);});$marker.push(m_328170a8c1c0460e8710bd970dd0ec4f);}});}google.maps.event.addDomListener(window, 'load', initialize);