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": "Gunter Blumenau", "description": "Blumenau Finanzplanung GmbH", "image":"https://www.whofinance.de/static/data/pics/562/21562/m/gunter-blumenau-aachen-1741882553.jpg", "logo": "https://www.whofinance.de/static/data/logo/21562/m/1395736854.jpg", "address":{ "@type":"PostalAddress", "streetAddress":"Goethestr. 5", "postalCode":"52064", "addressLocality":"Aachen" }, "geo": { "@type": "GeoCoordinates", "latitude": "50.7638", "longitude": "6.07985" }, "telephone":"0241/40 15 830", "aggregateRating": { "@type": "AggregateRating", "worstRating": "1", "bestRating": "5", "ratingCount": "331", "ratingValue": "4.8" } , "url": "http://www.blumenau-finanzplanung.de" }';
document.getElementsByTagName("head")[0].appendChild(scriptElement);