if(type)qs+='&type='+encodeURIComponent(type);
qs+='&mode=reader&embed=1';
var iframe=document.createElement('iframe');
iframe.src=TOOL_BASE+qs;
iframe.title='CANAVA guide map — '+guide;
iframe.setAttribute('loading','lazy');
iframe.setAttribute('allow','geolocation; fullscreen; clipboard-write');
iframe.setAttribute('referrerpolicy','no-referrer-when-downgrade');
iframe.setAttribute('allowfullscreen','');
iframe.setAttribute('scrolling','no');
var h=el.dataset.height;
if(h&&h!=='auto')el.style.height=/^\d+$/.test(h)?(h+'px'):h;
iframe.addEventListener('load',function(){var l=el.querySelector('.canava-map-loading');if(l)l.style.display='none';});
el.appendChild(iframe);
el.dataset.mounted='1';
});
})();