{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/peach-orchard-rv-park-augusta-ga",
  "name": "Peach Orchard RV Park",
  "description": "",
  "url": "https://campertunity.com/listings/campgrounds/peach-orchard-rv-park-augusta-ga",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "3746 Peach Orchard Road",
    "addressLocality": "Augusta",
    "addressRegion": "GA",
    "postalCode": "30906",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 33.4709714,
    "longitude": -81.9748429
  },
  "sameAs": [
    "https://www.peachorchardrvpark.com/"
  ]
}