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.2181,-119.16)};var g_7ef80e6cf2a97f82672a6f17cb6653f7 = new google.maps.Geocoder();g_7ef80e6cf2a97f82672a6f17cb6653f7.geocode( { 'address': "Oxnard, CA 93030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxnard-CA-western-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('oxnard-CA-western-federal-credit-union'), mapOptions);}document.getElementById('1979caf4').innerHTML += ' | View Map';var $l7ef80e6cf2a97f82672a6f17cb6653f7 = '

Western federal credit union

Address: Oxnard, CA 93030, USA
Phone:
';var m_7ef80e6cf2a97f82672a6f17cb6653f7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western federal credit union',});m_7ef80e6cf2a97f82672a6f17cb6653f7['infowindow'] = new google.maps.InfoWindow({content: $l7ef80e6cf2a97f82672a6f17cb6653f7});var infowindow = new google.maps.InfoWindow({content: $l7ef80e6cf2a97f82672a6f17cb6653f7});google.maps.event.addListener(m_7ef80e6cf2a97f82672a6f17cb6653f7, 'click', function() {infowindow.open(map,m_7ef80e6cf2a97f82672a6f17cb6653f7);});$marker.push(m_7ef80e6cf2a97f82672a6f17cb6653f7);}});}google.maps.event.addDomListener(window, 'load', initialize);