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.9207,-77.0195)};var g_a2956b0d80c9b1ef5fe8bc9ddf5eb4e6 = new google.maps.Geocoder();g_a2956b0d80c9b1ef5fe8bc9ddf5eb4e6.geocode( { 'address': "525 Bryant St NW #102, Washington, DC 20059, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-DC-howard-university-emplys-fcu').style.display = '';map = new google.maps.Map(document.getElementById('washington-DC-howard-university-emplys-fcu'), mapOptions);}document.getElementById('f9862dab').innerHTML += ' | View Map';var $la2956b0d80c9b1ef5fe8bc9ddf5eb4e6 = '

Howard University Emplys FCU

Address: 525 Bryant St NW #102, Washington, DC 20059, USA
Phone: (202) 806-6128
';var m_a2956b0d80c9b1ef5fe8bc9ddf5eb4e6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Howard University Emplys FCU',});m_a2956b0d80c9b1ef5fe8bc9ddf5eb4e6['infowindow'] = new google.maps.InfoWindow({content: $la2956b0d80c9b1ef5fe8bc9ddf5eb4e6});var infowindow = new google.maps.InfoWindow({content: $la2956b0d80c9b1ef5fe8bc9ddf5eb4e6});google.maps.event.addListener(m_a2956b0d80c9b1ef5fe8bc9ddf5eb4e6, 'click', function() {infowindow.open(map,m_a2956b0d80c9b1ef5fe8bc9ddf5eb4e6);});$marker.push(m_a2956b0d80c9b1ef5fe8bc9ddf5eb4e6);}});}google.maps.event.addDomListener(window, 'load', initialize);