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.9017,-77.0221)};var g_83b7e5a6fbdec4475d6ba1d844561de1 = new google.maps.Geocoder();g_83b7e5a6fbdec4475d6ba1d844561de1.geocode( { 'address': "922 7th St NW, Washington, DC 20001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-DC-dva-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('washington-DC-dva-federal-credit-union'), mapOptions);}document.getElementById('6d354ec1').innerHTML += ' | View Map';var $l83b7e5a6fbdec4475d6ba1d844561de1 = '

DVA Federal Credit Union

Address: 922 7th St NW, Washington, DC 20001, USA
Phone: (202) 737-6969
';var m_83b7e5a6fbdec4475d6ba1d844561de1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'DVA Federal Credit Union',});m_83b7e5a6fbdec4475d6ba1d844561de1['infowindow'] = new google.maps.InfoWindow({content: $l83b7e5a6fbdec4475d6ba1d844561de1});var infowindow = new google.maps.InfoWindow({content: $l83b7e5a6fbdec4475d6ba1d844561de1});google.maps.event.addListener(m_83b7e5a6fbdec4475d6ba1d844561de1, 'click', function() {infowindow.open(map,m_83b7e5a6fbdec4475d6ba1d844561de1);});$marker.push(m_83b7e5a6fbdec4475d6ba1d844561de1);}});}google.maps.event.addDomListener(window, 'load', initialize);