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.8367,-77.1046)};var g_dd88c1188df05f6bec7e5ef0f515dc48 = new google.maps.Geocoder();g_dd88c1188df05f6bec7e5ef0f515dc48.geocode( { 'address': "4401 Ford Ave, Alexandria, VA 22302, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-VA-arlington-virginia-federal').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-VA-arlington-virginia-federal'), mapOptions);}document.getElementById('96bcfbdc').innerHTML += ' | View Map';var $ldd88c1188df05f6bec7e5ef0f515dc48 = '

Arlington Virginia Federal

Address: 4401 Ford Ave, Alexandria, VA 22302, USA
Phone: (703) 778-9600
';var m_dd88c1188df05f6bec7e5ef0f515dc48 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Arlington Virginia Federal',});m_dd88c1188df05f6bec7e5ef0f515dc48['infowindow'] = new google.maps.InfoWindow({content: $ldd88c1188df05f6bec7e5ef0f515dc48});var infowindow = new google.maps.InfoWindow({content: $ldd88c1188df05f6bec7e5ef0f515dc48});google.maps.event.addListener(m_dd88c1188df05f6bec7e5ef0f515dc48, 'click', function() {infowindow.open(map,m_dd88c1188df05f6bec7e5ef0f515dc48);});$marker.push(m_dd88c1188df05f6bec7e5ef0f515dc48);}});}google.maps.event.addDomListener(window, 'load', initialize);