{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/greenes-pond-rv-cabins-elizabethtown-nc",
  "name": "Greene's Pond RV & Cabins",
  "description": "Check out Greene's Pond RV & Cabins in Elizabethtown, North Carolina on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/greenes-pond-rv-cabins-elizabethtown-nc",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Elizabethtown",
    "addressRegion": "NC",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 34.6286286,
    "longitude": -78.6146955
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Cabin"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}