Map section

Use very simple google map with roboframework.

For creating google map section add the id #map and map coordinates given on the data attributes in map div.
If you want you can make any changes in robo.js
If you can add marker on the map then add data attribute data-marker="1" else data-marker="0" For example:

HTML Example
<div id="map" data-lat="00.0000" data-lng="00.0000" data-marker="1">
</div> 
robo.js Map changes
// Google map settings
var mapdivid ='map'; // element ID
var markericon ='img/mapmarker.png'; // Market icon file
var mapzoom = '15'; // Map default zoom
var mapzoomcontrol ='ture'; // Google map zoom control false or true