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.7371,-73.9879)};var g_b0b44cf6c5ee809d5c2a77c40a314a8b = new google.maps.Geocoder();g_b0b44cf6c5ee809d5c2a77c40a314a8b.geocode( { 'address': "7, 225 Park Ave S, New York, NY 10003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-york-NY-information-management-network').style.display = '';map = new google.maps.Map(document.getElementById('new-york-NY-information-management-network'), mapOptions);}document.getElementById('9a0ffb01').innerHTML += ' | View Map';var $lb0b44cf6c5ee809d5c2a77c40a314a8b = '

Information Management Network

Address: 7, 225 Park Ave S, New York, NY 10003, USA
Phone: (212) 901-0506
';var m_b0b44cf6c5ee809d5c2a77c40a314a8b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Information Management Network',});m_b0b44cf6c5ee809d5c2a77c40a314a8b['infowindow'] = new google.maps.InfoWindow({content: $lb0b44cf6c5ee809d5c2a77c40a314a8b});var infowindow = new google.maps.InfoWindow({content: $lb0b44cf6c5ee809d5c2a77c40a314a8b});google.maps.event.addListener(m_b0b44cf6c5ee809d5c2a77c40a314a8b, 'click', function() {infowindow.open(map,m_b0b44cf6c5ee809d5c2a77c40a314a8b);});$marker.push(m_b0b44cf6c5ee809d5c2a77c40a314a8b);}});}google.maps.event.addDomListener(window, 'load', initialize);