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(38.8343,-77.1882)};var g_97d7519d9f2e822c86b44666ef14698c = new google.maps.Geocoder();g_97d7519d9f2e822c86b44666ef14698c.geocode( { 'address': "7012 Columbia Pike, Annandale, VA 22003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('annandale-VA-navy-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('annandale-VA-navy-federal-credit-union'), mapOptions);}document.getElementById('0c3acdcb').innerHTML += ' | View Map';var $l97d7519d9f2e822c86b44666ef14698c = '

Navy Federal Credit Union

Address: 7012 Columbia Pike, Annandale, VA 22003, USA
Phone: (888) 842-6328
';var m_97d7519d9f2e822c86b44666ef14698c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Navy Federal Credit Union',});m_97d7519d9f2e822c86b44666ef14698c['infowindow'] = new google.maps.InfoWindow({content: $l97d7519d9f2e822c86b44666ef14698c});var infowindow = new google.maps.InfoWindow({content: $l97d7519d9f2e822c86b44666ef14698c});google.maps.event.addListener(m_97d7519d9f2e822c86b44666ef14698c, 'click', function() {infowindow.open(map,m_97d7519d9f2e822c86b44666ef14698c);});$marker.push(m_97d7519d9f2e822c86b44666ef14698c);}});}google.maps.event.addDomListener(window, 'load', initialize);