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()};var g_d33becd29da7580ea1e80650579e467b = new google.maps.Geocoder();g_d33becd29da7580ea1e80650579e467b.geocode( { 'address': "14th St NE & Constitution Ave NE, Washington, DC 20044"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-DC-department-of-commerce-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('washington-DC-department-of-commerce-federal-credit-union'), mapOptions);}document.getElementById('7daedfd6').innerHTML += ' | View Map';var $ld33becd29da7580ea1e80650579e467b = '

Department of Commerce Federal Credit Union

Address: 14th St NE & Constitution Ave NE, Washington, DC 20044
Phone: (202) 482-4134
';var m_d33becd29da7580ea1e80650579e467b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Department of Commerce Federal Credit Union',});m_d33becd29da7580ea1e80650579e467b['infowindow'] = new google.maps.InfoWindow({content: $ld33becd29da7580ea1e80650579e467b});var infowindow = new google.maps.InfoWindow({content: $ld33becd29da7580ea1e80650579e467b});google.maps.event.addListener(m_d33becd29da7580ea1e80650579e467b, 'click', function() {infowindow.open(map,m_d33becd29da7580ea1e80650579e467b);});$marker.push(m_d33becd29da7580ea1e80650579e467b);}});}google.maps.event.addDomListener(window, 'load', initialize);