{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/three-pines-rv-park-kingston-ok",
  "name": "Three Pines RV Park",
  "description": "Three Pines RV Park is located at 1364 Snell Road, Kingston OK 73439. Three Pines RV Park can be contacted at ***-***-**** or",
  "url": "https://campertunity.com/listings/campgrounds/three-pines-rv-park-kingston-ok",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1364 Snell Road",
    "addressLocality": "Kingston",
    "addressRegion": "OK",
    "postalCode": "73439",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 33.893118,
    "longitude": -96.751257
  }
}