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.1992,-119.18)};var g_b69fb0b4b108f5b354ed6b0c765e7b6b = new google.maps.Geocoder();g_b69fb0b4b108f5b354ed6b0c765e7b6b.geocode( { 'address': "301 W 4th St, Oxnard, CA 93030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxnard-CA-fernandos-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('oxnard-CA-fernandos-check-cashing'), mapOptions);}document.getElementById('0e6fab7d').innerHTML += ' | View Map';var $lb69fb0b4b108f5b354ed6b0c765e7b6b = '

Fernando's Check Cashing

Address: 301 W 4th St, Oxnard, CA 93030, USA
Phone: (805) 483-2371
';var m_b69fb0b4b108f5b354ed6b0c765e7b6b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fernando's Check Cashing',});m_b69fb0b4b108f5b354ed6b0c765e7b6b['infowindow'] = new google.maps.InfoWindow({content: $lb69fb0b4b108f5b354ed6b0c765e7b6b});var infowindow = new google.maps.InfoWindow({content: $lb69fb0b4b108f5b354ed6b0c765e7b6b});google.maps.event.addListener(m_b69fb0b4b108f5b354ed6b0c765e7b6b, 'click', function() {infowindow.open(map,m_b69fb0b4b108f5b354ed6b0c765e7b6b);});$marker.push(m_b69fb0b4b108f5b354ed6b0c765e7b6b);}});}google.maps.event.addDomListener(window, 'load', initialize);