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.2955,-119.292)};var g_610a161aaa74c014bad8d12919428d82 = new google.maps.Geocoder();g_610a161aaa74c014bad8d12919428d82.geocode( { 'address': "6026 Telephone Road, Ventura, CA 93003"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ventura-CA-ventura-county-credit-union-ventura').style.display = '';map = new google.maps.Map(document.getElementById('ventura-CA-ventura-county-credit-union-ventura'), mapOptions);}document.getElementById('57f4d72d').innerHTML += ' | View Map';var $l610a161aaa74c014bad8d12919428d82 = '

Ventura County Credit Union - Ventura

Address: 6026 Telephone Road, Ventura, CA 93003
Phone: (805) 477-4000
';var m_610a161aaa74c014bad8d12919428d82 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ventura County Credit Union - Ventura',});m_610a161aaa74c014bad8d12919428d82['infowindow'] = new google.maps.InfoWindow({content: $l610a161aaa74c014bad8d12919428d82});var infowindow = new google.maps.InfoWindow({content: $l610a161aaa74c014bad8d12919428d82});google.maps.event.addListener(m_610a161aaa74c014bad8d12919428d82, 'click', function() {infowindow.open(map,m_610a161aaa74c014bad8d12919428d82);});$marker.push(m_610a161aaa74c014bad8d12919428d82);}});}google.maps.event.addDomListener(window, 'load', initialize);