12 Maps
Embedding a google map
If you need to display the location of something use this code to embed a Google map in your site. Search for the desired location within the Google maps website and replace the link as appropriate in the code.
<div class="panel">
<iframe width="1500" height="900" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.co.uk/maps?amp;q=eh1+maps&ie=UTF8&hq=&gl=uk&t=m&z=14&ll=55.957394,-3.187262&output=embed"></iframe>
</div>