<?php include "header.php"; ?>
<?php
if (!isset($_SESSION['login'])) {
    header("Location: index.php");
    exit;
}
?>

<section class="contact-section">
    <h2>ติดต่อวัด</h2>

    <p>📍 ที่ตั้ง: ตำบลศรีภูมิ อำเภอเมืองเชียงใหม่ จังหวัดเชียงใหม่</p>
    <p>📞 โทรศัพท์: -</p>

    <div class="map-container">
        <iframe 
            src="https://www.google.com/maps?q=วัดอินทขีลสะดือเมือง เชียงใหม่&output=embed"
            width="100%" 
            height="400" 
            style="border:0;"
            allowfullscreen=""
            loading="lazy">
        </iframe>
    </div>
</section>

<?php include "footer.php"; ?>
