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": "Thomas Braun", "description": "Finanzberatung Braun", "image":"https://www.whofinance.de/static/data/pics/450/212450/m/thomas-braun-heilbronn-1593679810.jpg", "address":{ "@type":"PostalAddress", "streetAddress":"Frankfurter Straße 8", "postalCode":"74072", "addressLocality":"Heilbronn" }, "geo": { "@type": "GeoCoordinates", "latitude": "49.1417", "longitude": "9.21341" }, "telephone":"0170-8902941", "aggregateRating": { "@type": "AggregateRating", "worstRating": "1", "bestRating": "5", "ratingCount": "23", "ratingValue": "5.0" } , "url": "https://www.whofinance.de/berater/thomas-braun/" }';
document.getElementsByTagName("head")[0].appendChild(scriptElement);