{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/saratoga-rv-park-gansevoort-ny-us",
  "name": "Saratoga RV Park",
  "description": "Saratoga RV Park is located at 4894 New York 50, Gansevoort NY 12831. Saratoga RV Park can be contacted at ***-***-**** or https://www.saratogarvpark.com/",
  "url": "https://campertunity.com/listings/campgrounds/saratoga-rv-park-gansevoort-ny-us",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "4894 New York 50",
    "addressLocality": "Gansevoort",
    "addressRegion": "NY",
    "postalCode": "12831",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 43.1816469,
    "longitude": -73.6510565
  }
}