{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/the-farm-mc-bee-sc-us",
  "name": "The Farm Campground",
  "description": "The Farm Campground is located at 604 Hillcrest Lane, Mc Bee SC 29101. The Farm Campground can be contacted at ***-***-**** or http://www.thefarmcampground.com/",
  "url": "https://campertunity.com/listings/campgrounds/the-farm-mc-bee-sc-us",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "604 Hillcrest Lane",
    "addressLocality": "Mc Bee",
    "addressRegion": "SC",
    "postalCode": "29101",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 34.432888,
    "longitude": -80.183117
  }
}