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(42.4362,-76.4998)};var g_0ceed3b289e76c7f6ac4cdd6083a0966 = new google.maps.Geocoder();g_0ceed3b289e76c7f6ac4cdd6083a0966.geocode( { 'address': "115 W Clinton St, Ithaca, NY 14850, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ithaca-NY-ithaca-neighborhood-housing-services-inhs').style.display = '';map = new google.maps.Map(document.getElementById('ithaca-NY-ithaca-neighborhood-housing-services-inhs'), mapOptions);}document.getElementById('efcfca4a').innerHTML += ' | View Map';var $l0ceed3b289e76c7f6ac4cdd6083a0966 = '

Ithaca Neighborhood Housing Services (INHS)

Address: 115 W Clinton St, Ithaca, NY 14850, USA
Phone: (607) 277-4500
';var m_0ceed3b289e76c7f6ac4cdd6083a0966 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ithaca Neighborhood Housing Services (INHS)',});m_0ceed3b289e76c7f6ac4cdd6083a0966['infowindow'] = new google.maps.InfoWindow({content: $l0ceed3b289e76c7f6ac4cdd6083a0966});var infowindow = new google.maps.InfoWindow({content: $l0ceed3b289e76c7f6ac4cdd6083a0966});google.maps.event.addListener(m_0ceed3b289e76c7f6ac4cdd6083a0966, 'click', function() {infowindow.open(map,m_0ceed3b289e76c7f6ac4cdd6083a0966);});$marker.push(m_0ceed3b289e76c7f6ac4cdd6083a0966);}});}google.maps.event.addDomListener(window, 'load', initialize);