Vici.org Widget Implementation Example

here the map!
var mapObj = new ViciWidget(document.getElementById('map'), {
     "mapTypeId": "IMPERIUM",
     "center": { "lat": 50.84, "lng": 5.69},
     "zoom": 8,
     "highlights": 2,
     "showPrefbox" : true,
     "preferences": {"visibility": "anyVisibility", "era": "RomanAndContemporary"}
});