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_25acffa8b37eb2c4552c8dcb8b39fd4a = new google.maps.Geocoder();g_25acffa8b37eb2c4552c8dcb8b39fd4a.geocode( { 'address': "1025 Connecticut Ave NW, Washington, DC 20036"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-DC-washington-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('washington-DC-washington-first-bank'), mapOptions);}document.getElementById('5626ecf3').innerHTML += ' | View Map';var $l25acffa8b37eb2c4552c8dcb8b39fd4a = '

Washington First Bank

Address: 1025 Connecticut Ave NW, Washington, DC 20036
Phone: (202) 296-5588
';var m_25acffa8b37eb2c4552c8dcb8b39fd4a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Washington First Bank',});m_25acffa8b37eb2c4552c8dcb8b39fd4a['infowindow'] = new google.maps.InfoWindow({content: $l25acffa8b37eb2c4552c8dcb8b39fd4a});var infowindow = new google.maps.InfoWindow({content: $l25acffa8b37eb2c4552c8dcb8b39fd4a});google.maps.event.addListener(m_25acffa8b37eb2c4552c8dcb8b39fd4a, 'click', function() {infowindow.open(map,m_25acffa8b37eb2c4552c8dcb8b39fd4a);});$marker.push(m_25acffa8b37eb2c4552c8dcb8b39fd4a);}});}google.maps.event.addDomListener(window, 'load', initialize);