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.3578,-73.8073)};var g_213918481e65dda31a328f2917b9afa5 = new google.maps.Geocoder();g_213918481e65dda31a328f2917b9afa5.geocode( { 'address': "270 Mansion St, Coxsackie, NY 12051"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coxsackie-NY-greene-land-trust').style.display = '';map = new google.maps.Map(document.getElementById('coxsackie-NY-greene-land-trust'), mapOptions);}document.getElementById('65b80cbe').innerHTML += ' | View Map';var $l213918481e65dda31a328f2917b9afa5 = '

Greene Land Trust

Address: 270 Mansion St, Coxsackie, NY 12051
Phone: (518) 731-5544
';var m_213918481e65dda31a328f2917b9afa5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Greene Land Trust',});m_213918481e65dda31a328f2917b9afa5['infowindow'] = new google.maps.InfoWindow({content: $l213918481e65dda31a328f2917b9afa5});var infowindow = new google.maps.InfoWindow({content: $l213918481e65dda31a328f2917b9afa5});google.maps.event.addListener(m_213918481e65dda31a328f2917b9afa5, 'click', function() {infowindow.open(map,m_213918481e65dda31a328f2917b9afa5);});$marker.push(m_213918481e65dda31a328f2917b9afa5);}});}google.maps.event.addDomListener(window, 'load', initialize);