Contactez-nous

 

    📍

    MANAGER PRINCIPAL

    Pierre Ollive

    📞

    NUMéRO DE TéLéPHONE

    +352 661 652 790

    (Appel Gratuit)

    ✉️

    ADRESSE MAIL

    contact@ironbodyfit.lu

    NOUS CONTACTER





    $locations = [
    ['name' => 'Iron BodyFit Belval', 'lat' => 49.505389, 'lng' => 5.941427],
    ['name' => 'Iron BodyFit Contern', 'lat' => 49.593611, 'lng' => 6.137500],
    ['name' => 'Iron BodyFit Leudelange', 'lat' => 49.568333, 'lng' => 6.065278],
    ['name' => 'Iron BodyFit Capellen', 'lat' => 49.640833, 'lng' => 5.990833]
    ];

    $base_url = "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d10362.341312157885!2d6.072158582129199!3d49.56235049558058!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zNDnCsDMzJzQ0LjUiTiA2wrAwNCczNS4xIkU!5e0!3m2!1sfr!2slu!4v1718289478048!5m2!1sfr!2slu";

    foreach ($locations as $loc) {
    $base_url .= "&markers=color:red%7C" . $loc['lat'] . "," . $loc['lng'] . "%7C" . str_replace(' ', '+', $loc['name']);
    }
    ?>