# Sedi

Sedi, Orari e Contatti | {orglegalname} {city} Concessionaria {brandseo}

Scopri le sedi {orglegalname} a {city}: orari, numeri di telefono e come raggiungerci. Concessionaria {brandseo}.

Sezione sedi

Vieni a scoprire le nostre sedi

Mappa

<iframe
  width="100%"
  height="650"
  style="border:0; border-radius:12px;"
  loading="lazy"
  srcdoc='
    <!DOCTYPE html>
    <html lang="it">
    <head>
      <meta charset="utf-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"/>
      <style>
        html, body, #map {
          margin: 0;
          padding: 0;
          width: 100%;
          height: 100%;
        }
      </style>
    </head>
    <body>
      <div id="map"></div>

      <script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
      <script>
        const map = L.map("map", {
          scrollWheelZoom: false
        });

        L.tileLayer("https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", {
          maxZoom: 18,
          attribution: "&copy; OpenStreetMap contributors"
        }).addTo(map);

        // Tutte le sedi
        const locations = [
          [43.0884812, 12.3669785, "Volkswagen Perugia"],
          [42.9250265, 12.7259912, "Volkswagen Foligno"],
          [42.5673137, 12.6079347, "Volkswagen Terni"],
          [43.0777986, 12.3295499, "Audi Zentrum Perugia"],
          [42.5658911, 12.6192174, "Audi Terni"],
          [43.4627226, 11.83319, "Audi Arezzo"],
          [43.0870899, 12.367043, "Škoda Perugia"],
          [42.5683727, 12.6080157, "Škoda Terni"],
          [43.0869758, 12.3675437, "Porsche Perugia"],
          [42.9250265, 12.7259912, "Seat Foligno"]
        ];

        const markers = [];

        locations.forEach(loc => {
          const marker = L.marker([loc[0], loc[1]])
            .addTo(map)
            .bindPopup("<strong>" + loc[2] + "</strong>");
          markers.push(marker);
        });

        // Fit automatico su tutti i marker
        const group = L.featureGroup(markers);
        map.fitBounds(group.getBounds().pad(0.2));
      </script>
    </body>
    </html>'
></iframe>

Sedi

sedi

detailed
