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.8936,-77.0447)};var g_d07ec5ea07081262d33991cea73c964c = new google.maps.Geocoder();g_d07ec5ea07081262d33991cea73c964c.geocode( { 'address': "20th, Washington, DC 20551, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-DC-frb-fcu').style.display = '';map = new google.maps.Map(document.getElementById('washington-DC-frb-fcu'), mapOptions);}document.getElementById('fdcf0878').innerHTML += ' | View Map';var $ld07ec5ea07081262d33991cea73c964c = '

FRB FCU

Address: 20th, Washington, DC 20551, USA
Phone: (202) 452-3871
';var m_d07ec5ea07081262d33991cea73c964c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FRB FCU',});m_d07ec5ea07081262d33991cea73c964c['infowindow'] = new google.maps.InfoWindow({content: $ld07ec5ea07081262d33991cea73c964c});var infowindow = new google.maps.InfoWindow({content: $ld07ec5ea07081262d33991cea73c964c});google.maps.event.addListener(m_d07ec5ea07081262d33991cea73c964c, 'click', function() {infowindow.open(map,m_d07ec5ea07081262d33991cea73c964c);});$marker.push(m_d07ec5ea07081262d33991cea73c964c);}});}google.maps.event.addDomListener(window, 'load', initialize);