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.9034,-77.0312)};var g_aff2ece53fb372e0a4cbe56c479918c4 = new google.maps.Geocoder();g_aff2ece53fb372e0a4cbe56c479918c4.geocode( { 'address': "1099 14th St NW # C300, Washington, DC 20005, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-DC-nlrb-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('washington-DC-nlrb-federal-credit-union'), mapOptions);}document.getElementById('2c61800f').innerHTML += ' | View Map';var $laff2ece53fb372e0a4cbe56c479918c4 = '

NLRB Federal Credit Union

Address: 1099 14th St NW # C300, Washington, DC 20005, USA
Phone: (202) 273-4300
';var m_aff2ece53fb372e0a4cbe56c479918c4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NLRB Federal Credit Union',});m_aff2ece53fb372e0a4cbe56c479918c4['infowindow'] = new google.maps.InfoWindow({content: $laff2ece53fb372e0a4cbe56c479918c4});var infowindow = new google.maps.InfoWindow({content: $laff2ece53fb372e0a4cbe56c479918c4});google.maps.event.addListener(m_aff2ece53fb372e0a4cbe56c479918c4, 'click', function() {infowindow.open(map,m_aff2ece53fb372e0a4cbe56c479918c4);});$marker.push(m_aff2ece53fb372e0a4cbe56c479918c4);}});}google.maps.event.addDomListener(window, 'load', initialize);