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": "Stefan Pflugmacher", "description": "Pflugmacher Vermögensmanagement Wirtschaftskanzlei Starnberg", "image":"https://www.whofinance.de/static/data/pics/574/100574/m/stefan-pflugmacher-starnberg-1583410324.jpg", "logo": "https://www.whofinance.de/static/data/logo/100574/m/1714983153.png", "address":{ "@type":"PostalAddress", "streetAddress":"Alpspitzstr. 8A", "postalCode":"82319", "addressLocality":"Starnberg" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.0105", "longitude": "11.3257" }, "telephone":"08151/666660", "aggregateRating": { "@type": "AggregateRating", "worstRating": "1", "bestRating": "5", "ratingCount": "132", "ratingValue": "4.8" } , "url": "http://www.pflugmacher.de" }';
document.getElementsByTagName("head")[0].appendChild(scriptElement);