{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/eagle-beach-juneau",
  "name": "Eagle Beach State Recreation Area",
  "description": "Eagle Beach State Recreation Area camping reservations and campground information. Learn more about camping near Eagle Beach State Recreation Area and reserve your campsite today.",
  "url": "https://campertunity.com/listings/campgrounds/eagle-beach-juneau",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "POB 111071",
    "addressLocality": "Juneau",
    "addressRegion": "AK",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 58.53029,
    "longitude": -134.82699
  },
  "sameAs": [
    "https://www.reserveamerica.com/explore/eagle-beach-state-recreation-area/AK/1180932/overview"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Reservable"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established Campground"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Beach"
    }
  ]
}