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_312ec7f8d4615d6dd78477a4f581c612 = new google.maps.Geocoder();g_312ec7f8d4615d6dd78477a4f581c612.geocode( { 'address': "1818 H St Nw, Washington, DC 20433"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-DC-the-world-bank').style.display = '';map = new google.maps.Map(document.getElementById('washington-DC-the-world-bank'), mapOptions);}document.getElementById('2f06eec6').innerHTML += ' | View Map';var $l312ec7f8d4615d6dd78477a4f581c612 = '

The World Bank

Address: 1818 H St Nw, Washington, DC 20433
Phone: (202) 473-1000
';var m_312ec7f8d4615d6dd78477a4f581c612 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The World Bank',});m_312ec7f8d4615d6dd78477a4f581c612['infowindow'] = new google.maps.InfoWindow({content: $l312ec7f8d4615d6dd78477a4f581c612});var infowindow = new google.maps.InfoWindow({content: $l312ec7f8d4615d6dd78477a4f581c612});google.maps.event.addListener(m_312ec7f8d4615d6dd78477a4f581c612, 'click', function() {infowindow.open(map,m_312ec7f8d4615d6dd78477a4f581c612);});$marker.push(m_312ec7f8d4615d6dd78477a4f581c612);}});}google.maps.event.addDomListener(window, 'load', initialize);