{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/red-top-mountain-acworth-ga",
  "name": "Red Top Mountain State Park",
  "description": "Red Top Mountain State Park is located at 50 Lodge Road Southeast, Acworth GA 30102. Red Top Mountain State Park can be contacted at ***-***-**** or https://gastateparks.org/RedTopMountain",
  "url": "https://campertunity.com/listings/campgrounds/red-top-mountain-acworth-ga",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "50 Lodge Road Southeast",
    "addressLocality": "Acworth",
    "addressRegion": "GA",
    "postalCode": "30102",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 34.1478693,
    "longitude": -84.7042552
  }
}