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.8193,-77.0642)};var g_c62bb29356fb6ace6ed06da5a6cbe58b = new google.maps.Geocoder();g_c62bb29356fb6ace6ed06da5a6cbe58b.geocode( { 'address': "1630 King St, Alexandria, VA 22314"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-VA-state-dept-fdl-cr-union').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-VA-state-dept-fdl-cr-union'), mapOptions);}document.getElementById('05fc3b3d').innerHTML += ' | View Map';var $lc62bb29356fb6ace6ed06da5a6cbe58b = '

State Dept Fdl Cr Union

Address: 1630 King St, Alexandria, VA 22314
Phone: (703) 684-8038
';var m_c62bb29356fb6ace6ed06da5a6cbe58b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Dept Fdl Cr Union',});m_c62bb29356fb6ace6ed06da5a6cbe58b['infowindow'] = new google.maps.InfoWindow({content: $lc62bb29356fb6ace6ed06da5a6cbe58b});var infowindow = new google.maps.InfoWindow({content: $lc62bb29356fb6ace6ed06da5a6cbe58b});google.maps.event.addListener(m_c62bb29356fb6ace6ed06da5a6cbe58b, 'click', function() {infowindow.open(map,m_c62bb29356fb6ace6ed06da5a6cbe58b);});$marker.push(m_c62bb29356fb6ace6ed06da5a6cbe58b);}});}google.maps.event.addDomListener(window, 'load', initialize);