(function() {
var container = document.getElementById(‘boatloaniframecontainer’);
if (!container) {
return;
}
var iframe = document.createElement(‘iframe’);
iframe.id = ‘boatloaniframe’;
iframe.src = ‘https://www.boatloan.com/nortech-loans/’;
container.appendChild(iframe);
iFrameResize({}, ‘#boatloaniframe’);
})();