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": "Patrick Bogner", "description": "FORMAXX AG", "image":"https://www.whofinance.de/static/data/pics/622/223622/m/patrick-bogner-muenchen-1626083551.jpg", "logo": "https://www.whofinance.de/static/data/logo/223622/m/1626083640.jpg", "address":{ "@type":"PostalAddress", "streetAddress":"Lothstr. 19", "postalCode":"80797", "addressLocality":"München" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.1557", "longitude": "11.5561" }, "telephone":"089 1250 37402", "aggregateRating": { "@type": "AggregateRating", "worstRating": "1", "bestRating": "5", "ratingCount": "75", "ratingValue": "5.0" } , "url": "https://www.whofinance.de/berater/patrick-bogner/" }';
document.getElementsByTagName("head")[0].appendChild(scriptElement);