<script>
window.cookieDomain = "{{ cookie_domain }}";
window.googleAnalyticsUA = "{{ google_analytics_ua }}";
window.googleTagManager = "{{ google_tag_manager }}";
window.deleteCookies = "{{ delete_cookies }}";
window.hiddenInit = [
"{{ document.getProperty('docDataProtection', '') }}",
"{{ document.getProperty('docLegal', '') }}",
"{{ document.getProperty('docConditions', '') }}"
];
window.googleMapsAPI = "{{ google_maps_api }}"
</script>