{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/sawyer-ok",
  "name": "Sawyer RV Campground",
  "description": "Sawyer RV Campground is located at 3289 East 2040 Road, Sawyer OK 74756. Sawyer RV Campground can be contacted at ***-***-**** or http://www.sawyerrvcampground.com/",
  "url": "https://campertunity.com/listings/campgrounds/sawyer-ok",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "3289 East 2040 Road",
    "addressLocality": "Sawyer",
    "addressRegion": "OK",
    "postalCode": "74756",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 34.0554772,
    "longitude": -95.3674382
  }
}