Setting Google Map

This is example code for the google map

<div class="google_map">
    <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3960.5557687184737!2d107.62687921519844!3d-6.943572294983345!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x2e68e86692429b1f%3A0x5020dd9eb9d49f83!2sJl.%20Buah%20Batu%20No.238%2C%20Cijagra%2C%20Kec.%20Lengkong%2C%20Kota%20Bandung%2C%20Jawa%20Barat%2040265!5e0!3m2!1sid!2sid!4v1654327091770!5m2!1sid!2sid" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<!-- google_map -->

You can change the iframe code above with your own. You can go to this link and insert you preferred location.

After that choose the share button, and use the iframe code.

Back to top