{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/campground-cottage-rock-mountain-bible-camp-susquehanna-pa",
  "name": "Campground Cottage – Rock Mountain Bible Camp",
  "description": "Located near our lake, the cottage includes private bath (shower, toilet, sink) and two bedrooms. Sleeps up to 5. Check availability here.",
  "url": "https://campertunity.com/listings/campgrounds/campground-cottage-rock-mountain-bible-camp-susquehanna-pa",
  "image": [
    "https://www.rockmountainbiblecamp.org/wp-content/uploads/2020/01/Rock-Mountain-Cottage-Hero.jpg",
    "https://rockmountainbiblecamp.org/wp-content/uploads/2020/01/Rock-Mountain-Homepage-Hero.jpg",
    "https://www.rockmountainbiblecamp.org/wp-content/themes/yboot/assets/img/icons/icon-swipe.svg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1156 Rock Mountain Dr.",
    "addressLocality": "Susquehanna",
    "addressRegion": "PA",
    "postalCode": "18847",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 41.78019,
    "longitude": -75.6035037
  },
  "sameAs": [
    "https://www.rockmountainbiblecamp.org/campground/cottages/"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Toilets"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Flush Toilets"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Showers"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Cabin"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ]
}