Vici.org Widget Implementation Example

here the map!
var mapObj = new ViciWidget(document.getElementById('map'), {
    "mapTypeId": "HYBRID",
    "center": { "lat": 50.479357, "lng": 8.794556},
    "zoom": 11,
    "preferences": {"visibility": "onlyVisible", "era": "onlyContemporary"}
});