Add the following lines before the
<body> of each template or page that you
want to use google maps on.
<!-- Google Maps JS -->
<script src="http://maps.google.com/maps/api/js?sensor=true"></script>
<script src="./../assets/vendors/gmaps/gmaps.min.js"></script>
<!-- Google Maps Initialize JS -->
<script src="./../assets/js/components/maps/gmaps-init.min.js"></script>