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.8932,-77.0145)};var g_97e3c7bb82e534cdf57d38b559fb4c96 = new google.maps.Geocoder();g_97e3c7bb82e534cdf57d38b559fb4c96.geocode( { 'address': "200 Constitution Ave NW s, Washington, DC 20210, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-DC-department-of-labor-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('washington-DC-department-of-labor-federal-credit-union'), mapOptions);}document.getElementById('df0626bf').innerHTML += ' | View Map';var $l97e3c7bb82e534cdf57d38b559fb4c96 = '

Department of Labor Federal Credit Union

Address: 200 Constitution Ave NW s, Washington, DC 20210, USA
Phone: (202) 789-2901
';var m_97e3c7bb82e534cdf57d38b559fb4c96 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Department of Labor Federal Credit Union',});m_97e3c7bb82e534cdf57d38b559fb4c96['infowindow'] = new google.maps.InfoWindow({content: $l97e3c7bb82e534cdf57d38b559fb4c96});var infowindow = new google.maps.InfoWindow({content: $l97e3c7bb82e534cdf57d38b559fb4c96});google.maps.event.addListener(m_97e3c7bb82e534cdf57d38b559fb4c96, 'click', function() {infowindow.open(map,m_97e3c7bb82e534cdf57d38b559fb4c96);});$marker.push(m_97e3c7bb82e534cdf57d38b559fb4c96);}});}google.maps.event.addDomListener(window, 'load', initialize);