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.1769,-119.213)};var g_10947a864870d743135d035699674b01 = new google.maps.Geocoder();g_10947a864870d743135d035699674b01.geocode( { 'address': "535 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-atm-navy-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('port-hueneme-CA-atm-navy-federal-credit-union'), mapOptions);}document.getElementById('5144aed8').innerHTML += ' | View Map';var $l10947a864870d743135d035699674b01 = '

ATM (Navy Federal Credit Union)

Address: 535 W Channel Islands Blvd, Port Hueneme, CA 93041, USA
Phone:
';var m_10947a864870d743135d035699674b01 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Navy Federal Credit Union)',});m_10947a864870d743135d035699674b01['infowindow'] = new google.maps.InfoWindow({content: $l10947a864870d743135d035699674b01});var infowindow = new google.maps.InfoWindow({content: $l10947a864870d743135d035699674b01});google.maps.event.addListener(m_10947a864870d743135d035699674b01, 'click', function() {infowindow.open(map,m_10947a864870d743135d035699674b01);});$marker.push(m_10947a864870d743135d035699674b01);}});}google.maps.event.addDomListener(window, 'load', initialize);