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(36.8439,-76.3046)};var g_219b690d203eb8a0fbfd52a4cb0214cf = new google.maps.Geocoder();g_219b690d203eb8a0fbfd52a4cb0214cf.geocode( { 'address': "620 John Paul Jones Circle, Bldg 3, 2nd Floor, Portsmouth, VA 23708, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portsmouth-VA-navy-federal-credit-union---restricted-access').style.display = '';map = new google.maps.Map(document.getElementById('portsmouth-VA-navy-federal-credit-union---restricted-access'), mapOptions);}document.getElementById('868921c6').innerHTML += ' | View Map';var $l219b690d203eb8a0fbfd52a4cb0214cf = '

Navy Federal Credit Union - Restricted Access

Address: 620 John Paul Jones Circle, Bldg 3, 2nd Floor, Portsmouth, VA 23708, USA
Phone: (888) 842-6328
';var m_219b690d203eb8a0fbfd52a4cb0214cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Navy Federal Credit Union - Restricted Access',});m_219b690d203eb8a0fbfd52a4cb0214cf['infowindow'] = new google.maps.InfoWindow({content: $l219b690d203eb8a0fbfd52a4cb0214cf});var infowindow = new google.maps.InfoWindow({content: $l219b690d203eb8a0fbfd52a4cb0214cf});google.maps.event.addListener(m_219b690d203eb8a0fbfd52a4cb0214cf, 'click', function() {infowindow.open(map,m_219b690d203eb8a0fbfd52a4cb0214cf);});$marker.push(m_219b690d203eb8a0fbfd52a4cb0214cf);}});}google.maps.event.addDomListener(window, 'load', initialize);