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_d750e19732486e9e38f209862486c1cc = new google.maps.Geocoder();g_d750e19732486e9e38f209862486c1cc.geocode( { 'address': "3302 Prospect St NW, Washington, DC 20007"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-DC-global-investment-finance').style.display = '';map = new google.maps.Map(document.getElementById('washington-DC-global-investment-finance'), mapOptions);}document.getElementById('253e130a').innerHTML += ' | View Map';var $ld750e19732486e9e38f209862486c1cc = '

Global Investment & Finance

Address: 3302 Prospect St NW, Washington, DC 20007
Phone: (202) 342-5777
';var m_d750e19732486e9e38f209862486c1cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Global Investment & Finance',});m_d750e19732486e9e38f209862486c1cc['infowindow'] = new google.maps.InfoWindow({content: $ld750e19732486e9e38f209862486c1cc});var infowindow = new google.maps.InfoWindow({content: $ld750e19732486e9e38f209862486c1cc});google.maps.event.addListener(m_d750e19732486e9e38f209862486c1cc, 'click', function() {infowindow.open(map,m_d750e19732486e9e38f209862486c1cc);});$marker.push(m_d750e19732486e9e38f209862486c1cc);}});}google.maps.event.addDomListener(window, 'load', initialize);