Maps Iframe
You are currently viewing a placeholder content from Google Maps. To access the actual content, click the button below. Please note that doing so will share data with third-party providers.
More Information<div id="wrap"><iframe ...></iframe></div>
<div id="test"></div>
<script>
setTimeout(() => {
document.getElementById('test').appendChild(document.getElementById('wrap'));
}, 1000);
</script>
<!-- OR -->
<script>
setTimeout(() => {
document.getElementById('test').appendChild(document.querySelector('.brlbs-cmpnt-content-blocker'));
}, 1000);
</script>