{"id":63567,"date":"2025-09-02T22:21:14","date_gmt":"2025-09-02T20:21:14","guid":{"rendered":"https:\/\/showrooms.ggmgastro.com\/?page_id=63567"},"modified":"2025-09-30T16:12:37","modified_gmt":"2025-09-30T14:12:37","slug":"warehouses","status":"publish","type":"page","link":"https:\/\/showrooms.ggmgastro.com\/tr\/warehouses\/","title":{"rendered":"Warehouses"},"content":{"rendered":"<section class=\"l-section wpb_row us_custom_1ecff8d4 landing-page-header has_text_color height_auto\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_bottom type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-separator size_custom\" style=\"height:400px\" id=\"y2a8\"><style>@media(max-width:1024px){ #y2a8{height:250px!important}}@media(max-width:600px){ #y2a8{height:1px!important}}<\/style><\/div><div class=\"wpb_text_column us_custom_b8c02223 no-hyphens\"><div class=\"wpb_wrapper\"><h1><span data-sheets-root=\"1\">GGM Gastro Warehouses \u2013 fast, secure, Europe-wide<\/span><\/h1>\n<p><span data-sheets-root=\"1\">Our warehouses are the heart of our logistics. With over 220,000 m\u00b2 of storage space worldwide and our European locations in Ochtrup, Ungerhausen, London, Lyon, Bucharest, Barcelona and J\u00f6nk\u00f6ping, we ensure that your gastronomy is always optimally supplied: More than 35,000 products are immediately available, over 120,000 permanently in stock and around 3.5 million spare parts stored. Short distances, fast deliveries and a clear focus on your needs make our logistics network a reliable partner for your gastronomic success.<\/span><\/p>\n<\/div><\/div><div class=\"w-separator size_medium\"><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row us_custom_f7b72817 height_auto\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\">\n\t<div class=\"wpb_raw_code wpb_raw_js\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<style>\n        #ggm-map {\n            height: 500px;\n            width: 100%;\n        }\n        \n        .map-container {\n            max-width: 100%;\n        }\n        \n        \n        .info-window-content {\n            padding: 10px;\n            min-width: 200px;\n        }\n        \n        .info-window-content a {\n            color: #1a73e8;\n            text-decoration: none;\n            font-weight: 500;\n            font-size: 14px;\n        }\n        \n        .info-window-content a:hover {\n            text-decoration: underline;\n        }\n    <\/style>\n    \n    <div class=\"map-container\">\n        <div id=\"ggm-map\"><\/div>\n    <\/div>\n    \n    \n     <script>\n        \/\/ Configuration for markers\n        const mapConfig = {\n            apiKey: 'AIzaSyA3W1ndsomxM9xbD7G93hy2eRFrFaITfe4',\n            center: { lat: 51.1657, lng: 10.4515 }, \/\/ Center of Germany\n            zoom: 4, \/\/ Zoom level to see Germany and surrounding areas\n            markers: [\n                \/\/ Warehouse locations (blue markers)\n                { coords: { lat: 52.21, lng: 7.19 }, label: 'Warenlager Ochtrup', link: '\/warehouses', active: false }, \/\/ https:\/\/showrooms.ggmgastro.com\/de\/warenlager-ochtrup\n                { coords: { lat: 48.0052, lng: 10.2668 }, label: 'Warenlager Ungerhausen', link: '\/warehouses', active: false }, \/\/ https:\/\/showrooms.ggmgastro.com\/de\/warenlager-ungerhausen\n                { coords: { lat: 51.4435, lng: 0.2196 }, label: 'Warehouse London (Dartford)', link: '\/warehouses', active: false }, \/\/ https:\/\/showrooms.ggmgastro.com\/uk\/warehouse-london\n                { coords: { lat: 46.051, lng: 5.335 }, label: 'Entrep\u00f4t Lyon (Pont d\\'Ain)', link: '\/warehouses', active: false }, \/\/ https:\/\/showrooms.ggmgastro.com\/fr\/entrepot-lyon\n                { coords: { lat: 44.4900, lng: 26.1734 }, label: 'Depozit Bucure\u0219ti (Voluntari)', link: '\/warehouses', active: false }, \/\/ https:\/\/showrooms.ggmgastro.com\/ro\/depozit-bucuresti\n                { coords: { lat: 41.1157, lng: 1.2496 }, label: 'Almac\u00e9n Barcelona (Tarragona)', link: '\/warehouses', active: false }, \/\/ https:\/\/showrooms.ggmgastro.com\/es\/almacen-barcelona\n                { coords: { lat: 57.7815, lng: 14.1562 }, label: 'Varulager J\u00f6nk\u00f6ping', link: '\/warehouses', active: false }, \/\/ https:\/\/showrooms.ggmgastro.com\/se\/varulager-joenkoping\n                { coords: { lat: 52.2798, lng: 7.4374 }, label: 'Warenlager Rheine', link: '\/warehouses', active: false }\n            ]\n        };\n\n        \/\/ Check if Google Maps API is already loaded\n        function loadGoogleMapsAPI() {\n            return new Promise((resolve, reject) => {\n                \/\/ Check if already loaded\n                if (typeof google !== 'undefined' && google.maps) {\n                    console.log('Google Maps API already loaded');\n                    resolve();\n                    return;\n                }\n\n                \/\/ Check if script is already being loaded\n                const existingScript = document.querySelector('script[src*=\"maps.googleapis.com\"]');\n                if (existingScript) {\n                    existingScript.addEventListener('load', resolve);\n                    existingScript.addEventListener('error', reject);\n                    return;\n                }\n\n                \/\/ Load the script\n                const script = document.createElement('script');\n                script.src = `https:\/\/maps.googleapis.com\/maps\/api\/js?key=${mapConfig.apiKey}`;\n                script.async = true;\n                script.defer = true;\n                script.addEventListener('load', resolve);\n                script.addEventListener('error', reject);\n                document.head.appendChild(script);\n            });\n        }\n\n        \/\/ Initialize the map\n        function initMap() {\n            \/\/ Create the map\n            const map = new google.maps.Map(document.getElementById('ggm-map'), {\n                center: mapConfig.center,\n                zoom: mapConfig.zoom,\n                mapTypeControl: true,\n                streetViewControl: false,\n                fullscreenControl: true,\n                zoomControl: true\n            });\n\n            \/\/ Info window for marker popups\n            const infoWindow = new google.maps.InfoWindow();\n\n            \/\/ Add markers to the map\n            mapConfig.markers.forEach((markerData) => {\n                const markerColor = markerData.active ? '#EA4335' : '#4285F4';\n                const svgMarker = {\n                    path: 'M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z',\n                    fillColor: markerColor,\n                    fillOpacity: 1,\n                    strokeWeight: 2,\n                    strokeColor: '#FFFFFF',\n                    scale: 1.5,\n                    anchor: new google.maps.Point(12, 24),\n                    labelOrigin: new google.maps.Point(12, 10)\n                };\n\n                const marker = new google.maps.Marker({\n                    position: markerData.coords,\n                    map: map,\n                    title: markerData.label,\n                    icon: svgMarker,\n                    animation: google.maps.Animation.DROP\n                });\n\n                \/\/ Add click event listener to marker\n                marker.addListener('click', () => {\n                    \/\/ Create content for info window with link\n                    const content = `\n                        <div class=\"info-window-content\">\n                            <a href=\"${markerData.link}\">\n                                ${markerData.label}\n                            <\/a>\n                        <\/div>\n                    `;\n                    \n                    infoWindow.setContent(content);\n                    infoWindow.open(map, marker);\n                    \n                    \/\/ Optional: Center map on clicked marker\n                    map.panTo(marker.getPosition());\n                });\n\n                \/\/ Optional: Add hover effect\n                marker.addListener('mouseover', () => {\n                    marker.setAnimation(google.maps.Animation.BOUNCE);\n                });\n\n                marker.addListener('mouseout', () => {\n                    marker.setAnimation(null);\n                });\n            });\n\n            \/\/ Optional: Auto-adjust bounds to show all markers\n            \/\/ Uncomment if you want the map to automatically fit all markers\n            \/*\n            const bounds = new google.maps.LatLngBounds();\n            mapConfig.markers.forEach((markerData) => {\n                bounds.extend(markerData.coords);\n            });\n            map.fitBounds(bounds);\n            *\/\n        }\n\n        \/\/ Load and initialize the map when the page is ready\n        document.addEventListener('DOMContentLoaded', () => {\n            loadGoogleMapsAPI()\n                .then(() => {\n                    initMap();\n                })\n                .catch((error) => {\n                    console.error('Error loading Google Maps:', error);\n                    document.getElementById('ggm-map').innerHTML = \n                        '<p style=\"text-align: center; padding: 50px;\">Error loading map. Please try again later.<\/p>';\n                });\n        });\n    <\/script>\n\t\t<\/div>\n\t<\/div>\n<div class=\"w-separator size_custom\" style=\"height:70px\" id=\"e353\"><style>@media(max-width:600px){ #e353{height:50px!important}}<\/style><\/div><h2 class=\"w-text us_custom_3090c82c\"><span class=\"w-text-h\"><span class=\"w-text-value\">GGM Gastro Warehouses<\/span><\/span><\/h2><div class=\"w-separator size_custom\" style=\"height:40px\" id=\"i654\"><style>@media(max-width:600px){ #i654{height:30px!important}}<\/style><\/div><div class=\"w-grid us_post_list us_custom_fbb95a45 type_grid layout_63589 cols_3 pagination_load_on_scroll preload_style_placeholders\" id=\"us_post_list_j0ff\" style=\"--columns:3;--gap:16px;\"><style>@media (max-width:1024px){#us_post_list_j0ff{--columns:2!important}}@media (max-width:600px){#us_post_list_j0ff{--columns:1!important}}@media (max-width:600px){#us_post_list_j0ff{--gap:8px!important}}.layout_63589 .w-grid-item-h{}.layout_63589 .usg_post_image_1{width:35%!important;max-width:400px!important;border-radius:5px 0px 0px 5px!important}.layout_63589 .usg_hwrapper_1{border-radius:5px!important;background:#F7F7F7!important}.layout_63589 .usg_vwrapper_1{width:65%!important;padding-left:20px!important;padding-top:20px!important}.layout_63589 .usg_post_custom_field_4{width:18px!important;height:18px!important;aspect-ratio:1!important}.layout_63589 .usg_post_custom_field_1{text-align:left!important;font-size:18px!important;line-height:20px!important;font-weight:700!important;margin-bottom:0.2rem!important;padding:0px 0px 5px 0px!important}@media (min-width:1025px) and (max-width:1380px){.layout_63589 .usg_post_image_1{width:35%!important;max-width:400px!important}.layout_63589 .usg_vwrapper_1{width:55%!important;padding-left:20px!important;padding-top:20px!important}.layout_63589 .usg_post_custom_field_1{text-align:left!important;font-size:18px!important;line-height:20px!important;font-weight:700!important}}@media (min-width:601px) and (max-width:1024px){.layout_63589 .usg_post_image_1{width:35%!important;max-width:400px!important}.layout_63589 .usg_vwrapper_1{width:55%!important;padding-left:10px!important;padding-top:20px!important}.layout_63589 .usg_post_custom_field_1{text-align:left!important;font-size:18px!important;line-height:20px!important;font-weight:700!important}}@media (max-width:600px){.layout_63589 .usg_post_image_1{width:35%!important;max-width:400px!important}.layout_63589 .usg_vwrapper_1{width:65%!important;padding-left:10px!important;padding-top:10px!important}.layout_63589 .usg_post_custom_field_1{text-align:left!important;font-size:16px!important;line-height:22px!important;font-weight:700!important}.layout_63589 .usg_html_1{padding-top:16px!important;border-bottom-width:1px!important;border-color:var(--color-content-border)!important;border-bottom-style:solid!important}}<\/style><div class=\"w-grid-list\">\t<article class=\"w-grid-item size_1x1 post-63585 page type-page status-publish has-post-thumbnail hentry showroom_land-deutschland seitentyp-warenlager\" data-id=\"63585\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-hwrapper usg_hwrapper_1 align_none valign_top\" style=\"--hwrapper-gap:0rem\"><div class=\"w-post-elm post_image usg_post_image_1 has_width has_ratio\"><img decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/Deutschland_Ochtrup-500x500.jpg\" class=\"attachment-us_500_500_crop size-us_500_500_crop wp-post-image\" alt=\"\" \/><div style=\"padding-bottom:100%\"><\/div><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_left valign_middle\" style=\"--vwrapper-gap:0.4rem\"><h3 class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text warenlager_name color_link_inherit\"><span class=\"w-post-elm-value\">Ochtrup<\/span><\/h3><div class=\"w-hwrapper usg_hwrapper_2 align_left valign_middle\" style=\"--hwrapper-gap:0.4rem\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_4 type_image flagge-warenlager color_link_inherit has_height has_aspect_ratio\"><img decoding=\"async\" width=\"18\" height=\"18\" src=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/flag_de.svg\" class=\"attachment-us_18_18_crop size-us_18_18_crop\" alt=\"\" \/><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_2 type_text land_warenlager color_link_inherit\"><span class=\"w-post-elm-value\">Deutschland<\/span><\/div><\/div><\/div><\/div><div class=\"w-html usg_html_1\"><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-63595 page type-page status-publish has-post-thumbnail hentry showroom_land-deutschland seitentyp-warenlager\" data-id=\"63595\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-hwrapper usg_hwrapper_1 align_none valign_top\" style=\"--hwrapper-gap:0rem\"><div class=\"w-post-elm post_image usg_post_image_1 has_width has_ratio\"><img decoding=\"async\" width=\"1800\" height=\"1017\" src=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/Ausenlager-Ungerhausen-scaled.jpg\" class=\"attachment-us_500_500_crop size-us_500_500_crop wp-post-image\" alt=\"\" \/><div style=\"padding-bottom:100%\"><\/div><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_left valign_middle\" style=\"--vwrapper-gap:0.4rem\"><h3 class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text warenlager_name color_link_inherit\"><span class=\"w-post-elm-value\">Ungerhausen<\/span><\/h3><div class=\"w-hwrapper usg_hwrapper_2 align_left valign_middle\" style=\"--hwrapper-gap:0.4rem\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_4 type_image flagge-warenlager color_link_inherit has_height has_aspect_ratio\"><img decoding=\"async\" width=\"18\" height=\"18\" src=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/flag_de.svg\" class=\"attachment-us_18_18_crop size-us_18_18_crop\" alt=\"\" \/><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_2 type_text land_warenlager color_link_inherit\"><span class=\"w-post-elm-value\">Deutschland<\/span><\/div><\/div><\/div><\/div><div class=\"w-html usg_html_1\"><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-63598 page type-page status-publish has-post-thumbnail hentry showroom_land-great-britain seitentyp-warenlager\" data-id=\"63598\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-hwrapper usg_hwrapper_1 align_none valign_top\" style=\"--hwrapper-gap:0rem\"><div class=\"w-post-elm post_image usg_post_image_1 has_width has_ratio\"><img decoding=\"async\" width=\"1800\" height=\"1200\" src=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/Ausenlager-London-Dartford-scaled.jpg\" class=\"attachment-us_500_500_crop size-us_500_500_crop wp-post-image\" alt=\"\" \/><div style=\"padding-bottom:100%\"><\/div><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_left valign_middle\" style=\"--vwrapper-gap:0.4rem\"><h3 class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text warenlager_name color_link_inherit\"><span class=\"w-post-elm-value\">London<\/span><\/h3><div class=\"w-hwrapper usg_hwrapper_2 align_left valign_middle\" style=\"--hwrapper-gap:0.4rem\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_4 type_image flagge-warenlager color_link_inherit has_height has_aspect_ratio\"><img decoding=\"async\" width=\"18\" height=\"18\" src=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/flag_gb.svg\" class=\"attachment-us_18_18_crop size-us_18_18_crop\" alt=\"\" \/><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_2 type_text land_warenlager color_link_inherit\"><span class=\"w-post-elm-value\">Great Britain<\/span><\/div><\/div><\/div><\/div><div class=\"w-html usg_html_1\"><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-63606 page type-page status-publish has-post-thumbnail hentry showroom_land-deutschland seitentyp-warenlager\" data-id=\"63606\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-hwrapper usg_hwrapper_1 align_none valign_top\" style=\"--hwrapper-gap:0rem\"><div class=\"w-post-elm post_image usg_post_image_1 has_width has_ratio\"><img decoding=\"async\" width=\"1800\" height=\"1200\" src=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/Ausenlager-Lyon-Pont-dAin-scaled.jpg\" class=\"attachment-us_500_500_crop size-us_500_500_crop wp-post-image\" alt=\"\" \/><div style=\"padding-bottom:100%\"><\/div><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_left valign_middle\" style=\"--vwrapper-gap:0.4rem\"><h3 class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text warenlager_name color_link_inherit\"><span class=\"w-post-elm-value\">Lyon<\/span><\/h3><div class=\"w-hwrapper usg_hwrapper_2 align_left valign_middle\" style=\"--hwrapper-gap:0.4rem\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_4 type_image flagge-warenlager color_link_inherit has_height has_aspect_ratio\"><img decoding=\"async\" width=\"18\" height=\"18\" src=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/flag_fr.svg\" class=\"attachment-us_18_18_crop size-us_18_18_crop\" alt=\"\" \/><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_2 type_text land_warenlager color_link_inherit\"><span class=\"w-post-elm-value\">Frankreich<\/span><\/div><\/div><\/div><\/div><div class=\"w-html usg_html_1\"><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-63611 page type-page status-publish has-post-thumbnail hentry showroom_land-deutschland seitentyp-warenlager\" data-id=\"63611\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-hwrapper usg_hwrapper_1 align_none valign_top\" style=\"--hwrapper-gap:0rem\"><div class=\"w-post-elm post_image usg_post_image_1 has_width has_ratio\"><img decoding=\"async\" width=\"1800\" height=\"1200\" src=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/Ausenlager-Bukarest-scaled.jpg\" class=\"attachment-us_500_500_crop size-us_500_500_crop wp-post-image\" alt=\"\" \/><div style=\"padding-bottom:100%\"><\/div><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_left valign_middle\" style=\"--vwrapper-gap:0.4rem\"><h3 class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text warenlager_name color_link_inherit\"><span class=\"w-post-elm-value\">Bucharest<\/span><\/h3><div class=\"w-hwrapper usg_hwrapper_2 align_left valign_middle\" style=\"--hwrapper-gap:0.4rem\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_4 type_image flagge-warenlager color_link_inherit has_height has_aspect_ratio\"><img decoding=\"async\" width=\"18\" height=\"18\" src=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/flag_ro.svg\" class=\"attachment-us_18_18_crop size-us_18_18_crop\" alt=\"\" \/><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_2 type_text land_warenlager color_link_inherit\"><span class=\"w-post-elm-value\">Rum\u00e4nien<\/span><\/div><\/div><\/div><\/div><div class=\"w-html usg_html_1\"><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-63614 page type-page status-publish has-post-thumbnail hentry showroom_land-deutschland seitentyp-warenlager\" data-id=\"63614\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-hwrapper usg_hwrapper_1 align_none valign_top\" style=\"--hwrapper-gap:0rem\"><div class=\"w-post-elm post_image usg_post_image_1 has_width has_ratio\"><img decoding=\"async\" width=\"1800\" height=\"977\" src=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/Ausenlager-Barcelona-Taragona-scaled.jpg\" class=\"attachment-us_500_500_crop size-us_500_500_crop wp-post-image\" alt=\"\" \/><div style=\"padding-bottom:100%\"><\/div><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_left valign_middle\" style=\"--vwrapper-gap:0.4rem\"><h3 class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text warenlager_name color_link_inherit\"><span class=\"w-post-elm-value\">Barcelona<\/span><\/h3><div class=\"w-hwrapper usg_hwrapper_2 align_left valign_middle\" style=\"--hwrapper-gap:0.4rem\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_4 type_image flagge-warenlager color_link_inherit has_height has_aspect_ratio\"><img decoding=\"async\" width=\"18\" height=\"18\" src=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/flag_es.svg\" class=\"attachment-us_18_18_crop size-us_18_18_crop\" alt=\"\" \/><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_2 type_text land_warenlager color_link_inherit\"><span class=\"w-post-elm-value\">Spanien<\/span><\/div><\/div><\/div><\/div><div class=\"w-html usg_html_1\"><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n\t<article class=\"w-grid-item size_1x1 post-63617 page type-page status-publish has-post-thumbnail hentry showroom_land-deutschland seitentyp-warenlager\" data-id=\"63617\">\r\n\t\t<div class=\"w-grid-item-h\">\r\n\t\t\t\t\t\t<div class=\"w-hwrapper usg_hwrapper_1 align_none valign_top\" style=\"--hwrapper-gap:0rem\"><div class=\"w-post-elm post_image usg_post_image_1 has_width has_ratio\"><img decoding=\"async\" width=\"1800\" height=\"1107\" src=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/Ausenlager-Jonkoping-scaled.jpg\" class=\"attachment-us_500_500_crop size-us_500_500_crop wp-post-image\" alt=\"\" \/><div style=\"padding-bottom:100%\"><\/div><\/div><div class=\"w-vwrapper usg_vwrapper_1 align_left valign_middle\" style=\"--vwrapper-gap:0.4rem\"><h3 class=\"w-post-elm post_custom_field usg_post_custom_field_1 type_text warenlager_name color_link_inherit\"><span class=\"w-post-elm-value\">Jonkoping<\/span><\/h3><div class=\"w-hwrapper usg_hwrapper_2 align_left valign_middle\" style=\"--hwrapper-gap:0.4rem\"><div class=\"w-post-elm post_custom_field usg_post_custom_field_4 type_image flagge-warenlager color_link_inherit has_height has_aspect_ratio\"><img decoding=\"async\" width=\"18\" height=\"18\" src=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/flag_se.svg\" class=\"attachment-us_18_18_crop size-us_18_18_crop\" alt=\"\" \/><\/div><div class=\"w-post-elm post_custom_field usg_post_custom_field_2 type_text land_warenlager color_link_inherit\"><span class=\"w-post-elm-value\">Schweden<\/span><\/div><\/div><\/div><\/div><div class=\"w-html usg_html_1\"><\/div>\t\t<\/div>\r\n\t\t\t<\/article>\r\n<\/div><div class=\"g-loadmore hidden\"><div class=\"g-preloader type_1\"><div><\/div><\/div><\/div><div class=\"w-grid-list-json hidden\" onclick='return {&quot;max_num_pages&quot;:1,&quot;paginationBase&quot;:&quot;page&quot;,&quot;pagination&quot;:&quot;load_on_scroll&quot;,&quot;paged&quot;:1,&quot;ajaxData&quot;:{&quot;action&quot;:&quot;us_ajax_post_list&quot;,&quot;meta_type&quot;:&quot;post&quot;,&quot;object_id&quot;:0,&quot;template_vars&quot;:{&quot;shortcode_base&quot;:&quot;us_post_list&quot;,&quot;paged&quot;:1,&quot;max_num_pages&quot;:1,&quot;no_results&quot;:false,&quot;us_post_content_design_css&quot;:[],&quot;found_posts&quot;:7,&quot;per_page&quot;:999,&quot;items_count&quot;:7,&quot;orderby_random_seed&quot;:null,&quot;source&quot;:&quot;all&quot;,&quot;custom_field_name&quot;:&quot;&quot;,&quot;ids&quot;:&quot;&quot;,&quot;post_type&quot;:&quot;page&quot;,&quot;attachment_ids&quot;:null,&quot;include_post_thumbnail&quot;:0,&quot;post_author&quot;:&quot;any&quot;,&quot;post_author_ids&quot;:&quot;&quot;,&quot;apply_url_params&quot;:0,&quot;ignore_sticky_posts&quot;:1,&quot;exclude_children&quot;:0,&quot;exclude_current_post&quot;:1,&quot;exclude_prev_posts&quot;:0,&quot;exclude_past_events&quot;:0,&quot;enable_items_offset&quot;:0,&quot;items_offset&quot;:&quot;1&quot;,&quot;tax_query_relation&quot;:&quot;AND&quot;,&quot;tax_query&quot;:&quot;%5B%7B%22operator%22%3A%22IN%22%2C%22taxonomy%22%3A%22seitentyp%22%2C%22terms%22%3A%2286%22%2C%22include_children%22%3A%220%22%7D%5D&quot;,&quot;meta_query_relation&quot;:&quot;none&quot;,&quot;meta_query&quot;:[{&quot;key&quot;:&quot;custom_field_name&quot;,&quot;compare&quot;:&quot;=&quot;,&quot;value&quot;:&quot;&quot;}],&quot;orderby&quot;:&quot;showroom_reihenfolge&quot;,&quot;orderby_custom_field&quot;:&quot;&quot;,&quot;orderby_custom_type&quot;:0,&quot;order_invert&quot;:0,&quot;show_all&quot;:&quot;1&quot;,&quot;quantity&quot;:&quot;12&quot;,&quot;posts_per_archive_page&quot;:0,&quot;no_items_action&quot;:&quot;message&quot;,&quot;no_items_message&quot;:&quot;Herhangi bir sonu\\u00e7 bulunamad\\u0131.&quot;,&quot;no_items_page_block&quot;:&quot;&quot;,&quot;pagination&quot;:&quot;load_on_scroll&quot;,&quot;pagination_style&quot;:&quot;&quot;,&quot;pagination_btn_text&quot;:&quot;Daha fazla&quot;,&quot;pagination_btn_size&quot;:&quot;&quot;,&quot;pagination_btn_style&quot;:&quot;1&quot;,&quot;pagination_btn_fullwidth&quot;:0,&quot;items_layout&quot;:&quot;63589&quot;,&quot;type&quot;:&quot;grid&quot;,&quot;items_valign&quot;:0,&quot;ignore_items_size&quot;:0,&quot;columns&quot;:&quot;3&quot;,&quot;items_gap&quot;:&quot;16px&quot;,&quot;load_animation&quot;:&quot;none&quot;,&quot;items_preload_style&quot;:&quot;placeholders&quot;,&quot;img_size&quot;:&quot;default&quot;,&quot;title_size&quot;:&quot;&quot;,&quot;items_ratio&quot;:&quot;default&quot;,&quot;items_ratio_width&quot;:&quot;21&quot;,&quot;items_ratio_height&quot;:&quot;9&quot;,&quot;overriding_link&quot;:&quot;%7B%22url%22%3A%22%22%7D&quot;,&quot;popup_page_template&quot;:&quot;0&quot;,&quot;popup_width&quot;:&quot;&quot;,&quot;popup_arrows&quot;:1,&quot;breakpoint_1_width&quot;:&quot;1381px&quot;,&quot;breakpoint_1_cols&quot;:&quot;default&quot;,&quot;breakpoint_1_quantity&quot;:&quot;&quot;,&quot;breakpoint_1_gap&quot;:&quot;&quot;,&quot;breakpoint_2_width&quot;:&quot;1025px&quot;,&quot;breakpoint_2_cols&quot;:&quot;2&quot;,&quot;breakpoint_2_quantity&quot;:&quot;&quot;,&quot;breakpoint_2_gap&quot;:&quot;&quot;,&quot;breakpoint_3_width&quot;:&quot;601px&quot;,&quot;breakpoint_3_cols&quot;:&quot;1&quot;,&quot;breakpoint_3_quantity&quot;:&quot;&quot;,&quot;breakpoint_3_gap&quot;:&quot;8px&quot;,&quot;conditions_operator&quot;:&quot;always&quot;,&quot;conditions&quot;:[],&quot;css&quot;:&quot;%7B%22default%22%3A%7B%22padding-bottom%22%3A%22%22%7D%2C%22laptops%22%3A%7B%22padding-bottom%22%3A%22%22%7D%2C%22tablets%22%3A%7B%22padding-bottom%22%3A%22%22%7D%2C%22mobiles%22%3A%7B%22padding-bottom%22%3A%2250px%22%7D%7D&quot;,&quot;el_class&quot;:&quot;&quot;,&quot;el_id&quot;:&quot;&quot;,&quot;enable_custom_html_atts&quot;:0,&quot;custom_html_atts&quot;:null,&quot;hide_on_states&quot;:&quot;&quot;,&quot;hide_for_sticky&quot;:0,&quot;hide_for_not_sticky&quot;:0,&quot;hide_below&quot;:&quot;0px&quot;,&quot;hide_above&quot;:&quot;0px&quot;,&quot;classes&quot;:&quot; us_custom_fbb95a45&quot;,&quot;design_css_class&quot;:&quot;us_custom_fbb95a45&quot;},&quot;found_posts&quot;:7,&quot;per_page&quot;:999},&quot;facetedFilter&quot;:[]}'><\/div><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row us_custom_3e2c1ea3 height_auto\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-text\"><span class=\"w-text-h\"><span class=\"w-text-value\">GGM Gastro Warehouses \u2013 reliable, fast, international<\/span><\/span><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><p><span data-sheets-root=\"1\">With over 220,000 m\u00b2 of storage space worldwide, our warehouses are the heart of our logistics \u2013 designed to ensure your gastronomy is always well supplied and that orders arrive quickly and reliably.<\/span><\/p>\n<\/div><\/div><h2 class=\"w-text us_custom_27200e6f\"><span class=\"w-text-h\"><span class=\"w-text-value\">Across Europe for you \u2013 warehouses near you<\/span><\/span><\/h2><div class=\"w-separator size_custom\" style=\"height:20px\"><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><p>The shorter the routes, the better. That\u2019s why we continuously expand our international logistics network. In Europe, we are already present in Ochtrup, Ungerhausen, London, Lyon, Bucharest, Barcelona and J\u00f6nk\u00f6ping \u2013 always with the goal of delivering your equipment directly and in the shortest possible time to the desired location.<\/p>\n<\/div><\/div><div class=\"w-separator size_custom\" style=\"height:20px\"><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><p>Important: Our warehouses are exclusively intended for professional shipping. Direct visits or pick-ups by customers are not possible. This ensures smooth processes and fast deliveries.<\/p>\n<\/div><\/div><div class=\"w-separator size_custom\" style=\"height:20px\"><\/div><h2 class=\"w-text\"><span class=\"w-text-h\"><span class=\"w-text-value\">Your advantages at a glance<\/span><\/span><\/h2><div class=\"w-separator size_custom\" style=\"height:20px\"><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><p>\u2022 Short delivery times thanks to European locations<br \/>\n\u2022 Over 35,000 products immediately available<br \/>\n\u2022 3.5 million spare parts for maximum operational reliability<br \/>\n\u2022 Shipping to 137 countries worldwide<br \/>\n\u2022 State-of-the-art warehouse technology and efficient processes<\/p>\n<\/div><\/div><div class=\"w-separator size_custom\" style=\"height:20px\"><\/div><h2 class=\"w-text\"><span class=\"w-text-h\"><span class=\"w-text-value\">Future-proof logistics for professionals<\/span><\/span><\/h2><div class=\"w-separator size_custom\" style=\"height:20px\"><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><p>With every new warehouse location, we expand our capacities, shorten delivery routes and increase supply security. At the same time, we continuously invest in technology, processes and sustainability. This way we ensure that we can also meet the growing demands of the gastronomy industry in the future.<\/p>\n<\/div><\/div><div class=\"w-separator size_custom\" style=\"height:20px\"><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><p>GGM Gastro \u2013 your partner with an international warehouse network you can rely on. Because your success is our drive.<\/p>\n<\/div><\/div><div class=\"w-separator size_custom\" style=\"height:20px\"><\/div><div class=\"w-separator size_custom\" style=\"height:20px\"><\/div><div class=\"w-separator size_custom\" style=\"height:20px\"><\/div><div class=\"w-separator size_custom\" style=\"height:20px\"><\/div><\/div><\/div><\/div><\/div><\/section>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"iawp_total_views":3893,"footnotes":""},"showroom_land":[],"seitentyp":[],"class_list":["post-63567","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Warehouses - GGM Gastro Showrooms<\/title>\n<meta name=\"description\" content=\"Take advantage of express shipping from our international warehouses to get professional kitchen supplies straight to your doorstep \u2013 fast!\" \/>\n<meta name=\"robots\" content=\"noindex, follow\" \/>\n<meta property=\"og:locale\" content=\"tr_TR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Warehouses - GGM Gastro Showrooms\" \/>\n<meta property=\"og:description\" content=\"Take advantage of express shipping from our international warehouses to get professional kitchen supplies straight to your doorstep \u2013 fast!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/showrooms.ggmgastro.com\/tr\/warehouses\/\" \/>\n<meta property=\"og:site_name\" content=\"GGM Gastro Showrooms\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-30T14:12:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/ggmgastro-logo-dark-seo-quer.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"675\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tahmini okuma s\u00fcresi\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 dakika\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/showrooms.ggmgastro.com\/warehouses\/\",\"url\":\"https:\/\/showrooms.ggmgastro.com\/warehouses\/\",\"name\":\"Warehouses - GGM Gastro Showrooms\",\"isPartOf\":{\"@id\":\"https:\/\/showrooms.ggmgastro.com\/#website\"},\"datePublished\":\"2025-09-02T20:21:14+00:00\",\"dateModified\":\"2025-09-30T14:12:37+00:00\",\"description\":\"Take advantage of express shipping from our international warehouses to get professional kitchen supplies straight to your doorstep \u2013 fast!\",\"breadcrumb\":{\"@id\":\"https:\/\/showrooms.ggmgastro.com\/warehouses\/#breadcrumb\"},\"inLanguage\":\"tr\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/showrooms.ggmgastro.com\/warehouses\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/showrooms.ggmgastro.com\/warehouses\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\/\/showrooms.ggmgastro.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Warehouses\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/showrooms.ggmgastro.com\/#website\",\"url\":\"https:\/\/showrooms.ggmgastro.com\/\",\"name\":\"GGM Gastro Showrooms\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/showrooms.ggmgastro.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/showrooms.ggmgastro.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"tr\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/showrooms.ggmgastro.com\/#organization\",\"name\":\"GGM Gastro International GmbH\",\"url\":\"https:\/\/showrooms.ggmgastro.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"tr\",\"@id\":\"https:\/\/showrooms.ggmgastro.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/ggmgastro-logo-dark-seo.jpg\",\"contentUrl\":\"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/ggmgastro-logo-dark-seo.jpg\",\"width\":696,\"height\":696,\"caption\":\"GGM Gastro International GmbH\"},\"image\":{\"@id\":\"https:\/\/showrooms.ggmgastro.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Warehouses - GGM Gastro Showrooms","description":"Take advantage of express shipping from our international warehouses to get professional kitchen supplies straight to your doorstep \u2013 fast!","robots":{"index":"noindex","follow":"follow"},"og_locale":"tr_TR","og_type":"article","og_title":"Warehouses - GGM Gastro Showrooms","og_description":"Take advantage of express shipping from our international warehouses to get professional kitchen supplies straight to your doorstep \u2013 fast!","og_url":"https:\/\/showrooms.ggmgastro.com\/tr\/warehouses\/","og_site_name":"GGM Gastro Showrooms","article_modified_time":"2025-09-30T14:12:37+00:00","og_image":[{"width":1200,"height":675,"url":"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/ggmgastro-logo-dark-seo-quer.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Tahmini okuma s\u00fcresi":"2 dakika"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/showrooms.ggmgastro.com\/warehouses\/","url":"https:\/\/showrooms.ggmgastro.com\/warehouses\/","name":"Warehouses - GGM Gastro Showrooms","isPartOf":{"@id":"https:\/\/showrooms.ggmgastro.com\/#website"},"datePublished":"2025-09-02T20:21:14+00:00","dateModified":"2025-09-30T14:12:37+00:00","description":"Take advantage of express shipping from our international warehouses to get professional kitchen supplies straight to your doorstep \u2013 fast!","breadcrumb":{"@id":"https:\/\/showrooms.ggmgastro.com\/warehouses\/#breadcrumb"},"inLanguage":"tr","potentialAction":[{"@type":"ReadAction","target":["https:\/\/showrooms.ggmgastro.com\/warehouses\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/showrooms.ggmgastro.com\/warehouses\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/showrooms.ggmgastro.com\/"},{"@type":"ListItem","position":2,"name":"Warehouses"}]},{"@type":"WebSite","@id":"https:\/\/showrooms.ggmgastro.com\/#website","url":"https:\/\/showrooms.ggmgastro.com\/","name":"GGM Gastro Showrooms","description":"","publisher":{"@id":"https:\/\/showrooms.ggmgastro.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/showrooms.ggmgastro.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"tr"},{"@type":"Organization","@id":"https:\/\/showrooms.ggmgastro.com\/#organization","name":"GGM Gastro International GmbH","url":"https:\/\/showrooms.ggmgastro.com\/","logo":{"@type":"ImageObject","inLanguage":"tr","@id":"https:\/\/showrooms.ggmgastro.com\/#\/schema\/logo\/image\/","url":"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/ggmgastro-logo-dark-seo.jpg","contentUrl":"https:\/\/showrooms.ggmgastro.com\/wp-content\/uploads\/ggmgastro-logo-dark-seo.jpg","width":696,"height":696,"caption":"GGM Gastro International GmbH"},"image":{"@id":"https:\/\/showrooms.ggmgastro.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/showrooms.ggmgastro.com\/tr\/wp-json\/wp\/v2\/pages\/63567","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/showrooms.ggmgastro.com\/tr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/showrooms.ggmgastro.com\/tr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/showrooms.ggmgastro.com\/tr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/showrooms.ggmgastro.com\/tr\/wp-json\/wp\/v2\/comments?post=63567"}],"version-history":[{"count":14,"href":"https:\/\/showrooms.ggmgastro.com\/tr\/wp-json\/wp\/v2\/pages\/63567\/revisions"}],"predecessor-version":[{"id":64077,"href":"https:\/\/showrooms.ggmgastro.com\/tr\/wp-json\/wp\/v2\/pages\/63567\/revisions\/64077"}],"wp:attachment":[{"href":"https:\/\/showrooms.ggmgastro.com\/tr\/wp-json\/wp\/v2\/media?parent=63567"}],"wp:term":[{"taxonomy":"showroom_land","embeddable":true,"href":"https:\/\/showrooms.ggmgastro.com\/tr\/wp-json\/wp\/v2\/showroom_land?post=63567"},{"taxonomy":"seitentyp","embeddable":true,"href":"https:\/\/showrooms.ggmgastro.com\/tr\/wp-json\/wp\/v2\/seitentyp?post=63567"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}