let result = ['<script type="text/javascript" charset="utf-8" async src="https://api-maps.yandex.ru/services/constructor/1.0/js/?um=constructor%3Ab9dbd33e61813d68bca6d76725c931772718f365ce9611c21534017f33d013b7&width=709&height=452&lang=ru_RU&scroll=true"></script>']
const scriptTag = document.createElement('script')
scriptTag.src = `https://www.google.com/recaptcha/api.js?render=${recaptchaKey}`
scriptTag.async = true
scriptTag.defer = true
scriptTag.addEventListener('load', () => {
// тут можно добавить обработчик
})
document.body.appendChild(scriptTag)
document.body.innerHTML += твойтег