{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/anchorage-ak",
  "name": "famcamp",
  "description": "famcamp is located at 5967 Zeamer Avenue, Anchorage AK 99505. famcamp can be contacted at ***-***-**** or http://www.jberlife.com/campgrounds",
  "url": "https://campertunity.com/listings/campgrounds/anchorage-ak",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "5967 Zeamer Avenue",
    "addressLocality": "Anchorage",
    "addressRegion": "AK",
    "postalCode": "99505",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 61.2373195,
    "longitude": -149.7536608
  }
}