Siedziby

Картографические данныеКартографические данные © 2020 Google, INEGI
Картографические данные © 2020 Google, INEGI
Картографические данные
Картографические данные © 2020 Google, INEGI
var map; var markerData = []; var markers = []; var iconDefault = "https://t3cms.goebel-group.com/typo3conf/ext/vertriebspartnerstandort/Resources/Public/Icons/Goebel_grau.png"; var iconHighlight = "https://t3cms.goebel-group.com/typo3conf/ext/vertriebspartnerstandort/Resources/Public/Icons/Goebel_blau.png"; function initMap() { document.onreadystatechange = function () { map = new google.maps.Map(document.getElementById("map"), { center: { lat: 51.2448729, lng: 7.1407382 }, zoom: 3, }); markerData.forEach(function (entry) { console.log(entry); var newMarker = new google.maps.Marker({ position: { lat: parseFloat(entry.lat), lng: parseFloat(entry.lng) }, map: map, icon: iconDefault, uid: entry.uid, }); newMarker.addListener("click", function () { markers.forEach(function (entry) { entry.setIcon(iconDefault); entry.setZIndex(1); }); jQuery(".address").each(function () { jQuery(this).removeClass("active"); if (entry.uid == jQuery(this).data("uid")) { console.log(entry.uid); jQuery(this).addClass("active"); } }); this.setIcon(iconHighlight); }); markers.push(newMarker); }); jQuery(".address").on("click", function () { hoverMarker(this); }); }; } function addMarkerArray(a_lat, a_lng, a_uid) { console.log("addMarker"); markerData.push({ lat: a_lat, lng: a_lng, uid: a_uid }); } function hoverMarker(obj) { //reset markers.forEach(function (entry) { entry.setIcon(iconDefault); entry.setZIndex(1); }); jQuery(".address").removeClass("active"); var uid = jQuery(obj).data("uid"); var zoom = jQuery(obj).data("zoom"); if (zoom) { map.setZoom(zoom); } jQuery(obj).addClass("active"); markers.forEach(function (entry) { if (entry.uid == uid) { entry.setIcon(iconHighlight); entry.setZIndex(100); if (zoom) { map.setZoom(zoom); map.setCenter(entry.getPosition()); } } }); } //51.2448729,7.1407382,9.32z

NIEMCY

NIEMCY

Goebel GmbH - Verwaltung

Mühlenstr. 2-4
40699 Erkrath

Telefon: +49-(0) 211 24 50 00 0

de(at)goebel-group.com
www.goebel-group.com
addMarkerArray("51.2209314", "6.8948553", "1");

NIEMCY

Goebel GmbH - Fulfillment Center

Ludenberger Str. 42-44
40699 Erkrath

Telefon: +49-(0) 211 24 50 00 0

de(at)goebel-group.com
www.goebel-group.com
addMarkerArray("51.2213972", "6.8932887", "3");

Europa

FRANCJA

Société Goebel

Le Dôme,1 rue de la Haye, BP 12910
95731 Roissy CDG Cedex

Telefon: +33- (0)1 82 88 72 80
Fax: +33- (0)1 82 88 72 81

fr(at)goebel-group.com
www.goebel-group.com
addMarkerArray("49.010437", "2.562475", "5");

HOLANDIA

Goebel B.V.

Aresstraat 13-02/04
5048CD Tilburg

Telefon: +31(0)13 5720229

nl(at)goebel-group.com
www.goebel-group.com
addMarkerArray("51.5949363", "5.0272868", "6");

POLSKA

Goebel Polska Sp.z.o.o

Ul.TOPOLOWA 1
05-805 Kanie

Telefon: +48-(0)22 7593678

pl(at)goebel-group.com
www.goebel-group.com
addMarkerArray("52.1345964", "20.7655452", "7");

more locations

USA

Goebel Fasteners Inc.

5650 GUHN ROAD, SUITE 110
HOUSTON, TX 77040

Telefon: +1- (305) 733 8434

sales(at)goebelfasteners.com
www.goebelfasteners.com
addMarkerArray("29.8466759", "-95.5134274", "8");
try { require(["jquery"], function ($) { jQuery(document).ready(function () { jQuery(".termin-item .more").each(function () { var obj = $(this); obj.click(function () { obj.parents(".termin-item-wrap").addClass("open"); // console.log(obj.parents('.termin-item-wrap')); obj.next().fadeIn(); }); }); jQuery(".termin-item .closer").each(function () { var obj = $(this); obj.click(function () { obj.parents(".termin-item-wrap").removeClass("open"); obj.prev().find(".more-wrap").fadeOut("fast"); }); }); }); }); } catch (e) { console.log(e); } /* //alert('läuft'); $('.item.cms_page strong').html($('#for-breadcrumb').html()); // $('#switcher-language .view-english.switcher-option').html('/en'); }); //$('#switcher-language .view-english.switcher-option a').data('post',''); if($('#is-en').length){ $('a').each(function() { var a = new RegExp('/' + window.location.host + '/'); if (a.test(this.href)) { var url = this.href; url = url.replace( window.location.host ,window.location.host + '/en'); $(this).attr('href', url); } }); //$('#switcher-language .view-english.switcher-option a').attr('href','/de'); var linkurl = window.location.href; linkurl = linkurl.replace( '/en' ,''); $('#switcher-language .view-english.switcher-option').html('Deutsch'); $('#switcher-language .language-flag').attr('style',"background-image:url('https://www.goebel-group.com/pub/static/version1536831555/frontend/Baset/goebelb2b/en_US/images/flags/english.svg')"); $('#switcher-language-trigger .view-default span').html('EN'); }else{ var linkurl = window.location.href; linkurl = linkurl.replace( window.location.host ,window.location.host + '/en'); //url = url.replace( window.location.host ,window.location.host + '/en'); //$('#switcher-language .view-english.switcher-option a').attr('href','/en'); $('#switcher-language .view-english.switcher-option').html('English'); } */ try { require(["jquery"], function ($) { $(document).ready(function () { //alert('test'); if (jQuery(".owl-carousel").length > 0) { //alert('test'); require(["jquery", "Ves_All/lib/bootstrap/js/bootstrap.min", "megamenuowlcarousel"], function ($) { //var owlItems = []; jQuery(".owl-carousel").owlCarousel({ loop: true, margin: 10, nav: false, autoplay: true, dots: false, responsive: { 0: { items: 1, }, 600: { items: 1, }, 1000: { items: 1, }, }, }); }); } }); }); } catch (e) { console.log(e); }