document.getElementById("WhoFinance_LargeWidget_container").innerHTML = "";
var styleElement = document.createElement('link');
styleElement.rel = 'stylesheet';
styleElement.href = 'https://www.whofinance.de/wfwidget/css/wfwidget_office.css';
document.getElementsByTagName("head")[0].appendChild(styleElement);
if (typeof(whofinance_widget_target_url) != "undefined") {
var wf_link = document.getElementById('whofinanceWidgetLink');
wf_link.setAttribute('href', whofinance_widget_target_url);
}
var scriptElement = document.createElement('script');
scriptElement.type = 'application/ld+json';
scriptElement.text = '{ "@context": "http://schema.org", "@type": "LocalBusiness", "name": "FORMAXX AG Kilianstr.", "image": "https://www.whofinance.de/media/cache/office_logo/uploads/institute/114/114/profile/formaxx-logo.png", "aggregateRating": { "@type": "AggregateRating", "ratingValue": "0.0", "worstRating": "1", "bestRating": "5", "ratingCount": "0" } }';
document.getElementsByTagName("head")[0].appendChild(scriptElement);