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.8978,-77.0427)};var g_1dafd6caeca6236a908a15c01612b48b = new google.maps.Geocoder();g_1dafd6caeca6236a908a15c01612b48b.geocode( { 'address': "1889 F St NW, Washington, DC 20006, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-DC-oas-staff-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('washington-DC-oas-staff-federal-credit-union'), mapOptions);}document.getElementById('21001ba8').innerHTML += ' | View Map';var $l1dafd6caeca6236a908a15c01612b48b = '

OAS Staff Federal Credit Union

Address: 1889 F St NW, Washington, DC 20006, USA
Phone: (202) 458-3834
';var m_1dafd6caeca6236a908a15c01612b48b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OAS Staff Federal Credit Union',});m_1dafd6caeca6236a908a15c01612b48b['infowindow'] = new google.maps.InfoWindow({content: $l1dafd6caeca6236a908a15c01612b48b});var infowindow = new google.maps.InfoWindow({content: $l1dafd6caeca6236a908a15c01612b48b});google.maps.event.addListener(m_1dafd6caeca6236a908a15c01612b48b, 'click', function() {infowindow.open(map,m_1dafd6caeca6236a908a15c01612b48b);});$marker.push(m_1dafd6caeca6236a908a15c01612b48b);}});}google.maps.event.addDomListener(window, 'load', initialize);