{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/petswelcome-palmer-ak",
  "name": "Chugach/Eklutna Lake",
  "description": "",
  "url": "https://campertunity.com/listings/campgrounds/petswelcome-palmer-ak",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "26.5 Glenn Hwy",
    "addressLocality": "Palmer",
    "addressRegion": "AK",
    "postalCode": "99540",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 61.40917,
    "longitude": -149.14158
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ]
}