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": "Philipp Heidemann", "description": "FORMAXX AG", "image":"https://www.whofinance.de/static/data/pics/917/192917/m/philipp-heidemann-ahaus-1583415483.jpg", "logo": "https://www.whofinance.de/static/data/logo/192917/m/1527843869.jpg", "address":{ "@type":"PostalAddress", "streetAddress":"Parallelstr. 10", "postalCode":"48683", "addressLocality":"Ahaus" }, "geo": { "@type": "GeoCoordinates", "latitude": "52.0801", "longitude": "7.01534" }, "telephone":"02561 687670", "aggregateRating": { "@type": "AggregateRating", "worstRating": "1", "bestRating": "5", "ratingCount": "71", "ratingValue": "4.9" } , "url": "https://www.whofinance.de/berater/philipp-heidemann/" }';
document.getElementsByTagName("head")[0].appendChild(scriptElement);