Edit in JSFiddle

var euratechnologieVenueId = '56b20714c3fa800b00d8f0b5';
var mapwizePlaceId = '5d08d8a4efe1d20012809ee5';

Mapwize.apiKey('1f04d780dc30b774c0c10f53e3c7d4ea'); // This is a demo key. It is not allowed to use it for production. The key might change at any time without notice. Get your key by signin up at mapwize.io
Mapwize.map({
  container: 'mapwize',
  restrictContentToVenueId: euratechnologieVenueId // This is just to speed up this example, you don't need it
}).then(mapwizeMap => {
  mapwizeMap.centerOnPlace(mapwizePlaceId);
});
<div id="mapwize"></div>
#mapwize {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

External resources loaded into this fiddle: