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.0452)};var g_452b7bc399c5e3458f0661abe78796d4 = new google.maps.Geocoder();g_452b7bc399c5e3458f0661abe78796d4.geocode( { 'address': "2001 Pennsylvania Ave NW # 625, Washington, DC 20006, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-DC-national-cooperative-bank').style.display = '';map = new google.maps.Map(document.getElementById('washington-DC-national-cooperative-bank'), mapOptions);}document.getElementById('f7ade414').innerHTML += ' | View Map';var $l452b7bc399c5e3458f0661abe78796d4 = '

National Cooperative Bank

Address: 2001 Pennsylvania Ave NW # 625, Washington, DC 20006, USA
Phone: (202) 349-7444
';var m_452b7bc399c5e3458f0661abe78796d4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Cooperative Bank',});m_452b7bc399c5e3458f0661abe78796d4['infowindow'] = new google.maps.InfoWindow({content: $l452b7bc399c5e3458f0661abe78796d4});var infowindow = new google.maps.InfoWindow({content: $l452b7bc399c5e3458f0661abe78796d4});google.maps.event.addListener(m_452b7bc399c5e3458f0661abe78796d4, 'click', function() {infowindow.open(map,m_452b7bc399c5e3458f0661abe78796d4);});$marker.push(m_452b7bc399c5e3458f0661abe78796d4);}});}google.maps.event.addDomListener(window, 'load', initialize);