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.7867,-73.7258)};var g_eaccfd877a6595eb0a562550e8275d84 = new google.maps.Geocoder();g_eaccfd877a6595eb0a562550e8275d84.geocode( { 'address': "11 Middle Neck Rd, Great Neck, NY 11021"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('great-neck-NY-global-funding').style.display = '';map = new google.maps.Map(document.getElementById('great-neck-NY-global-funding'), mapOptions);}document.getElementById('22e895cd').innerHTML += ' | View Map';var $leaccfd877a6595eb0a562550e8275d84 = '

Global Funding

Address: 11 Middle Neck Rd, Great Neck, NY 11021
Phone: (516) 280-5100
';var m_eaccfd877a6595eb0a562550e8275d84 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Global Funding',});m_eaccfd877a6595eb0a562550e8275d84['infowindow'] = new google.maps.InfoWindow({content: $leaccfd877a6595eb0a562550e8275d84});var infowindow = new google.maps.InfoWindow({content: $leaccfd877a6595eb0a562550e8275d84});google.maps.event.addListener(m_eaccfd877a6595eb0a562550e8275d84, 'click', function() {infowindow.open(map,m_eaccfd877a6595eb0a562550e8275d84);});$marker.push(m_eaccfd877a6595eb0a562550e8275d84);}});}google.maps.event.addDomListener(window, 'load', initialize);