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_ff7b29042de2ddca8a4cd0554276013d = new google.maps.Geocoder();g_ff7b29042de2ddca8a4cd0554276013d.geocode( { 'address': "50 Massachusetts Ave NE Unit McM05, Washington, DC 20002"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-DC-adams-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('washington-DC-adams-national-bank'), mapOptions);}document.getElementById('4348f580').innerHTML += ' | View Map';var $lff7b29042de2ddca8a4cd0554276013d = '

Adams National Bank

Address: 50 Massachusetts Ave NE Unit McM05, Washington, DC 20002
Phone: (202) 772-3630
';var m_ff7b29042de2ddca8a4cd0554276013d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Adams National Bank',});m_ff7b29042de2ddca8a4cd0554276013d['infowindow'] = new google.maps.InfoWindow({content: $lff7b29042de2ddca8a4cd0554276013d});var infowindow = new google.maps.InfoWindow({content: $lff7b29042de2ddca8a4cd0554276013d});google.maps.event.addListener(m_ff7b29042de2ddca8a4cd0554276013d, 'click', function() {infowindow.open(map,m_ff7b29042de2ddca8a4cd0554276013d);});$marker.push(m_ff7b29042de2ddca8a4cd0554276013d);}});}google.maps.event.addDomListener(window, 'load', initialize);