HTML Markup:
| 1 |   <div class="ct-js-googleMap ct-googleMap" data-location="London" data-zoom="10" data-height="445"></div> | 
You can change map location with:
 
			data-location=" "  attribute – just add here your current location.
Make sure to include the following scripts in map page:
| 1 2 3 | <script src="http://maps.google.com/maps/api/js?sensor=false"></script> <script src="assets/js/gmaps/gmap3.min.js"></script> <script src="assets/js/gmaps/init.js"></script> | 
 
                