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.2192,-119.061)};var g_eacfd4bc381a7e84fc2669553d27c2cb = new google.maps.Geocoder();g_eacfd4bc381a7e84fc2669553d27c2cb.geocode( { 'address': "711 E Daily Dr #100, Camarillo, CA 93010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('camarillo-CA-ventura-county-credit-union---camarillo').style.display = '';map = new google.maps.Map(document.getElementById('camarillo-CA-ventura-county-credit-union---camarillo'), mapOptions);}document.getElementById('d68fe67a').innerHTML += ' | View Map';var $leacfd4bc381a7e84fc2669553d27c2cb = '

Ventura County Credit Union - Camarillo

Address: 711 E Daily Dr #100, Camarillo, CA 93010, USA
Phone: (805) 477-4000
';var m_eacfd4bc381a7e84fc2669553d27c2cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ventura County Credit Union - Camarillo',});m_eacfd4bc381a7e84fc2669553d27c2cb['infowindow'] = new google.maps.InfoWindow({content: $leacfd4bc381a7e84fc2669553d27c2cb});var infowindow = new google.maps.InfoWindow({content: $leacfd4bc381a7e84fc2669553d27c2cb});google.maps.event.addListener(m_eacfd4bc381a7e84fc2669553d27c2cb, 'click', function() {infowindow.open(map,m_eacfd4bc381a7e84fc2669553d27c2cb);});$marker.push(m_eacfd4bc381a7e84fc2669553d27c2cb);}});}google.maps.event.addDomListener(window, 'load', initialize);