{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/raymonts-rv-park-waynesburg-pa",
  "name": "Raymont’s RV Park",
  "description": "RV Camping Grounds in Waynesburg, PA.",
  "url": "https://campertunity.com/listings/campgrounds/raymonts-rv-park-waynesburg-pa",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "354 W High St",
    "addressLocality": "Waynesburg",
    "addressRegion": "PA",
    "postalCode": "15370",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 39.8956327,
    "longitude": -80.1848304
  }
}