{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/trees-rv-park-petersburg-ak",
  "name": "The Trees RV Park",
  "description": "The Trees RV Park is located at Mitkof Highway, Petersburg AK 99833. The Trees RV Park can be contacted at ***-***-**** or http://thetreesrvpark.com/",
  "url": "https://campertunity.com/listings/campgrounds/trees-rv-park-petersburg-ak",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Mitkof Highway",
    "addressLocality": "Petersburg",
    "addressRegion": "AK",
    "postalCode": "99833",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 56.685959,
    "longitude": -132.9271237
  }
}