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.2216,-119.157)};var g_3a02af861599787256c93d1e23ab6646 = new google.maps.Geocoder();g_3a02af861599787256c93d1e23ab6646.geocode( { 'address': "2160 N Rose Ave, Oxnard, CA 93036, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxnard-CA-ventura-county-credit-union---oxnard').style.display = '';map = new google.maps.Map(document.getElementById('oxnard-CA-ventura-county-credit-union---oxnard'), mapOptions);}document.getElementById('2862bfd7').innerHTML += ' | View Map';var $l3a02af861599787256c93d1e23ab6646 = '

Ventura County Credit Union - Oxnard

Address: 2160 N Rose Ave, Oxnard, CA 93036, USA
Phone: (805) 477-4000
';var m_3a02af861599787256c93d1e23ab6646 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ventura County Credit Union - Oxnard',});m_3a02af861599787256c93d1e23ab6646['infowindow'] = new google.maps.InfoWindow({content: $l3a02af861599787256c93d1e23ab6646});var infowindow = new google.maps.InfoWindow({content: $l3a02af861599787256c93d1e23ab6646});google.maps.event.addListener(m_3a02af861599787256c93d1e23ab6646, 'click', function() {infowindow.open(map,m_3a02af861599787256c93d1e23ab6646);});$marker.push(m_3a02af861599787256c93d1e23ab6646);}});}google.maps.event.addDomListener(window, 'load', initialize);