{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/three-rivers-resort-forks-wa",
  "name": "Three Rivers Resort",
  "description": "Three Rivers Resort is located at 7764 La Push Road, Forks WA 98331. Three Rivers Resort can be contacted at ***-***-**** or http://www.threeriversresortandguideservice.com/",
  "url": "https://campertunity.com/listings/campgrounds/three-rivers-resort-forks-wa",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "7764 La Push Road",
    "addressLocality": "Forks",
    "addressRegion": "WA",
    "postalCode": "98331",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 47.9133963,
    "longitude": -124.5350514
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/washington/forks/three-rivers-resort"
  ]
}