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_03209a36cc1279cc7bd51e597575c931 = new google.maps.Geocoder();g_03209a36cc1279cc7bd51e597575c931.geocode( { 'address': "1604 17th St NW, Washington, DC 20009"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-DC-the-adams-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('washington-DC-the-adams-national-bank'), mapOptions);}document.getElementById('3c637086').innerHTML += ' | View Map';var $l03209a36cc1279cc7bd51e597575c931 = '

The Adams National Bank

Address: 1604 17th St NW, Washington, DC 20009
Phone: (202) 772-3650
';var m_03209a36cc1279cc7bd51e597575c931 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Adams National Bank',});m_03209a36cc1279cc7bd51e597575c931['infowindow'] = new google.maps.InfoWindow({content: $l03209a36cc1279cc7bd51e597575c931});var infowindow = new google.maps.InfoWindow({content: $l03209a36cc1279cc7bd51e597575c931});google.maps.event.addListener(m_03209a36cc1279cc7bd51e597575c931, 'click', function() {infowindow.open(map,m_03209a36cc1279cc7bd51e597575c931);});$marker.push(m_03209a36cc1279cc7bd51e597575c931);}});}google.maps.event.addDomListener(window, 'load', initialize);