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.2017,-119.147)};var g_802a68dc80e2115359787abcd897504a = new google.maps.Geocoder();g_802a68dc80e2115359787abcd897504a.geocode( { 'address': "2231 Sturgis Rd A, Oxnard, CA 93030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxnard-CA-ventura-county-community-development-corporation-vccdc').style.display = '';map = new google.maps.Map(document.getElementById('oxnard-CA-ventura-county-community-development-corporation-vccdc'), mapOptions);}document.getElementById('b35c289e').innerHTML += ' | View Map';var $l802a68dc80e2115359787abcd897504a = '

Ventura County Community Development Corporation (VCCDC)

Address: 2231 Sturgis Rd A, Oxnard, CA 93030, USA
Phone: (805) 273-7800
';var m_802a68dc80e2115359787abcd897504a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ventura County Community Development Corporation (VCCDC)',});m_802a68dc80e2115359787abcd897504a['infowindow'] = new google.maps.InfoWindow({content: $l802a68dc80e2115359787abcd897504a});var infowindow = new google.maps.InfoWindow({content: $l802a68dc80e2115359787abcd897504a});google.maps.event.addListener(m_802a68dc80e2115359787abcd897504a, 'click', function() {infowindow.open(map,m_802a68dc80e2115359787abcd897504a);});$marker.push(m_802a68dc80e2115359787abcd897504a);}});}google.maps.event.addDomListener(window, 'load', initialize);