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(40.7506,-73.9698)};var g_ea071605150dbd7583af2872b84e5163 = new google.maps.Geocoder();g_ea071605150dbd7583af2872b84e5163.geocode( { 'address': "2 United Nations Plaza, New York, NY 10017, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-united-nations-fcu').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-united-nations-fcu'), mapOptions);}document.getElementById('5c7c8657').innerHTML += ' | View Map';var $lea071605150dbd7583af2872b84e5163 = '

United Nations FCU

Address: 2 United Nations Plaza, New York, NY 10017, USA
Phone: (212) 644-7987
';var m_ea071605150dbd7583af2872b84e5163 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Nations FCU',});m_ea071605150dbd7583af2872b84e5163['infowindow'] = new google.maps.InfoWindow({content: $lea071605150dbd7583af2872b84e5163});var infowindow = new google.maps.InfoWindow({content: $lea071605150dbd7583af2872b84e5163});google.maps.event.addListener(m_ea071605150dbd7583af2872b84e5163, 'click', function() {infowindow.open(map,m_ea071605150dbd7583af2872b84e5163);});$marker.push(m_ea071605150dbd7583af2872b84e5163);}});}google.maps.event.addDomListener(window, 'load', initialize);