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:
<div id="map" data-lat="00.0000" data-lng="00.0000" data-marker="1">
</div>
// 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