document.getElementById("WhoFinance_FooterWidget_container").innerHTML = "";
var styleElement = document.createElement('link');
styleElement.rel = 'stylesheet';
styleElement.href = 'https://www.whofinance.de/wfwidget/css/wfwidget.css';
document.getElementsByTagName("head")[0].appendChild(styleElement);
var scriptElement = document.createElement('script');
scriptElement.type = 'application/ld+json';
scriptElement.text = '{ "@context": "http://schema.org", "@type": "LocalBusiness", "name": "Ali Tezcan", "description": "Maklerbüro Tezcan", "image":"https://www.whofinance.de/static/data/pics/759/100759/m/ali-tezcan-bremen-1641924826.jpg", "address":{ "@type":"PostalAddress", "streetAddress":"Wachtstr. 17-24", "postalCode":"28195", "addressLocality":"Bremen" }, "geo": { "@type": "GeoCoordinates", "latitude": "53.0744", "longitude": "8.80656" }, "telephone":"0421/ 408905300", "aggregateRating": { "@type": "AggregateRating", "worstRating": "1", "bestRating": "5", "ratingCount": "229", "ratingValue": "5.0" } , "url": "https://www.whofinance.de/berater/ali-tezcan/" }';
document.getElementsByTagName("head")[0].appendChild(scriptElement);