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(48.3442,-122.673)};var g_949ed8b099f08c2570a6009e78b5025a = new google.maps.Geocoder();g_949ed8b099f08c2570a6009e78b5025a.geocode( { 'address': "1080 W Lexington St, Bldg 100, Ste 108, Oak Harbor, WA 98278, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oak-harbor-WA-navy-federal-credit-union---restricted-access').style.display = '';map = new google.maps.Map(document.getElementById('oak-harbor-WA-navy-federal-credit-union---restricted-access'), mapOptions);}document.getElementById('8076f42c').innerHTML += ' | View Map';var $l949ed8b099f08c2570a6009e78b5025a = '

Navy Federal Credit Union - Restricted Access

Address: 1080 W Lexington St, Bldg 100, Ste 108, Oak Harbor, WA 98278, USA
Phone: (888) 842-6328
';var m_949ed8b099f08c2570a6009e78b5025a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Navy Federal Credit Union - Restricted Access',});m_949ed8b099f08c2570a6009e78b5025a['infowindow'] = new google.maps.InfoWindow({content: $l949ed8b099f08c2570a6009e78b5025a});var infowindow = new google.maps.InfoWindow({content: $l949ed8b099f08c2570a6009e78b5025a});google.maps.event.addListener(m_949ed8b099f08c2570a6009e78b5025a, 'click', function() {infowindow.open(map,m_949ed8b099f08c2570a6009e78b5025a);});$marker.push(m_949ed8b099f08c2570a6009e78b5025a);}});}google.maps.event.addDomListener(window, 'load', initialize);