{"id":169,"date":"2024-02-27T16:06:59","date_gmt":"2024-02-27T15:06:59","guid":{"rendered":"https:\/\/nyforetagarcentrum.se\/lidkoping\/?page_id=169"},"modified":"2024-11-26T15:50:11","modified_gmt":"2024-11-26T14:50:11","slug":"kontakt","status":"publish","type":"page","link":"https:\/\/nyforetagarcentrum.se\/lidkoping\/kontakt\/","title":{"rendered":"Kontakt"},"content":{"rendered":"<section  class=\"nfc-block-breadcrumbs\">\n    <div class=\"wrapper contained\">\n        <ol class=\"breadcrumbs\" itemscope itemtype=\"https:\/\/schema.org\/BreadcrumbList\">\n            <li itemprop=\"itemListElement\" itemscope itemtype=\"https:\/\/schema.org\/ListItem\">\n            \n\n                            <span class=\"current\" itemprop=\"name\">Hem<\/span>\n            \n            <meta itemprop=\"position\" content=\"1\" \/>\n        <\/li>\n    <\/ol>    <\/div>\n<\/section>\n\n\n<div style=\"height:63px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<section  class=\"nfc-block-split_screen alignwide image_alignment-right theme-dark\">\n    <div class=\"wrapper\">\n        <div class=\"nfc-block-split_screen__image-wrapper\">\n            <img loading=\"lazy\" decoding=\"async\" width=\"720\" height=\"1080\" src=\"https:\/\/nyforetagarcentrum.se\/lidkoping\/wp-content\/uploads\/sites\/60\/2024\/02\/074fbd4f185748329fcc0d3630a184b2-720x1080-1.png\" class=\"attachment-landscape size-landscape\" alt=\"\" srcset=\"https:\/\/nyforetagarcentrum.se\/lidkoping\/wp-content\/uploads\/sites\/60\/2024\/02\/074fbd4f185748329fcc0d3630a184b2-720x1080-1.png 720w, https:\/\/nyforetagarcentrum.se\/lidkoping\/wp-content\/uploads\/sites\/60\/2024\/02\/074fbd4f185748329fcc0d3630a184b2-720x1080-1-200x300.png 200w, https:\/\/nyforetagarcentrum.se\/lidkoping\/wp-content\/uploads\/sites\/60\/2024\/02\/074fbd4f185748329fcc0d3630a184b2-720x1080-1-683x1024.png 683w\" sizes=\"(max-width: 720px) 100vw, 720px\" \/>        <\/div>\n\n        <div class=\"nfc-block-split_screen__content-wrapper\">\n            <h2>Kontakt<\/h2>\n<h3>Nyf\u00f6retagarCentrum Lidk\u00f6ping<\/h3>\n<p>R\u00e5dgivare: Elin \u00d6berg<\/p>\n<p>Adress: Bahnhof Cowork, Sockerbruksgatan 1, Lidk\u00f6ping<br \/>\nMail: lidkoping@nyforetagarcentrum.se<br \/>\nTelefon: 0709-92 95 98<\/p>\n<p>Vi erbjuder tidsbokad r\u00e5dgivning i f\u00f6rsta hand p\u00e5 dagtid men ibland \u00e4ven p\u00e5 kv\u00e4llar.<\/p>\n\n            \n        <\/div>\n    <\/div>\n<\/section>\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<script>const member_map_block_28c4693fae6a56f05f8325ddd828db54 = [{\"id\":\"60-326\",\"lng\":\"13.165759\",\"lat\":\"58.5046144\",\"title\":\"Nyf\\u00f6retagarCentrum Lidk\\u00f6ping\",\"address\":\"Bahnhof Cowork, Sockerbruksgatan 1, 531 40 Lidk\\u00f6ping\"}];<\/script>\n\n<!-- Loads the google map api. -->\n<script type=\"text\/javascript\" src=\"\/\/maps.googleapis.com\/maps\/api\/js?key=AIzaSyDGhZjiYRUYd9Gp8cEzhhoiQNx5apfS6jM&#038;sensor=false\"><\/script>\n\n<section  class=\"nfc-block-locations alignwide\">\n\n    <div class=\"search-wrapper\">\n        <input type=\"text\" id=\"search-location\" placeholder=\"S\u00f6k p\u00e5 ort eller adress\">\n    <\/div>\n\n    <div class=\"location-list\">\n\n                    <div class=\"location\" id=\"location-60-326\">\n                <h2 class=\"location-title\">Nyf\u00f6retagarCentrum Lidk\u00f6ping<\/h2>\n\n                <div class=\"address-container\">\n                    <p>Bahnhof Cowork, Sockerbruksgatan 1<\/p>\n                    <p>531 40 Lidk\u00f6ping<\/p>\n                <\/div>\n\n                                    <a href=\"https:\/\/www.nyforetagarcentrum.se\/lidkoping\" class=\"location-link\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.nyforetagarcentrum.se\/lidkoping<\/a>\n                \n            <\/div>\n        \n    <\/div>\n    <div class=\"location-map\" id=\"map\">\n        <noscript><p>JavaScript is required to render the Google Map.<\/p><\/noscript>\n    <\/div>\n<\/section>\n\n\n\n<script>\n\n\t\/\/ Initialize and add the map\n\tlet map;\n\n\tasync function initMap() {\n\n        \/\/ Fetch the current position based on the user's IP address.\n        const userLocation = await fetch('https:\/\/ipapi.co\/json\/')\n            .then(response => response.json())\n            .then(data => {\n                return {\n                    lat: data.latitude,\n                    lng: data.longitude\n                };\n            })\n            .catch(error => {\n                console.error('Error:', error);\n            });\n\n\n\n\t\t\/\/ Request needed libraries.\n\t\tconst { Map } = await google.maps.importLibrary(\"maps\");\n\t\tconst { AdvancedMarkerElement } = await google.maps.importLibrary(\"marker\");\n\n\t\t\/\/ The map, centered at Uluru\n\t\tmap = new google.maps.Map(document.getElementById(\"map\"), {\n\t\t\tzoom: 5,\n\t\t\tmapId: \"7883236a355b0892\"\n\t\t});\n\n\n\t\t\/\/ Add the pins\n\t\tconst pins = member_map_block_28c4693fae6a56f05f8325ddd828db54;\n\t\tconst markers = pins.map(pin => {\n\n\t\t\tconst marker = new AdvancedMarkerElement({\n\t\t\t\tposition: { lat: Number(pin.lat), lng: Number(pin.lng) },\n\t\t\t\tmap,\n\t\t\t\ttitle: pin.title,\n\t\t\t});\n\n\t\t\tmarker.addListener('gmp-click', () => {\n                const el = document.getElementById('location-' + pin.id);\n                if ( ! el ) {\n                    return;\n                }\n\n                el.scrollIntoView({ behavior: 'smooth', block: 'nearest', inline: 'start' })\n                el.classList.add('highlighted');\n                setTimeout(() => el.classList.remove('highlighted'), 1000);\n\t\t\t})\n\n\t\t\treturn {marker, pin};\n\t\t});\n\n\n        const bounds = new google.maps.LatLngBounds();\n        markers.forEach(marker => bounds.extend(marker.marker.position));\n\n\n        \/\/ Center the map on the user location\n        if (userLocation && bounds.contains(userLocation)) {\n            map.setCenter(userLocation);\n            map.setZoom(9);\n        } else {\n            map.fitBounds(bounds);\n        }\n\n        google.maps.event.addListener(map, 'idle', function() {\n            if (markers.some(marker => map.getBounds().contains(marker.marker.position))) {\n            } else {\n                map.setZoom(map.getZoom() - 1);\n            }\n        });\n\n\n\n        const searchInput = document.getElementById('search-location');\n        if (searchInput) {\n            searchInput.addEventListener('input', (e) => {\n                const search = e.target.value.toLowerCase();\n                const locations = document.querySelectorAll('.location');\n                locations.forEach(location => {\n                    const title = location.querySelector('.location-title').textContent.toLowerCase();\n                    const address = location.querySelector('.address-container').textContent.toLowerCase();\n                    if (title.includes(search) || address.includes(search)) {\n                        location.style.display = 'block';\n                    } else {\n                        location.style.display = 'none';\n                    }\n                });\n\n                const bounds = new google.maps.LatLngBounds();\n\n\n                let hasMarker = false;\n                markers.forEach(marker => {\n                    const title = marker.pin.title.toLowerCase();\n                    const address = marker.pin.address.toLowerCase();\n                    if (title.includes(search) || address.includes(search)) {\n                        marker.marker.setMap(map);\n                        bounds.extend(marker.marker.position)\n                        hasMarker = true;\n                    } else {\n                        marker.marker.setMap(null);\n                    }\n                });\n\n                if (!hasMarker) {\n                    map.setCenter({ lat: 62.3908, lng: 16.3252 });\n                    map.setZoom(5);\n                } else {\n                    map.fitBounds(bounds);\n                }\n            });\n        }\n\t}\n\n\tinitMap();\n\n\n<\/script>\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\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":{"footnotes":""},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Kontakt - Lidk\u00f6ping<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nyforetagarcentrum.se\/lidkoping\/kontakt\/\" \/>\n<meta property=\"og:locale\" content=\"sv_SE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Kontakt - Lidk\u00f6ping\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nyforetagarcentrum.se\/lidkoping\/kontakt\/\" \/>\n<meta property=\"og:site_name\" content=\"Lidk\u00f6ping\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T14:50:11+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nyforetagarcentrum.se\/lidkoping\/kontakt\/\",\"url\":\"https:\/\/nyforetagarcentrum.se\/lidkoping\/kontakt\/\",\"name\":\"Kontakt - Lidk\u00f6ping\",\"isPartOf\":{\"@id\":\"https:\/\/nyforetagarcentrum.se\/lidkoping\/#website\"},\"datePublished\":\"2024-02-27T15:06:59+00:00\",\"dateModified\":\"2024-11-26T14:50:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/nyforetagarcentrum.se\/lidkoping\/kontakt\/#breadcrumb\"},\"inLanguage\":\"sv-SE\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nyforetagarcentrum.se\/lidkoping\/kontakt\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nyforetagarcentrum.se\/lidkoping\/kontakt\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Hem\",\"item\":\"https:\/\/nyforetagarcentrum.se\/lidkoping\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Kontakt\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/nyforetagarcentrum.se\/lidkoping\/#website\",\"url\":\"https:\/\/nyforetagarcentrum.se\/lidkoping\/\",\"name\":\"Lidk\u00f6ping\",\"description\":\"Sveriges ledande kraft f\u00f6r fler nya livskraftiga f\u00f6retag\",\"publisher\":{\"@id\":\"https:\/\/nyforetagarcentrum.se\/lidkoping\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/nyforetagarcentrum.se\/lidkoping\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"sv-SE\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/nyforetagarcentrum.se\/lidkoping\/#organization\",\"name\":\"Lidk\u00f6ping\",\"url\":\"https:\/\/nyforetagarcentrum.se\/lidkoping\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"sv-SE\",\"@id\":\"https:\/\/nyforetagarcentrum.se\/lidkoping\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/nyforetagarcentrum.se\/lidkoping\/wp-content\/uploads\/sites\/60\/2024\/04\/Lidkoping-1.png\",\"contentUrl\":\"https:\/\/nyforetagarcentrum.se\/lidkoping\/wp-content\/uploads\/sites\/60\/2024\/04\/Lidkoping-1.png\",\"width\":1082,\"height\":542,\"caption\":\"Lidk\u00f6ping\"},\"image\":{\"@id\":\"https:\/\/nyforetagarcentrum.se\/lidkoping\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Kontakt - Lidk\u00f6ping","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/nyforetagarcentrum.se\/lidkoping\/kontakt\/","og_locale":"sv_SE","og_type":"article","og_title":"Kontakt - Lidk\u00f6ping","og_url":"https:\/\/nyforetagarcentrum.se\/lidkoping\/kontakt\/","og_site_name":"Lidk\u00f6ping","article_modified_time":"2024-11-26T14:50:11+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/nyforetagarcentrum.se\/lidkoping\/kontakt\/","url":"https:\/\/nyforetagarcentrum.se\/lidkoping\/kontakt\/","name":"Kontakt - Lidk\u00f6ping","isPartOf":{"@id":"https:\/\/nyforetagarcentrum.se\/lidkoping\/#website"},"datePublished":"2024-02-27T15:06:59+00:00","dateModified":"2024-11-26T14:50:11+00:00","breadcrumb":{"@id":"https:\/\/nyforetagarcentrum.se\/lidkoping\/kontakt\/#breadcrumb"},"inLanguage":"sv-SE","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nyforetagarcentrum.se\/lidkoping\/kontakt\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/nyforetagarcentrum.se\/lidkoping\/kontakt\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Hem","item":"https:\/\/nyforetagarcentrum.se\/lidkoping\/"},{"@type":"ListItem","position":2,"name":"Kontakt"}]},{"@type":"WebSite","@id":"https:\/\/nyforetagarcentrum.se\/lidkoping\/#website","url":"https:\/\/nyforetagarcentrum.se\/lidkoping\/","name":"Lidk\u00f6ping","description":"Sveriges ledande kraft f\u00f6r fler nya livskraftiga f\u00f6retag","publisher":{"@id":"https:\/\/nyforetagarcentrum.se\/lidkoping\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nyforetagarcentrum.se\/lidkoping\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"sv-SE"},{"@type":"Organization","@id":"https:\/\/nyforetagarcentrum.se\/lidkoping\/#organization","name":"Lidk\u00f6ping","url":"https:\/\/nyforetagarcentrum.se\/lidkoping\/","logo":{"@type":"ImageObject","inLanguage":"sv-SE","@id":"https:\/\/nyforetagarcentrum.se\/lidkoping\/#\/schema\/logo\/image\/","url":"https:\/\/nyforetagarcentrum.se\/lidkoping\/wp-content\/uploads\/sites\/60\/2024\/04\/Lidkoping-1.png","contentUrl":"https:\/\/nyforetagarcentrum.se\/lidkoping\/wp-content\/uploads\/sites\/60\/2024\/04\/Lidkoping-1.png","width":1082,"height":542,"caption":"Lidk\u00f6ping"},"image":{"@id":"https:\/\/nyforetagarcentrum.se\/lidkoping\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/nyforetagarcentrum.se\/lidkoping\/wp-json\/wp\/v2\/pages\/169"}],"collection":[{"href":"https:\/\/nyforetagarcentrum.se\/lidkoping\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nyforetagarcentrum.se\/lidkoping\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nyforetagarcentrum.se\/lidkoping\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nyforetagarcentrum.se\/lidkoping\/wp-json\/wp\/v2\/comments?post=169"}],"version-history":[{"count":43,"href":"https:\/\/nyforetagarcentrum.se\/lidkoping\/wp-json\/wp\/v2\/pages\/169\/revisions"}],"predecessor-version":[{"id":725,"href":"https:\/\/nyforetagarcentrum.se\/lidkoping\/wp-json\/wp\/v2\/pages\/169\/revisions\/725"}],"wp:attachment":[{"href":"https:\/\/nyforetagarcentrum.se\/lidkoping\/wp-json\/wp\/v2\/media?parent=169"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}