Hallo All,
How to add google maps on certain address with php / html script ?
How to find the script ?
This is what I have so far that I would like to change the address:
<div class="row">
<iframe width="100%" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=Skybee+One+Building,+JL.+Kebon+Sirih+Raya,+Kavling+63,+Central+Jakarta,+DKI+Jakarta,+10340,+Indonesia&aq=&sll=-6.180705,106.831355&sspn=0.028245,0.045447&ie=UTF8&hq=Skybee+One+Building,+JL.+Kebon+Sirih+Raya,+Kavling+63,+Central&hnear=Jakarta+Pusat,+Jakarta+Capital+Region+10340,+Indonesia&ll=-6.183313,106.82726&spn=0.014122,0.022724&t=m&z=14&iwloc=A&cid=16520793013655425908&output=embed"></iframe>
</div>
Thanks.