"use strict"; // initialize map var map = new GMaps({ div: '#map', lat: 23.014280, lng: 72.532057, zoomControl: false, fullscreenControl: false, mapTypeControl: true, mapTypeControlOptions: { mapTypeIds: [] } }); // Added a overlay to the map map.drawOverlay({ lat: 23.014280, lng: 72.532057, content: '
Redstar

501, Saman Complex, Mansi Circle.,
Gandho Road, Satellite 356987

Website

' });