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.1764,-119.218)};var g_a4db53c680ab731e9aa1eba01398bcac = new google.maps.Geocoder();g_a4db53c680ab731e9aa1eba01398bcac.geocode( { 'address': "687 W Channel Islands Blvd, Port Hueneme, CA 93041, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-hueneme-CA-ventura-county-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('port-hueneme-CA-ventura-county-credit-union'), mapOptions);}document.getElementById('b9981a3b').innerHTML += ' | View Map';var $la4db53c680ab731e9aa1eba01398bcac = '

Ventura County Credit Union

Address: 687 W Channel Islands Blvd, Port Hueneme, CA 93041, USA
Phone: (800) 339-0496
';var m_a4db53c680ab731e9aa1eba01398bcac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ventura County Credit Union',});m_a4db53c680ab731e9aa1eba01398bcac['infowindow'] = new google.maps.InfoWindow({content: $la4db53c680ab731e9aa1eba01398bcac});var infowindow = new google.maps.InfoWindow({content: $la4db53c680ab731e9aa1eba01398bcac});google.maps.event.addListener(m_a4db53c680ab731e9aa1eba01398bcac, 'click', function() {infowindow.open(map,m_a4db53c680ab731e9aa1eba01398bcac);});$marker.push(m_a4db53c680ab731e9aa1eba01398bcac);}});}google.maps.event.addDomListener(window, 'load', initialize);