14 lines
565 B
PHP
14 lines
565 B
PHP
<section id='location' class="container p0">
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<div class="google-maps content">
|
|
<iframe frameborder="0" style="border:0" src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q={{$event->map_address}}&aq=0&oq={{$event->map_address}}&sll=28.659344,-81.187888&sspn=0.128789,0.264187&ie=UTF8&hq={{$event->map_address}}&t=m&z=15&iwloc=A&output=embed"></iframe>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|