{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "CarRental",
      "@id": "https://www.marathoncarrental.com/#organization",
      "name": "Marathon Car Rental",
      "url": "https://www.marathoncarrental.com/",
      "logo": "https://www.marathoncarrental.com/images/logo.png",
      "description": "Providing reliable, independent local car rentals, passenger van rentals, and insurance shop replacement vehicles in Los Angeles, Culver City, Marina Del Rey, and Downey since 1984.",
      "foundingDate": "1984",
      "priceRange": "$$",
      "sameAs": [
        "https://www.yelp.com/biz/marathon-car-rental-los-angeles",
        "https://www.facebook.com/MarathonCarRental"
      ]
    },
    {
      "@type": "CarRental",
      "@id": "https://www.marathoncarrental.com/#westside-location",
      "name": "Marathon Car Rental - Culver City & Marina Del Rey",
      "parentOrganization": {
        "@id": "https://www.marathoncarrental.com/#organization"
      },
      "image": "https://www.marathoncarrental.com/images/location-culver-city.jpg",
      "telephone": "+1-310-827-5600",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "12903 W. Washington Blvd",
        "addressLocality": "Los Angeles",
        "addressRegion": "CA",
        "postalCode": "90066",
        "addressCountry": "US"
      },
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": 33.995406,
        "longitude": -118.438518
      },
      "areaServed": [
        {
          "@type": "AdministrativeArea",
          "name": "West Los Angeles"
        },
        {
          "@type": "AdministrativeArea",
          "name": "Culver City"
        },
        {
          "@type": "AdministrativeArea",
          "name": "Marina Del Rey"
        },
        {
          "@type": "AdministrativeArea",
          "name": "Mar Vista"
        },
        {
          "@type": "AdministrativeArea",
          "name": "Venice"
        }
      ],
      "openingHoursSpecification": [
        {
          "@type": "OpeningHoursSpecification",
          "dayOfWeek": [
            "Monday",
            "Tuesday",
            "Wednesday",
            "Thursday",
            "Friday"
          ],
          "opens": "08:00",
          "closes": "18:00"
        },
        {
          "@type": "OpeningHoursSpecification",
          "dayOfWeek": "Saturday",
          "opens": "08:00",
          "closes": "17:00"
        }
      ]
    },
    {
      "@type": "CarRental",
      "@id": "https://www.marathoncarrental.com/#jefferson-location",
      "name": "Marathon Car Rental - Culver City (Mitchell's Automotive Desk)",
      "parentOrganization": {
        "@id": "https://www.marathoncarrental.com/#organization"
      },
      "telephone": "+1-310-827-8322",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "12205 Jefferson Blvd",
        "addressLocality": "Culver City",
        "addressRegion": "CA",
        "postalCode": "90230",
        "addressCountry": "US"
      },
      "areaServed": [
        {
          "@type": "AdministrativeArea",
          "name": "Culver City"
        },
        {
          "@type": "AdministrativeArea",
          "name": "Playa Vista"
        }
      ],
      "openingHoursSpecification": [
        {
          "@type": "OpeningHoursSpecification",
          "dayOfWeek": [
            "Monday",
            "Tuesday",
            "Wednesday",
            "Thursday",
            "Friday"
          ],
          "opens": "08:00",
          "closes": "16:00"
        }
      ]
    },
    {
      "@type": "CarRental",
      "@id": "https://www.marathoncarrental.com/#downey-location",
      "name": "Marathon Car Rental - Downey",
      "parentOrganization": {
        "@id": "https://www.marathoncarrental.com/#organization"
      },
      "image": "https://www.marathoncarrental.com/images/location-downey.jpg",
      "telephone": "+1-562-776-8100",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "7407 Firestone Blvd",
        "addressLocality": "Downey",
        "addressRegion": "CA",
        "postalCode": "90241",
        "addressCountry": "US"
      },
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": 33.947678,
        "longitude": -118.148333
      },
      "areaServed": {
        "@type": "AdministrativeArea",
        "name": "Downey"
      },
      "openingHoursSpecification": [
        {
          "@type": "OpeningHoursSpecification",
          "dayOfWeek": [
            "Monday",
            "Tuesday",
            "Wednesday",
            "Thursday",
            "Friday"
          ],
          "opens": "08:00",
          "closes": "17:00"
        },
        {
          "@type": "OpeningHoursSpecification",
          "dayOfWeek": "Saturday",
          "opens": "08:00",
          "closes": "17:00"
        }
      ]
    }
  ]
}