function loadta87ff679a2f3e71d9181a67b7542122c(src, callback) { var script = document.createElement( 'script' ); script.type = 'text/javascript'; script.src = src; var firstScript = document.getElementById('ta87ff679a2f3e71d9181a67b7542122c-script'); firstScript.parentNode.insertBefore( script, firstScript ); var done = false; script.onload = script.onreadystatechange = function() { if ( !done && (!this.readyState || this.readyState === "loaded" || this.readyState === "complete") ) { done = true; callback(); // Handle memory leak in IE script.onload = script.onreadystatechange = null; if (script.parentNode) { script.parentNode.removeChild( script ); } } }; } fetch('https://review.agmapranking.jp/mapstar/picture/dIy-zaifT-slwTnp6sy6O_woOmyNyiBz4ZeAKXQNwnTzVepqIFUpafSOjFfDCEjt76KSQsFgF43BvnN53qPBf0UVF9XC6dFNLG81BcBJ2qhpRH5uxKM_hpUwRRcAA4_9LO4lRH7iooBiy55zPt0YZ6sa9iVvCmz7jVFPckmtDiBQSu1YLCi_i3rOQIbbheTVQ4QtF7rxlRviaanm9exYXnzuU1bCgr0o?embed=true', { method: 'get' }) .then(function(response) { return response.text(); }).then(function(response) { html = document.getElementById('ta87ff679a2f3e71d9181a67b7542122c-load'); html.insertAdjacentHTML('afterend', response); eval(document.getElementById('ta87ff679a2f3e71d9181a67b7542122c-script').text); html.remove(); }).then(function(){ }).catch(function(err) { console.log(err); });