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.8965,-77.0512)};var g_ccfdb67da64389ec771672e80bdbdd27 = new google.maps.Geocoder();g_ccfdb67da64389ec771672e80bdbdd27.geocode( { 'address': "2401 E St NW, Washington, DC 20241, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-DC-state-department-fcu').style.display = '';map = new google.maps.Map(document.getElementById('washington-DC-state-department-fcu'), mapOptions);}document.getElementById('0a9c0a20').innerHTML += ' | View Map';var $lccfdb67da64389ec771672e80bdbdd27 = '

State Department FCU

Address: 2401 E St NW, Washington, DC 20241, USA
Phone: (202) 331-8280
';var m_ccfdb67da64389ec771672e80bdbdd27 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Department FCU',});m_ccfdb67da64389ec771672e80bdbdd27['infowindow'] = new google.maps.InfoWindow({content: $lccfdb67da64389ec771672e80bdbdd27});var infowindow = new google.maps.InfoWindow({content: $lccfdb67da64389ec771672e80bdbdd27});google.maps.event.addListener(m_ccfdb67da64389ec771672e80bdbdd27, 'click', function() {infowindow.open(map,m_ccfdb67da64389ec771672e80bdbdd27);});$marker.push(m_ccfdb67da64389ec771672e80bdbdd27);}});}google.maps.event.addDomListener(window, 'load', initialize);