cemeterymapping/contact.php

39 lines
3.2 KiB
PHP

<!-- Map Column -->
<div class="row">
<div class="col-lg-12">
<div class="col-md-8">
<!-- Embedded Google Map -->
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7797.547441645592!2d122.00296464263978!3d12.263586470073331!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a4e0adbbabe13f%3A0xaffc33a121bd2b30!2sLooc+Romblon+Cemetery!5e0!3m2!1sen!2sph!4v1519269475571" width="450" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
<!-- <script src='https://maps.googleapis.com/maps/api/js?v=3.exp&key=AIzaSyBilpAPxGArIeu7-6lfpFzSbpWtQOiOyus'></script><div style='overflow:hidden;height:400px;width:520px;'><div id='gmap_canvas' style='height:400px;width:520px;'></div><style>#gmap_canvas img{max-width:none!important;background:none!important}</style></div> <a href='https://www.embed-map.net/'>embed google maps into website</a> <script type='text/javascript' src='https://embedmaps.com/google-maps-authorization/script.js?id=66277f0c52af380e586d14b8f435ff89480c2e82'></script><script type='text/javascript'>function init_map(){var myOptions = {zoom:18,center:new google.maps.LatLng(12.2623841,122.00224579999997),mapTypeId: google.maps.MapTypeId.HYBRID};map = new google.maps.Map(document.getElementById('gmap_canvas'), myOptions);marker = new google.maps.Marker({map: map,position: new google.maps.LatLng(12.2623841,122.00224579999997)});infowindow = new google.maps.InfoWindow({content:'<strong>Romblom </strong><br>Looc Romblon Cemetery, Looc, Romblon<br> <br>'});google.maps.event.addListener(marker, 'click', function(){infowindow.open(map,marker);});infowindow.open(map,marker);}google.maps.event.addDomListener(window, 'load', init_map);</script> -->
</div>
<!-- Contact Details Column -->
<div class="col-md-4">
<h3>Contact Details</h3>
<p>
Looc Romblon Cemetery, Looc, Romblon
</p>
<p><i class="fa fa-phone"></i>
<abbr title="Phone">P</abbr>: 09507093027</p>
<p><i class="fa fa-envelope-o"></i>
<abbr title="Email">E</abbr>: <a href="looccemetery@gmail.com">looccemetery@gmail.com</a>
</p>
<p><i class="fa fa-clock-o"></i>
<abbr title="Hours">H</abbr>: Monday - Friday: 8:00 AM to 5:00 PM</p>
<ul class="list-unstyled list-inline list-social-icons">
<li>
<a href="#" title="Like us on facebook"><i class="fa fa-facebook-square fa-2x"></i></a>
</li>
<!-- <li>
<a href="#"><i class="fa fa-linkedin-square fa-2x"></i></a>
</li> -->
<li>
<a href="#" title="Like us on twitter"><i class="fa fa-twitter-square fa-2x"></i></a>
</li>
<!-- <li>
<a href="#"><i class="fa fa-google-plus-square fa-2x"></i></a>
</li> -->
</ul>
</div>
</div>
</div>