{"id":580,"date":"2020-06-15T12:21:46","date_gmt":"2020-06-15T10:21:46","guid":{"rendered":"https:\/\/opensocialclusters.eu\/wdev\/?page_id=580"},"modified":"2020-10-23T16:28:57","modified_gmt":"2020-10-23T14:28:57","slug":"map-and-list-of-stakeholders-and-partners","status":"publish","type":"page","link":"https:\/\/opensocialclusters.eu\/wdev\/map-and-list-of-stakeholders-and-partners\/","title":{"rendered":"Map and list of stakeholders and partners"},"content":{"rendered":"<p><link rel=\"stylesheet\" id=\"leaflet_stylesheet-css\" href=\"https:\/\/unpkg.com\/leaflet@1.6.0\/dist\/leaflet.css\" type=\"text\/css\" media=\"\"><script type=\"text\/javascript\" src=\"https:\/\/unpkg.com\/leaflet@1.6.0\/dist\/leaflet.js\"><\/script> <script type=\"text\/javascript\" src=\"https:\/\/opensocialclusters.eu\/wdev\/wp-content\/plugins\/leaflet-map\/scripts\/construct-leaflet-map.min.js?ver=2.17.1\"><\/script> <script>\r\n        (function () {\r\n            \/\/ TODO: This could\/should be abstracted so we don't duplicate code in image-shortcode\r\n            var scriptsSoFar = document.getElementsByTagName('script');\r\n            var thisScript = scriptsSoFar[scriptsSoFar.length - 1];\r\n            \/\/ create map HTMLElement\r\n            var mapElement = document.createElement('div');\r\n            mapElement.className = 'leaflet-map';\r\n            mapElement.style.height = \"500px\";\r\n            mapElement.style.width = \"100%\";\r\n            \/\/ insert just before this script\r\n            thisScript.parentNode.insertBefore(mapElement, thisScript);\r\n            \/\/ push deferred map creation function\r\n            window.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\r\n            window.WPLeafletMapPlugin.push(function () {\r\n                var baseUrl = 'https:\/\/{s}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png',\r\n                    base = (!baseUrl && window.MQ) ? \r\n                        MQ.mapLayer() : L.tileLayer(baseUrl, { \r\n                            subdomains: 'abc',\r\n                            detectRetina: 0,\r\n                        }),\r\n                    options = L.Util.extend({}, {\r\n                        maxZoom: 20,\r\n                        minZoom: 0,\r\n                        layers: [base],\r\n                        zoomControl: 1,\r\n                        scrollWheelZoom: 0,\r\n                        doubleClickZoom: 0,\r\n                        attributionControl: false\r\n                    }, {}),\r\n                    map = L.map(mapElement, options)\r\n                        .setView([42.84,7.82],5);\r\n                if (0) {\r\n                    map._shouldFitBounds = true;\r\n                }\r\n                                    var attControl = L.control.attribution({prefix:false}).addTo(map);\r\n                                            attControl.addAttribution('<a href=\"http:\/\/leafletjs.com\" title=\"A JS library for interactive maps\">Leaflet<\/a>');\r\n                                            attControl.addAttribution('\\r\\n\u00a9 <a href=\"http:\/\/www.openstreetmap.org\/copyright\">OpenStreetMap<\/a> contributors');\r\n                                    window.WPLeafletMapPlugin.maps.push(map);\r\n            }); \/\/ end add\r\n        })(); \/\/ end IIFE\r\n        \r\n        \r\nconsole.log('a line here') ; \r\n\r\n        <\/script> \r\n<script> window.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\r\n         window.WPLeafletMapPlugin.push(function () {\r\n\t\t\t \r\n\t\t\t \r\nconsole.log('a line here') ; \r\n\r\n       var marker_options_1 = (function () {\r\n                var _options = {\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/leaflet\\\/number_1.png\",\"iconSize\":[\"32,37\"],\"iconAnchor\":[\"16,34\"]};\r\n                var iconArrays = [ 'iconSize', 'iconAnchor', 'shadowSize', 'shadowAnchor', 'popupAnchor' ];\r\n                var default_icon = L.Icon.Default.prototype.options;\r\n                if (_options.iconUrl) {\r\n                    \/\/ arrays are strings, unfortunately...\r\n                    for (var i = 0, len = iconArrays.length; i < len; i++) {\r\n                        var option_name = iconArrays[i],\r\n                            option = _options[ option_name ];\r\n                        \/\/ convert \"1,2\" to [1, 2];\r\n                        if (option) {\r\n                            var arr = option.join('').split(',');\r\n                            \/\/ array.map for ie<9\r\n                            for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\r\n                                arr[j] = Number(arr[j]);\r\n                            }\r\n                            _options[ option_name ] = arr;\r\n                        }\r\n                    }\r\n                    \/\/ default popupAnchor\r\n                    if (!_options.popupAnchor) {\r\n                        \/\/ set (roughly) to size of icon\r\n                        _options.popupAnchor = (function (i_size) {\r\n                            \/\/ copy array\r\n                            i_size = i_size.slice();\r\n                            \r\n                            \/\/ inverse coordinates\r\n                            i_size[0] = 0;\r\n                            i_size[1] *= -1;\r\n                            \/\/ bottom position on popup is 7px\r\n                            i_size[1] -= 3;\r\n                            return i_size;\r\n                        })(_options.iconSize || default_icon.iconSize);\r\n                    }\r\n\r\n                    _options.icon = new L.Icon( _options );\r\n                }\r\n                return _options;\r\n            })();\r\n          \r\n          \r\nconsole.log('a line here') ; \r\n\t\t\tvar mar1 = L.layerGroup();\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n          var marker_options_2 = (function () {\r\n                var _options = {\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/leaflet\\\/number_2.png\",\"iconSize\":[\"32,37\"],\"iconAnchor\":[\"16,34\"]};\r\n                var iconArrays = [ 'iconSize', 'iconAnchor', 'shadowSize', 'shadowAnchor', 'popupAnchor' ];\r\n                var default_icon = L.Icon.Default.prototype.options;\r\n                if (_options.iconUrl) {\r\n                    \/\/ arrays are strings, unfortunately...\r\n                    for (var i = 0, len = iconArrays.length; i < len; i++) {\r\n                        var option_name = iconArrays[i],\r\n                            option = _options[ option_name ];\r\n                        \/\/ convert \"1,2\" to [1, 2];\r\n                        if (option) {\r\n                            var arr = option.join('').split(',');\r\n                            \/\/ array.map for ie<9\r\n                            for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\r\n                                arr[j] = Number(arr[j]);\r\n                            }\r\n                            _options[ option_name ] = arr;\r\n                        }\r\n                    }\r\n                    \/\/ default popupAnchor\r\n                    if (!_options.popupAnchor) {\r\n                        \/\/ set (roughly) to size of icon\r\n                        _options.popupAnchor = (function (i_size) {\r\n                            \/\/ copy array\r\n                            i_size = i_size.slice();\r\n                            \r\n                            \/\/ inverse coordinates\r\n                            i_size[0] = 0;\r\n                            i_size[1] *= -1;\r\n                            \/\/ bottom position on popup is 7px\r\n                            i_size[1] -= 3;\r\n                            return i_size;\r\n                        })(_options.iconSize || default_icon.iconSize);\r\n                    }\r\n\r\n                    _options.icon = new L.Icon( _options );\r\n                }\r\n                return _options;\r\n            })();\r\n          \r\n          \r\nconsole.log('a line here') ; \r\n\t\t\tvar mar2 = L.layerGroup();\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n          var marker_options_3 = (function () {\r\n                var _options = {\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/leaflet\\\/number_3.png\",\"iconSize\":[\"32,37\"],\"iconAnchor\":[\"16,34\"]};\r\n                var iconArrays = [ 'iconSize', 'iconAnchor', 'shadowSize', 'shadowAnchor', 'popupAnchor' ];\r\n                var default_icon = L.Icon.Default.prototype.options;\r\n                if (_options.iconUrl) {\r\n                    \/\/ arrays are strings, unfortunately...\r\n                    for (var i = 0, len = iconArrays.length; i < len; i++) {\r\n                        var option_name = iconArrays[i],\r\n                            option = _options[ option_name ];\r\n                        \/\/ convert \"1,2\" to [1, 2];\r\n                        if (option) {\r\n                            var arr = option.join('').split(',');\r\n                            \/\/ array.map for ie<9\r\n                            for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\r\n                                arr[j] = Number(arr[j]);\r\n                            }\r\n                            _options[ option_name ] = arr;\r\n                        }\r\n                    }\r\n                    \/\/ default popupAnchor\r\n                    if (!_options.popupAnchor) {\r\n                        \/\/ set (roughly) to size of icon\r\n                        _options.popupAnchor = (function (i_size) {\r\n                            \/\/ copy array\r\n                            i_size = i_size.slice();\r\n                            \r\n                            \/\/ inverse coordinates\r\n                            i_size[0] = 0;\r\n                            i_size[1] *= -1;\r\n                            \/\/ bottom position on popup is 7px\r\n                            i_size[1] -= 3;\r\n                            return i_size;\r\n                        })(_options.iconSize || default_icon.iconSize);\r\n                    }\r\n\r\n                    _options.icon = new L.Icon( _options );\r\n                }\r\n                return _options;\r\n            })();\r\n          \r\n          \r\nconsole.log('a line here') ; \r\n\t\t\tvar mar3 = L.layerGroup();\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n          var marker_options_4 = (function () {\r\n                var _options = {\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/leaflet\\\/number_4.png\",\"iconSize\":[\"32,37\"],\"iconAnchor\":[\"16,34\"]};\r\n                var iconArrays = [ 'iconSize', 'iconAnchor', 'shadowSize', 'shadowAnchor', 'popupAnchor' ];\r\n                var default_icon = L.Icon.Default.prototype.options;\r\n                if (_options.iconUrl) {\r\n                    \/\/ arrays are strings, unfortunately...\r\n                    for (var i = 0, len = iconArrays.length; i < len; i++) {\r\n                        var option_name = iconArrays[i],\r\n                            option = _options[ option_name ];\r\n                        \/\/ convert \"1,2\" to [1, 2];\r\n                        if (option) {\r\n                            var arr = option.join('').split(',');\r\n                            \/\/ array.map for ie<9\r\n                            for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\r\n                                arr[j] = Number(arr[j]);\r\n                            }\r\n                            _options[ option_name ] = arr;\r\n                        }\r\n                    }\r\n                    \/\/ default popupAnchor\r\n                    if (!_options.popupAnchor) {\r\n                        \/\/ set (roughly) to size of icon\r\n                        _options.popupAnchor = (function (i_size) {\r\n                            \/\/ copy array\r\n                            i_size = i_size.slice();\r\n                            \r\n                            \/\/ inverse coordinates\r\n                            i_size[0] = 0;\r\n                            i_size[1] *= -1;\r\n                            \/\/ bottom position on popup is 7px\r\n                            i_size[1] -= 3;\r\n                            return i_size;\r\n                        })(_options.iconSize || default_icon.iconSize);\r\n                    }\r\n\r\n                    _options.icon = new L.Icon( _options );\r\n                }\r\n                return _options;\r\n            })();\r\n          \r\n          \r\nconsole.log('a line here') ; \r\n\t\t\tvar mar4 = L.layerGroup();\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n          var marker_options_5 = (function () {\r\n                var _options = {\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/leaflet\\\/number_5.png\",\"iconSize\":[\"32,37\"],\"iconAnchor\":[\"16,34\"]};\r\n                var iconArrays = [ 'iconSize', 'iconAnchor', 'shadowSize', 'shadowAnchor', 'popupAnchor' ];\r\n                var default_icon = L.Icon.Default.prototype.options;\r\n                if (_options.iconUrl) {\r\n                    \/\/ arrays are strings, unfortunately...\r\n                    for (var i = 0, len = iconArrays.length; i < len; i++) {\r\n                        var option_name = iconArrays[i],\r\n                            option = _options[ option_name ];\r\n                        \/\/ convert \"1,2\" to [1, 2];\r\n                        if (option) {\r\n                            var arr = option.join('').split(',');\r\n                            \/\/ array.map for ie<9\r\n                            for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\r\n                                arr[j] = Number(arr[j]);\r\n                            }\r\n                            _options[ option_name ] = arr;\r\n                        }\r\n                    }\r\n                    \/\/ default popupAnchor\r\n                    if (!_options.popupAnchor) {\r\n                        \/\/ set (roughly) to size of icon\r\n                        _options.popupAnchor = (function (i_size) {\r\n                            \/\/ copy array\r\n                            i_size = i_size.slice();\r\n                            \r\n                            \/\/ inverse coordinates\r\n                            i_size[0] = 0;\r\n                            i_size[1] *= -1;\r\n                            \/\/ bottom position on popup is 7px\r\n                            i_size[1] -= 3;\r\n                            return i_size;\r\n                        })(_options.iconSize || default_icon.iconSize);\r\n                    }\r\n\r\n                    _options.icon = new L.Icon( _options );\r\n                }\r\n                return _options;\r\n            })();\r\n          \r\n          \r\nconsole.log('a line here') ; \r\n\t\t\tvar mar5 = L.layerGroup();\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n          var marker_options_6 = (function () {\r\n                var _options = {\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/leaflet\\\/number_6.png\",\"iconSize\":[\"32,37\"],\"iconAnchor\":[\"16,34\"]};\r\n                var iconArrays = [ 'iconSize', 'iconAnchor', 'shadowSize', 'shadowAnchor', 'popupAnchor' ];\r\n                var default_icon = L.Icon.Default.prototype.options;\r\n                if (_options.iconUrl) {\r\n                    \/\/ arrays are strings, unfortunately...\r\n                    for (var i = 0, len = iconArrays.length; i < len; i++) {\r\n                        var option_name = iconArrays[i],\r\n                            option = _options[ option_name ];\r\n                        \/\/ convert \"1,2\" to [1, 2];\r\n                        if (option) {\r\n                            var arr = option.join('').split(',');\r\n                            \/\/ array.map for ie<9\r\n                            for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\r\n                                arr[j] = Number(arr[j]);\r\n                            }\r\n                            _options[ option_name ] = arr;\r\n                        }\r\n                    }\r\n                    \/\/ default popupAnchor\r\n                    if (!_options.popupAnchor) {\r\n                        \/\/ set (roughly) to size of icon\r\n                        _options.popupAnchor = (function (i_size) {\r\n                            \/\/ copy array\r\n                            i_size = i_size.slice();\r\n                            \r\n                            \/\/ inverse coordinates\r\n                            i_size[0] = 0;\r\n                            i_size[1] *= -1;\r\n                            \/\/ bottom position on popup is 7px\r\n                            i_size[1] -= 3;\r\n                            return i_size;\r\n                        })(_options.iconSize || default_icon.iconSize);\r\n                    }\r\n\r\n                    _options.icon = new L.Icon( _options );\r\n                }\r\n                return _options;\r\n            })();\r\n          \r\n          \r\nconsole.log('a line here') ; \r\n\t\t\tvar mar6 = L.layerGroup();\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n          var marker_options_7 = (function () {\r\n                var _options = {\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/leaflet\\\/number_7.png\",\"iconSize\":[\"32,37\"],\"iconAnchor\":[\"16,34\"]};\r\n                var iconArrays = [ 'iconSize', 'iconAnchor', 'shadowSize', 'shadowAnchor', 'popupAnchor' ];\r\n                var default_icon = L.Icon.Default.prototype.options;\r\n                if (_options.iconUrl) {\r\n                    \/\/ arrays are strings, unfortunately...\r\n                    for (var i = 0, len = iconArrays.length; i < len; i++) {\r\n                        var option_name = iconArrays[i],\r\n                            option = _options[ option_name ];\r\n                        \/\/ convert \"1,2\" to [1, 2];\r\n                        if (option) {\r\n                            var arr = option.join('').split(',');\r\n                            \/\/ array.map for ie<9\r\n                            for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\r\n                                arr[j] = Number(arr[j]);\r\n                            }\r\n                            _options[ option_name ] = arr;\r\n                        }\r\n                    }\r\n                    \/\/ default popupAnchor\r\n                    if (!_options.popupAnchor) {\r\n                        \/\/ set (roughly) to size of icon\r\n                        _options.popupAnchor = (function (i_size) {\r\n                            \/\/ copy array\r\n                            i_size = i_size.slice();\r\n                            \r\n                            \/\/ inverse coordinates\r\n                            i_size[0] = 0;\r\n                            i_size[1] *= -1;\r\n                            \/\/ bottom position on popup is 7px\r\n                            i_size[1] -= 3;\r\n                            return i_size;\r\n                        })(_options.iconSize || default_icon.iconSize);\r\n                    }\r\n\r\n                    _options.icon = new L.Icon( _options );\r\n                }\r\n                return _options;\r\n            })();\r\n          \r\n          \r\nconsole.log('a line here') ; \r\n\t\t\tvar mar7 = L.layerGroup();\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n          var marker_options_8 = (function () {\r\n                var _options = {\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/leaflet\\\/number_8.png\",\"iconSize\":[\"32,37\"],\"iconAnchor\":[\"16,34\"]};\r\n                var iconArrays = [ 'iconSize', 'iconAnchor', 'shadowSize', 'shadowAnchor', 'popupAnchor' ];\r\n                var default_icon = L.Icon.Default.prototype.options;\r\n                if (_options.iconUrl) {\r\n                    \/\/ arrays are strings, unfortunately...\r\n                    for (var i = 0, len = iconArrays.length; i < len; i++) {\r\n                        var option_name = iconArrays[i],\r\n                            option = _options[ option_name ];\r\n                        \/\/ convert \"1,2\" to [1, 2];\r\n                        if (option) {\r\n                            var arr = option.join('').split(',');\r\n                            \/\/ array.map for ie<9\r\n                            for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\r\n                                arr[j] = Number(arr[j]);\r\n                            }\r\n                            _options[ option_name ] = arr;\r\n                        }\r\n                    }\r\n                    \/\/ default popupAnchor\r\n                    if (!_options.popupAnchor) {\r\n                        \/\/ set (roughly) to size of icon\r\n                        _options.popupAnchor = (function (i_size) {\r\n                            \/\/ copy array\r\n                            i_size = i_size.slice();\r\n                            \r\n                            \/\/ inverse coordinates\r\n                            i_size[0] = 0;\r\n                            i_size[1] *= -1;\r\n                            \/\/ bottom position on popup is 7px\r\n                            i_size[1] -= 3;\r\n                            return i_size;\r\n                        })(_options.iconSize || default_icon.iconSize);\r\n                    }\r\n\r\n                    _options.icon = new L.Icon( _options );\r\n                }\r\n                return _options;\r\n            })();\r\n          \r\n          \r\nconsole.log('a line here') ; \r\n\t\t\tvar mar8 = L.layerGroup();\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n          var marker_options_9 = (function () {\r\n                var _options = {\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/leaflet\\\/number_9.png\",\"iconSize\":[\"32,37\"],\"iconAnchor\":[\"16,34\"]};\r\n                var iconArrays = [ 'iconSize', 'iconAnchor', 'shadowSize', 'shadowAnchor', 'popupAnchor' ];\r\n                var default_icon = L.Icon.Default.prototype.options;\r\n                if (_options.iconUrl) {\r\n                    \/\/ arrays are strings, unfortunately...\r\n                    for (var i = 0, len = iconArrays.length; i < len; i++) {\r\n                        var option_name = iconArrays[i],\r\n                            option = _options[ option_name ];\r\n                        \/\/ convert \"1,2\" to [1, 2];\r\n                        if (option) {\r\n                            var arr = option.join('').split(',');\r\n                            \/\/ array.map for ie<9\r\n                            for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\r\n                                arr[j] = Number(arr[j]);\r\n                            }\r\n                            _options[ option_name ] = arr;\r\n                        }\r\n                    }\r\n                    \/\/ default popupAnchor\r\n                    if (!_options.popupAnchor) {\r\n                        \/\/ set (roughly) to size of icon\r\n                        _options.popupAnchor = (function (i_size) {\r\n                            \/\/ copy array\r\n                            i_size = i_size.slice();\r\n                            \r\n                            \/\/ inverse coordinates\r\n                            i_size[0] = 0;\r\n                            i_size[1] *= -1;\r\n                            \/\/ bottom position on popup is 7px\r\n                            i_size[1] -= 3;\r\n                            return i_size;\r\n                        })(_options.iconSize || default_icon.iconSize);\r\n                    }\r\n\r\n                    _options.icon = new L.Icon( _options );\r\n                }\r\n                return _options;\r\n            })();\r\n          \r\n          \r\nconsole.log('a line here') ; \r\n\t\t\tvar mar9 = L.layerGroup();\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n          var marker_options_10 = (function () {\r\n                var _options = {\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/leaflet\\\/number_10.png\",\"iconSize\":[\"32,37\"],\"iconAnchor\":[\"16,34\"]};\r\n                var iconArrays = [ 'iconSize', 'iconAnchor', 'shadowSize', 'shadowAnchor', 'popupAnchor' ];\r\n                var default_icon = L.Icon.Default.prototype.options;\r\n                if (_options.iconUrl) {\r\n                    \/\/ arrays are strings, unfortunately...\r\n                    for (var i = 0, len = iconArrays.length; i < len; i++) {\r\n                        var option_name = iconArrays[i],\r\n                            option = _options[ option_name ];\r\n                        \/\/ convert \"1,2\" to [1, 2];\r\n                        if (option) {\r\n                            var arr = option.join('').split(',');\r\n                            \/\/ array.map for ie<9\r\n                            for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\r\n                                arr[j] = Number(arr[j]);\r\n                            }\r\n                            _options[ option_name ] = arr;\r\n                        }\r\n                    }\r\n                    \/\/ default popupAnchor\r\n                    if (!_options.popupAnchor) {\r\n                        \/\/ set (roughly) to size of icon\r\n                        _options.popupAnchor = (function (i_size) {\r\n                            \/\/ copy array\r\n                            i_size = i_size.slice();\r\n                            \r\n                            \/\/ inverse coordinates\r\n                            i_size[0] = 0;\r\n                            i_size[1] *= -1;\r\n                            \/\/ bottom position on popup is 7px\r\n                            i_size[1] -= 3;\r\n                            return i_size;\r\n                        })(_options.iconSize || default_icon.iconSize);\r\n                    }\r\n\r\n                    _options.icon = new L.Icon( _options );\r\n                }\r\n                return _options;\r\n            })();\r\n          \r\n          \r\nconsole.log('a line here') ; \r\n\t\t\tvar mar10 = L.layerGroup();\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n          var marker_options_11 = (function () {\r\n                var _options = {\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/leaflet\\\/number_11.png\",\"iconSize\":[\"32,37\"],\"iconAnchor\":[\"16,34\"]};\r\n                var iconArrays = [ 'iconSize', 'iconAnchor', 'shadowSize', 'shadowAnchor', 'popupAnchor' ];\r\n                var default_icon = L.Icon.Default.prototype.options;\r\n                if (_options.iconUrl) {\r\n                    \/\/ arrays are strings, unfortunately...\r\n                    for (var i = 0, len = iconArrays.length; i < len; i++) {\r\n                        var option_name = iconArrays[i],\r\n                            option = _options[ option_name ];\r\n                        \/\/ convert \"1,2\" to [1, 2];\r\n                        if (option) {\r\n                            var arr = option.join('').split(',');\r\n                            \/\/ array.map for ie<9\r\n                            for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\r\n                                arr[j] = Number(arr[j]);\r\n                            }\r\n                            _options[ option_name ] = arr;\r\n                        }\r\n                    }\r\n                    \/\/ default popupAnchor\r\n                    if (!_options.popupAnchor) {\r\n                        \/\/ set (roughly) to size of icon\r\n                        _options.popupAnchor = (function (i_size) {\r\n                            \/\/ copy array\r\n                            i_size = i_size.slice();\r\n                            \r\n                            \/\/ inverse coordinates\r\n                            i_size[0] = 0;\r\n                            i_size[1] *= -1;\r\n                            \/\/ bottom position on popup is 7px\r\n                            i_size[1] -= 3;\r\n                            return i_size;\r\n                        })(_options.iconSize || default_icon.iconSize);\r\n                    }\r\n\r\n                    _options.icon = new L.Icon( _options );\r\n                }\r\n                return _options;\r\n            })();\r\n          \r\n          \r\nconsole.log('a line here') ; \r\n\t\t\tvar mar11 = L.layerGroup();\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n          var marker_options_12 = (function () {\r\n                var _options = {\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/leaflet\\\/number_12.png\",\"iconSize\":[\"32,37\"],\"iconAnchor\":[\"16,34\"]};\r\n                var iconArrays = [ 'iconSize', 'iconAnchor', 'shadowSize', 'shadowAnchor', 'popupAnchor' ];\r\n                var default_icon = L.Icon.Default.prototype.options;\r\n                if (_options.iconUrl) {\r\n                    \/\/ arrays are strings, unfortunately...\r\n                    for (var i = 0, len = iconArrays.length; i < len; i++) {\r\n                        var option_name = iconArrays[i],\r\n                            option = _options[ option_name ];\r\n                        \/\/ convert \"1,2\" to [1, 2];\r\n                        if (option) {\r\n                            var arr = option.join('').split(',');\r\n                            \/\/ array.map for ie<9\r\n                            for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\r\n                                arr[j] = Number(arr[j]);\r\n                            }\r\n                            _options[ option_name ] = arr;\r\n                        }\r\n                    }\r\n                    \/\/ default popupAnchor\r\n                    if (!_options.popupAnchor) {\r\n                        \/\/ set (roughly) to size of icon\r\n                        _options.popupAnchor = (function (i_size) {\r\n                            \/\/ copy array\r\n                            i_size = i_size.slice();\r\n                            \r\n                            \/\/ inverse coordinates\r\n                            i_size[0] = 0;\r\n                            i_size[1] *= -1;\r\n                            \/\/ bottom position on popup is 7px\r\n                            i_size[1] -= 3;\r\n                            return i_size;\r\n                        })(_options.iconSize || default_icon.iconSize);\r\n                    }\r\n\r\n                    _options.icon = new L.Icon( _options );\r\n                }\r\n                return _options;\r\n            })();\r\n          \r\n          \r\nconsole.log('a line here') ; \r\n\t\t\tvar mar12 = L.layerGroup();\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n          var marker_options_13 = (function () {\r\n                var _options = {\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/leaflet\\\/number_13.png\",\"iconSize\":[\"32,37\"],\"iconAnchor\":[\"16,34\"]};\r\n                var iconArrays = [ 'iconSize', 'iconAnchor', 'shadowSize', 'shadowAnchor', 'popupAnchor' ];\r\n                var default_icon = L.Icon.Default.prototype.options;\r\n                if (_options.iconUrl) {\r\n                    \/\/ arrays are strings, unfortunately...\r\n                    for (var i = 0, len = iconArrays.length; i < len; i++) {\r\n                        var option_name = iconArrays[i],\r\n                            option = _options[ option_name ];\r\n                        \/\/ convert \"1,2\" to [1, 2];\r\n                        if (option) {\r\n                            var arr = option.join('').split(',');\r\n                            \/\/ array.map for ie<9\r\n                            for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\r\n                                arr[j] = Number(arr[j]);\r\n                            }\r\n                            _options[ option_name ] = arr;\r\n                        }\r\n                    }\r\n                    \/\/ default popupAnchor\r\n                    if (!_options.popupAnchor) {\r\n                        \/\/ set (roughly) to size of icon\r\n                        _options.popupAnchor = (function (i_size) {\r\n                            \/\/ copy array\r\n                            i_size = i_size.slice();\r\n                            \r\n                            \/\/ inverse coordinates\r\n                            i_size[0] = 0;\r\n                            i_size[1] *= -1;\r\n                            \/\/ bottom position on popup is 7px\r\n                            i_size[1] -= 3;\r\n                            return i_size;\r\n                        })(_options.iconSize || default_icon.iconSize);\r\n                    }\r\n\r\n                    _options.icon = new L.Icon( _options );\r\n                }\r\n                return _options;\r\n            })();\r\n          \r\n          \r\nconsole.log('a line here') ; \r\n\t\t\tvar mar13 = L.layerGroup();\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n          var marker_options_14 = (function () {\r\n                var _options = {\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/leaflet\\\/number_14.png\",\"iconSize\":[\"32,37\"],\"iconAnchor\":[\"16,34\"]};\r\n                var iconArrays = [ 'iconSize', 'iconAnchor', 'shadowSize', 'shadowAnchor', 'popupAnchor' ];\r\n                var default_icon = L.Icon.Default.prototype.options;\r\n                if (_options.iconUrl) {\r\n                    \/\/ arrays are strings, unfortunately...\r\n                    for (var i = 0, len = iconArrays.length; i < len; i++) {\r\n                        var option_name = iconArrays[i],\r\n                            option = _options[ option_name ];\r\n                        \/\/ convert \"1,2\" to [1, 2];\r\n                        if (option) {\r\n                            var arr = option.join('').split(',');\r\n                            \/\/ array.map for ie<9\r\n                            for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\r\n                                arr[j] = Number(arr[j]);\r\n                            }\r\n                            _options[ option_name ] = arr;\r\n                        }\r\n                    }\r\n                    \/\/ default popupAnchor\r\n                    if (!_options.popupAnchor) {\r\n                        \/\/ set (roughly) to size of icon\r\n                        _options.popupAnchor = (function (i_size) {\r\n                            \/\/ copy array\r\n                            i_size = i_size.slice();\r\n                            \r\n                            \/\/ inverse coordinates\r\n                            i_size[0] = 0;\r\n                            i_size[1] *= -1;\r\n                            \/\/ bottom position on popup is 7px\r\n                            i_size[1] -= 3;\r\n                            return i_size;\r\n                        })(_options.iconSize || default_icon.iconSize);\r\n                    }\r\n\r\n                    _options.icon = new L.Icon( _options );\r\n                }\r\n                return _options;\r\n            })();\r\n          \r\n          \r\nconsole.log('a line here') ; \r\n\t\t\tvar mar14 = L.layerGroup();\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n          var marker_options_15 = (function () {\r\n                var _options = {\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/leaflet\\\/number_15.png\",\"iconSize\":[\"32,37\"],\"iconAnchor\":[\"16,34\"]};\r\n                var iconArrays = [ 'iconSize', 'iconAnchor', 'shadowSize', 'shadowAnchor', 'popupAnchor' ];\r\n                var default_icon = L.Icon.Default.prototype.options;\r\n                if (_options.iconUrl) {\r\n                    \/\/ arrays are strings, unfortunately...\r\n                    for (var i = 0, len = iconArrays.length; i < len; i++) {\r\n                        var option_name = iconArrays[i],\r\n                            option = _options[ option_name ];\r\n                        \/\/ convert \"1,2\" to [1, 2];\r\n                        if (option) {\r\n                            var arr = option.join('').split(',');\r\n                            \/\/ array.map for ie<9\r\n                            for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\r\n                                arr[j] = Number(arr[j]);\r\n                            }\r\n                            _options[ option_name ] = arr;\r\n                        }\r\n                    }\r\n                    \/\/ default popupAnchor\r\n                    if (!_options.popupAnchor) {\r\n                        \/\/ set (roughly) to size of icon\r\n                        _options.popupAnchor = (function (i_size) {\r\n                            \/\/ copy array\r\n                            i_size = i_size.slice();\r\n                            \r\n                            \/\/ inverse coordinates\r\n                            i_size[0] = 0;\r\n                            i_size[1] *= -1;\r\n                            \/\/ bottom position on popup is 7px\r\n                            i_size[1] -= 3;\r\n                            return i_size;\r\n                        })(_options.iconSize || default_icon.iconSize);\r\n                    }\r\n\r\n                    _options.icon = new L.Icon( _options );\r\n                }\r\n                return _options;\r\n            })();\r\n          \r\n          \r\nconsole.log('a line here') ; \r\n\t\t\tvar mar15 = L.layerGroup();\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n          var marker_options_16 = (function () {\r\n                var _options = {\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/leaflet\\\/number_16.png\",\"iconSize\":[\"32,37\"],\"iconAnchor\":[\"16,34\"]};\r\n                var iconArrays = [ 'iconSize', 'iconAnchor', 'shadowSize', 'shadowAnchor', 'popupAnchor' ];\r\n                var default_icon = L.Icon.Default.prototype.options;\r\n                if (_options.iconUrl) {\r\n                    \/\/ arrays are strings, unfortunately...\r\n                    for (var i = 0, len = iconArrays.length; i < len; i++) {\r\n                        var option_name = iconArrays[i],\r\n                            option = _options[ option_name ];\r\n                        \/\/ convert \"1,2\" to [1, 2];\r\n                        if (option) {\r\n                            var arr = option.join('').split(',');\r\n                            \/\/ array.map for ie<9\r\n                            for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\r\n                                arr[j] = Number(arr[j]);\r\n                            }\r\n                            _options[ option_name ] = arr;\r\n                        }\r\n                    }\r\n                    \/\/ default popupAnchor\r\n                    if (!_options.popupAnchor) {\r\n                        \/\/ set (roughly) to size of icon\r\n                        _options.popupAnchor = (function (i_size) {\r\n                            \/\/ copy array\r\n                            i_size = i_size.slice();\r\n                            \r\n                            \/\/ inverse coordinates\r\n                            i_size[0] = 0;\r\n                            i_size[1] *= -1;\r\n                            \/\/ bottom position on popup is 7px\r\n                            i_size[1] -= 3;\r\n                            return i_size;\r\n                        })(_options.iconSize || default_icon.iconSize);\r\n                    }\r\n\r\n                    _options.icon = new L.Icon( _options );\r\n                }\r\n                return _options;\r\n            })();\r\n          \r\n          \r\nconsole.log('a line here') ; \r\n\t\t\tvar mar16 = L.layerGroup();\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n          var marker_options_17 = (function () {\r\n                var _options = {\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/leaflet\\\/number_17.png\",\"iconSize\":[\"32,37\"],\"iconAnchor\":[\"16,34\"]};\r\n                var iconArrays = [ 'iconSize', 'iconAnchor', 'shadowSize', 'shadowAnchor', 'popupAnchor' ];\r\n                var default_icon = L.Icon.Default.prototype.options;\r\n                if (_options.iconUrl) {\r\n                    \/\/ arrays are strings, unfortunately...\r\n                    for (var i = 0, len = iconArrays.length; i < len; i++) {\r\n                        var option_name = iconArrays[i],\r\n                            option = _options[ option_name ];\r\n                        \/\/ convert \"1,2\" to [1, 2];\r\n                        if (option) {\r\n                            var arr = option.join('').split(',');\r\n                            \/\/ array.map for ie<9\r\n                            for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\r\n                                arr[j] = Number(arr[j]);\r\n                            }\r\n                            _options[ option_name ] = arr;\r\n                        }\r\n                    }\r\n                    \/\/ default popupAnchor\r\n                    if (!_options.popupAnchor) {\r\n                        \/\/ set (roughly) to size of icon\r\n                        _options.popupAnchor = (function (i_size) {\r\n                            \/\/ copy array\r\n                            i_size = i_size.slice();\r\n                            \r\n                            \/\/ inverse coordinates\r\n                            i_size[0] = 0;\r\n                            i_size[1] *= -1;\r\n                            \/\/ bottom position on popup is 7px\r\n                            i_size[1] -= 3;\r\n                            return i_size;\r\n                        })(_options.iconSize || default_icon.iconSize);\r\n                    }\r\n\r\n                    _options.icon = new L.Icon( _options );\r\n                }\r\n                return _options;\r\n            })();\r\n          \r\n          \r\nconsole.log('a line here') ; \r\n\t\t\tvar mar17 = L.layerGroup();\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n          var marker_options_18 = (function () {\r\n                var _options = {\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/leaflet\\\/number_18.png\",\"iconSize\":[\"32,37\"],\"iconAnchor\":[\"16,34\"]};\r\n                var iconArrays = [ 'iconSize', 'iconAnchor', 'shadowSize', 'shadowAnchor', 'popupAnchor' ];\r\n                var default_icon = L.Icon.Default.prototype.options;\r\n                if (_options.iconUrl) {\r\n                    \/\/ arrays are strings, unfortunately...\r\n                    for (var i = 0, len = iconArrays.length; i < len; i++) {\r\n                        var option_name = iconArrays[i],\r\n                            option = _options[ option_name ];\r\n                        \/\/ convert \"1,2\" to [1, 2];\r\n                        if (option) {\r\n                            var arr = option.join('').split(',');\r\n                            \/\/ array.map for ie<9\r\n                            for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\r\n                                arr[j] = Number(arr[j]);\r\n                            }\r\n                            _options[ option_name ] = arr;\r\n                        }\r\n                    }\r\n                    \/\/ default popupAnchor\r\n                    if (!_options.popupAnchor) {\r\n                        \/\/ set (roughly) to size of icon\r\n                        _options.popupAnchor = (function (i_size) {\r\n                            \/\/ copy array\r\n                            i_size = i_size.slice();\r\n                            \r\n                            \/\/ inverse coordinates\r\n                            i_size[0] = 0;\r\n                            i_size[1] *= -1;\r\n                            \/\/ bottom position on popup is 7px\r\n                            i_size[1] -= 3;\r\n                            return i_size;\r\n                        })(_options.iconSize || default_icon.iconSize);\r\n                    }\r\n\r\n                    _options.icon = new L.Icon( _options );\r\n                }\r\n                return _options;\r\n            })();\r\n          \r\n          \r\nconsole.log('a line here') ; \r\n\t\t\tvar mar18 = L.layerGroup();\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n          var marker_options_19 = (function () {\r\n                var _options = {\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/leaflet\\\/number_19.png\",\"iconSize\":[\"32,37\"],\"iconAnchor\":[\"16,34\"]};\r\n                var iconArrays = [ 'iconSize', 'iconAnchor', 'shadowSize', 'shadowAnchor', 'popupAnchor' ];\r\n                var default_icon = L.Icon.Default.prototype.options;\r\n                if (_options.iconUrl) {\r\n                    \/\/ arrays are strings, unfortunately...\r\n                    for (var i = 0, len = iconArrays.length; i < len; i++) {\r\n                        var option_name = iconArrays[i],\r\n                            option = _options[ option_name ];\r\n                        \/\/ convert \"1,2\" to [1, 2];\r\n                        if (option) {\r\n                            var arr = option.join('').split(',');\r\n                            \/\/ array.map for ie<9\r\n                            for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\r\n                                arr[j] = Number(arr[j]);\r\n                            }\r\n                            _options[ option_name ] = arr;\r\n                        }\r\n                    }\r\n                    \/\/ default popupAnchor\r\n                    if (!_options.popupAnchor) {\r\n                        \/\/ set (roughly) to size of icon\r\n                        _options.popupAnchor = (function (i_size) {\r\n                            \/\/ copy array\r\n                            i_size = i_size.slice();\r\n                            \r\n                            \/\/ inverse coordinates\r\n                            i_size[0] = 0;\r\n                            i_size[1] *= -1;\r\n                            \/\/ bottom position on popup is 7px\r\n                            i_size[1] -= 3;\r\n                            return i_size;\r\n                        })(_options.iconSize || default_icon.iconSize);\r\n                    }\r\n\r\n                    _options.icon = new L.Icon( _options );\r\n                }\r\n                return _options;\r\n            })();\r\n          \r\n          \r\nconsole.log('a line here') ; \r\n\t\t\tvar mar19 = L.layerGroup();\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n          var marker_options_20 = (function () {\r\n                var _options = {\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/leaflet\\\/number_20.png\",\"iconSize\":[\"32,37\"],\"iconAnchor\":[\"16,34\"]};\r\n                var iconArrays = [ 'iconSize', 'iconAnchor', 'shadowSize', 'shadowAnchor', 'popupAnchor' ];\r\n                var default_icon = L.Icon.Default.prototype.options;\r\n                if (_options.iconUrl) {\r\n                    \/\/ arrays are strings, unfortunately...\r\n                    for (var i = 0, len = iconArrays.length; i < len; i++) {\r\n                        var option_name = iconArrays[i],\r\n                            option = _options[ option_name ];\r\n                        \/\/ convert \"1,2\" to [1, 2];\r\n                        if (option) {\r\n                            var arr = option.join('').split(',');\r\n                            \/\/ array.map for ie<9\r\n                            for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\r\n                                arr[j] = Number(arr[j]);\r\n                            }\r\n                            _options[ option_name ] = arr;\r\n                        }\r\n                    }\r\n                    \/\/ default popupAnchor\r\n                    if (!_options.popupAnchor) {\r\n                        \/\/ set (roughly) to size of icon\r\n                        _options.popupAnchor = (function (i_size) {\r\n                            \/\/ copy array\r\n                            i_size = i_size.slice();\r\n                            \r\n                            \/\/ inverse coordinates\r\n                            i_size[0] = 0;\r\n                            i_size[1] *= -1;\r\n                            \/\/ bottom position on popup is 7px\r\n                            i_size[1] -= 3;\r\n                            return i_size;\r\n                        })(_options.iconSize || default_icon.iconSize);\r\n                    }\r\n\r\n                    _options.icon = new L.Icon( _options );\r\n                }\r\n                return _options;\r\n            })();\r\n          \r\n          \r\nconsole.log('a line here') ; \r\n\t\t\tvar mar20 = L.layerGroup();\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n          var marker_options_21 = (function () {\r\n                var _options = {\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/leaflet\\\/number_21.png\",\"iconSize\":[\"32,37\"],\"iconAnchor\":[\"16,34\"]};\r\n                var iconArrays = [ 'iconSize', 'iconAnchor', 'shadowSize', 'shadowAnchor', 'popupAnchor' ];\r\n                var default_icon = L.Icon.Default.prototype.options;\r\n                if (_options.iconUrl) {\r\n                    \/\/ arrays are strings, unfortunately...\r\n                    for (var i = 0, len = iconArrays.length; i < len; i++) {\r\n                        var option_name = iconArrays[i],\r\n                            option = _options[ option_name ];\r\n                        \/\/ convert \"1,2\" to [1, 2];\r\n                        if (option) {\r\n                            var arr = option.join('').split(',');\r\n                            \/\/ array.map for ie<9\r\n                            for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\r\n                                arr[j] = Number(arr[j]);\r\n                            }\r\n                            _options[ option_name ] = arr;\r\n                        }\r\n                    }\r\n                    \/\/ default popupAnchor\r\n                    if (!_options.popupAnchor) {\r\n                        \/\/ set (roughly) to size of icon\r\n                        _options.popupAnchor = (function (i_size) {\r\n                            \/\/ copy array\r\n                            i_size = i_size.slice();\r\n                            \r\n                            \/\/ inverse coordinates\r\n                            i_size[0] = 0;\r\n                            i_size[1] *= -1;\r\n                            \/\/ bottom position on popup is 7px\r\n                            i_size[1] -= 3;\r\n                            return i_size;\r\n                        })(_options.iconSize || default_icon.iconSize);\r\n                    }\r\n\r\n                    _options.icon = new L.Icon( _options );\r\n                }\r\n                return _options;\r\n            })();\r\n          \r\n          \r\nconsole.log('a line here') ; \r\n\t\t\tvar mar21 = L.layerGroup();\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n          var marker_options_22 = (function () {\r\n                var _options = {\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/leaflet\\\/number_22.png\",\"iconSize\":[\"32,37\"],\"iconAnchor\":[\"16,34\"]};\r\n                var iconArrays = [ 'iconSize', 'iconAnchor', 'shadowSize', 'shadowAnchor', 'popupAnchor' ];\r\n                var default_icon = L.Icon.Default.prototype.options;\r\n                if (_options.iconUrl) {\r\n                    \/\/ arrays are strings, unfortunately...\r\n                    for (var i = 0, len = iconArrays.length; i < len; i++) {\r\n                        var option_name = iconArrays[i],\r\n                            option = _options[ option_name ];\r\n                        \/\/ convert \"1,2\" to [1, 2];\r\n                        if (option) {\r\n                            var arr = option.join('').split(',');\r\n                            \/\/ array.map for ie<9\r\n                            for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\r\n                                arr[j] = Number(arr[j]);\r\n                            }\r\n                            _options[ option_name ] = arr;\r\n                        }\r\n                    }\r\n                    \/\/ default popupAnchor\r\n                    if (!_options.popupAnchor) {\r\n                        \/\/ set (roughly) to size of icon\r\n                        _options.popupAnchor = (function (i_size) {\r\n                            \/\/ copy array\r\n                            i_size = i_size.slice();\r\n                            \r\n                            \/\/ inverse coordinates\r\n                            i_size[0] = 0;\r\n                            i_size[1] *= -1;\r\n                            \/\/ bottom position on popup is 7px\r\n                            i_size[1] -= 3;\r\n                            return i_size;\r\n                        })(_options.iconSize || default_icon.iconSize);\r\n                    }\r\n\r\n                    _options.icon = new L.Icon( _options );\r\n                }\r\n                return _options;\r\n            })();\r\n          \r\n          \r\nconsole.log('a line here') ; \r\n\t\t\tvar mar22 = L.layerGroup();\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n          var marker_options_23 = (function () {\r\n                var _options = {\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/leaflet\\\/number_23.png\",\"iconSize\":[\"32,37\"],\"iconAnchor\":[\"16,34\"]};\r\n                var iconArrays = [ 'iconSize', 'iconAnchor', 'shadowSize', 'shadowAnchor', 'popupAnchor' ];\r\n                var default_icon = L.Icon.Default.prototype.options;\r\n                if (_options.iconUrl) {\r\n                    \/\/ arrays are strings, unfortunately...\r\n                    for (var i = 0, len = iconArrays.length; i < len; i++) {\r\n                        var option_name = iconArrays[i],\r\n                            option = _options[ option_name ];\r\n                        \/\/ convert \"1,2\" to [1, 2];\r\n                        if (option) {\r\n                            var arr = option.join('').split(',');\r\n                            \/\/ array.map for ie<9\r\n                            for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\r\n                                arr[j] = Number(arr[j]);\r\n                            }\r\n                            _options[ option_name ] = arr;\r\n                        }\r\n                    }\r\n                    \/\/ default popupAnchor\r\n                    if (!_options.popupAnchor) {\r\n                        \/\/ set (roughly) to size of icon\r\n                        _options.popupAnchor = (function (i_size) {\r\n                            \/\/ copy array\r\n                            i_size = i_size.slice();\r\n                            \r\n                            \/\/ inverse coordinates\r\n                            i_size[0] = 0;\r\n                            i_size[1] *= -1;\r\n                            \/\/ bottom position on popup is 7px\r\n                            i_size[1] -= 3;\r\n                            return i_size;\r\n                        })(_options.iconSize || default_icon.iconSize);\r\n                    }\r\n\r\n                    _options.icon = new L.Icon( _options );\r\n                }\r\n                return _options;\r\n            })();\r\n          \r\n          \r\nconsole.log('a line here') ; \r\n\t\t\tvar mar23 = L.layerGroup();\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n          var marker_options_24 = (function () {\r\n                var _options = {\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/leaflet\\\/number_24.png\",\"iconSize\":[\"32,37\"],\"iconAnchor\":[\"16,34\"]};\r\n                var iconArrays = [ 'iconSize', 'iconAnchor', 'shadowSize', 'shadowAnchor', 'popupAnchor' ];\r\n                var default_icon = L.Icon.Default.prototype.options;\r\n                if (_options.iconUrl) {\r\n                    \/\/ arrays are strings, unfortunately...\r\n                    for (var i = 0, len = iconArrays.length; i < len; i++) {\r\n                        var option_name = iconArrays[i],\r\n                            option = _options[ option_name ];\r\n                        \/\/ convert \"1,2\" to [1, 2];\r\n                        if (option) {\r\n                            var arr = option.join('').split(',');\r\n                            \/\/ array.map for ie<9\r\n                            for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\r\n                                arr[j] = Number(arr[j]);\r\n                            }\r\n                            _options[ option_name ] = arr;\r\n                        }\r\n                    }\r\n                    \/\/ default popupAnchor\r\n                    if (!_options.popupAnchor) {\r\n                        \/\/ set (roughly) to size of icon\r\n                        _options.popupAnchor = (function (i_size) {\r\n                            \/\/ copy array\r\n                            i_size = i_size.slice();\r\n                            \r\n                            \/\/ inverse coordinates\r\n                            i_size[0] = 0;\r\n                            i_size[1] *= -1;\r\n                            \/\/ bottom position on popup is 7px\r\n                            i_size[1] -= 3;\r\n                            return i_size;\r\n                        })(_options.iconSize || default_icon.iconSize);\r\n                    }\r\n\r\n                    _options.icon = new L.Icon( _options );\r\n                }\r\n                return _options;\r\n            })();\r\n          \r\n          \r\nconsole.log('a line here') ; \r\n\t\t\tvar mar24 = L.layerGroup();\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n          var marker_options_25 = (function () {\r\n                var _options = {\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/leaflet\\\/number_25.png\",\"iconSize\":[\"32,37\"],\"iconAnchor\":[\"16,34\"]};\r\n                var iconArrays = [ 'iconSize', 'iconAnchor', 'shadowSize', 'shadowAnchor', 'popupAnchor' ];\r\n                var default_icon = L.Icon.Default.prototype.options;\r\n                if (_options.iconUrl) {\r\n                    \/\/ arrays are strings, unfortunately...\r\n                    for (var i = 0, len = iconArrays.length; i < len; i++) {\r\n                        var option_name = iconArrays[i],\r\n                            option = _options[ option_name ];\r\n                        \/\/ convert \"1,2\" to [1, 2];\r\n                        if (option) {\r\n                            var arr = option.join('').split(',');\r\n                            \/\/ array.map for ie<9\r\n                            for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\r\n                                arr[j] = Number(arr[j]);\r\n                            }\r\n                            _options[ option_name ] = arr;\r\n                        }\r\n                    }\r\n                    \/\/ default popupAnchor\r\n                    if (!_options.popupAnchor) {\r\n                        \/\/ set (roughly) to size of icon\r\n                        _options.popupAnchor = (function (i_size) {\r\n                            \/\/ copy array\r\n                            i_size = i_size.slice();\r\n                            \r\n                            \/\/ inverse coordinates\r\n                            i_size[0] = 0;\r\n                            i_size[1] *= -1;\r\n                            \/\/ bottom position on popup is 7px\r\n                            i_size[1] -= 3;\r\n                            return i_size;\r\n                        })(_options.iconSize || default_icon.iconSize);\r\n                    }\r\n\r\n                    _options.icon = new L.Icon( _options );\r\n                }\r\n                return _options;\r\n            })();\r\n          \r\n          \r\nconsole.log('a line here') ; \r\n\t\t\tvar mar25 = L.layerGroup();\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n          var marker_options_26 = (function () {\r\n                var _options = {\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/leaflet\\\/number_26.png\",\"iconSize\":[\"32,37\"],\"iconAnchor\":[\"16,34\"]};\r\n                var iconArrays = [ 'iconSize', 'iconAnchor', 'shadowSize', 'shadowAnchor', 'popupAnchor' ];\r\n                var default_icon = L.Icon.Default.prototype.options;\r\n                if (_options.iconUrl) {\r\n                    \/\/ arrays are strings, unfortunately...\r\n                    for (var i = 0, len = iconArrays.length; i < len; i++) {\r\n                        var option_name = iconArrays[i],\r\n                            option = _options[ option_name ];\r\n                        \/\/ convert \"1,2\" to [1, 2];\r\n                        if (option) {\r\n                            var arr = option.join('').split(',');\r\n                            \/\/ array.map for ie<9\r\n                            for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\r\n                                arr[j] = Number(arr[j]);\r\n                            }\r\n                            _options[ option_name ] = arr;\r\n                        }\r\n                    }\r\n                    \/\/ default popupAnchor\r\n                    if (!_options.popupAnchor) {\r\n                        \/\/ set (roughly) to size of icon\r\n                        _options.popupAnchor = (function (i_size) {\r\n                            \/\/ copy array\r\n                            i_size = i_size.slice();\r\n                            \r\n                            \/\/ inverse coordinates\r\n                            i_size[0] = 0;\r\n                            i_size[1] *= -1;\r\n                            \/\/ bottom position on popup is 7px\r\n                            i_size[1] -= 3;\r\n                            return i_size;\r\n                        })(_options.iconSize || default_icon.iconSize);\r\n                    }\r\n\r\n                    _options.icon = new L.Icon( _options );\r\n                }\r\n                return _options;\r\n            })();\r\n          \r\n          \r\nconsole.log('a line here') ; \r\n\t\t\tvar mar26 = L.layerGroup();\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n          var marker_options_27 = (function () {\r\n                var _options = {\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/leaflet\\\/number_27.png\",\"iconSize\":[\"32,37\"],\"iconAnchor\":[\"16,34\"]};\r\n                var iconArrays = [ 'iconSize', 'iconAnchor', 'shadowSize', 'shadowAnchor', 'popupAnchor' ];\r\n                var default_icon = L.Icon.Default.prototype.options;\r\n                if (_options.iconUrl) {\r\n                    \/\/ arrays are strings, unfortunately...\r\n                    for (var i = 0, len = iconArrays.length; i < len; i++) {\r\n                        var option_name = iconArrays[i],\r\n                            option = _options[ option_name ];\r\n                        \/\/ convert \"1,2\" to [1, 2];\r\n                        if (option) {\r\n                            var arr = option.join('').split(',');\r\n                            \/\/ array.map for ie<9\r\n                            for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\r\n                                arr[j] = Number(arr[j]);\r\n                            }\r\n                            _options[ option_name ] = arr;\r\n                        }\r\n                    }\r\n                    \/\/ default popupAnchor\r\n                    if (!_options.popupAnchor) {\r\n                        \/\/ set (roughly) to size of icon\r\n                        _options.popupAnchor = (function (i_size) {\r\n                            \/\/ copy array\r\n                            i_size = i_size.slice();\r\n                            \r\n                            \/\/ inverse coordinates\r\n                            i_size[0] = 0;\r\n                            i_size[1] *= -1;\r\n                            \/\/ bottom position on popup is 7px\r\n                            i_size[1] -= 3;\r\n                            return i_size;\r\n                        })(_options.iconSize || default_icon.iconSize);\r\n                    }\r\n\r\n                    _options.icon = new L.Icon( _options );\r\n                }\r\n                return _options;\r\n            })();\r\n          \r\n          \r\nconsole.log('a line here') ; \r\n\t\t\tvar mar27 = L.layerGroup();\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n          var marker_options_28 = (function () {\r\n                var _options = {\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/leaflet\\\/number_28.png\",\"iconSize\":[\"32,37\"],\"iconAnchor\":[\"16,34\"]};\r\n                var iconArrays = [ 'iconSize', 'iconAnchor', 'shadowSize', 'shadowAnchor', 'popupAnchor' ];\r\n                var default_icon = L.Icon.Default.prototype.options;\r\n                if (_options.iconUrl) {\r\n                    \/\/ arrays are strings, unfortunately...\r\n                    for (var i = 0, len = iconArrays.length; i < len; i++) {\r\n                        var option_name = iconArrays[i],\r\n                            option = _options[ option_name ];\r\n                        \/\/ convert \"1,2\" to [1, 2];\r\n                        if (option) {\r\n                            var arr = option.join('').split(',');\r\n                            \/\/ array.map for ie<9\r\n                            for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\r\n                                arr[j] = Number(arr[j]);\r\n                            }\r\n                            _options[ option_name ] = arr;\r\n                        }\r\n                    }\r\n                    \/\/ default popupAnchor\r\n                    if (!_options.popupAnchor) {\r\n                        \/\/ set (roughly) to size of icon\r\n                        _options.popupAnchor = (function (i_size) {\r\n                            \/\/ copy array\r\n                            i_size = i_size.slice();\r\n                            \r\n                            \/\/ inverse coordinates\r\n                            i_size[0] = 0;\r\n                            i_size[1] *= -1;\r\n                            \/\/ bottom position on popup is 7px\r\n                            i_size[1] -= 3;\r\n                            return i_size;\r\n                        })(_options.iconSize || default_icon.iconSize);\r\n                    }\r\n\r\n                    _options.icon = new L.Icon( _options );\r\n                }\r\n                return _options;\r\n            })();\r\n          \r\n          \r\nconsole.log('a line here') ; \r\n\t\t\tvar mar28 = L.layerGroup();\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n          var marker_options_29 = (function () {\r\n                var _options = {\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/leaflet\\\/number_29.png\",\"iconSize\":[\"32,37\"],\"iconAnchor\":[\"16,34\"]};\r\n                var iconArrays = [ 'iconSize', 'iconAnchor', 'shadowSize', 'shadowAnchor', 'popupAnchor' ];\r\n                var default_icon = L.Icon.Default.prototype.options;\r\n                if (_options.iconUrl) {\r\n                    \/\/ arrays are strings, unfortunately...\r\n                    for (var i = 0, len = iconArrays.length; i < len; i++) {\r\n                        var option_name = iconArrays[i],\r\n                            option = _options[ option_name ];\r\n                        \/\/ convert \"1,2\" to [1, 2];\r\n                        if (option) {\r\n                            var arr = option.join('').split(',');\r\n                            \/\/ array.map for ie<9\r\n                            for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\r\n                                arr[j] = Number(arr[j]);\r\n                            }\r\n                            _options[ option_name ] = arr;\r\n                        }\r\n                    }\r\n                    \/\/ default popupAnchor\r\n                    if (!_options.popupAnchor) {\r\n                        \/\/ set (roughly) to size of icon\r\n                        _options.popupAnchor = (function (i_size) {\r\n                            \/\/ copy array\r\n                            i_size = i_size.slice();\r\n                            \r\n                            \/\/ inverse coordinates\r\n                            i_size[0] = 0;\r\n                            i_size[1] *= -1;\r\n                            \/\/ bottom position on popup is 7px\r\n                            i_size[1] -= 3;\r\n                            return i_size;\r\n                        })(_options.iconSize || default_icon.iconSize);\r\n                    }\r\n\r\n                    _options.icon = new L.Icon( _options );\r\n                }\r\n                return _options;\r\n            })();\r\n          \r\n          \r\nconsole.log('a line here') ; \r\n\t\t\tvar mar29 = L.layerGroup();\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n          var marker_options_30 = (function () {\r\n                var _options = {\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/leaflet\\\/number_30.png\",\"iconSize\":[\"32,37\"],\"iconAnchor\":[\"16,34\"]};\r\n                var iconArrays = [ 'iconSize', 'iconAnchor', 'shadowSize', 'shadowAnchor', 'popupAnchor' ];\r\n                var default_icon = L.Icon.Default.prototype.options;\r\n                if (_options.iconUrl) {\r\n                    \/\/ arrays are strings, unfortunately...\r\n                    for (var i = 0, len = iconArrays.length; i < len; i++) {\r\n                        var option_name = iconArrays[i],\r\n                            option = _options[ option_name ];\r\n                        \/\/ convert \"1,2\" to [1, 2];\r\n                        if (option) {\r\n                            var arr = option.join('').split(',');\r\n                            \/\/ array.map for ie<9\r\n                            for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\r\n                                arr[j] = Number(arr[j]);\r\n                            }\r\n                            _options[ option_name ] = arr;\r\n                        }\r\n                    }\r\n                    \/\/ default popupAnchor\r\n                    if (!_options.popupAnchor) {\r\n                        \/\/ set (roughly) to size of icon\r\n                        _options.popupAnchor = (function (i_size) {\r\n                            \/\/ copy array\r\n                            i_size = i_size.slice();\r\n                            \r\n                            \/\/ inverse coordinates\r\n                            i_size[0] = 0;\r\n                            i_size[1] *= -1;\r\n                            \/\/ bottom position on popup is 7px\r\n                            i_size[1] -= 3;\r\n                            return i_size;\r\n                        })(_options.iconSize || default_icon.iconSize);\r\n                    }\r\n\r\n                    _options.icon = new L.Icon( _options );\r\n                }\r\n                return _options;\r\n            })();\r\n          \r\n          \r\nconsole.log('a line here') ; \r\n\t\t\tvar mar30 = L.layerGroup();\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n          var marker_options_31 = (function () {\r\n                var _options = {\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/leaflet\\\/number_31.png\",\"iconSize\":[\"32,37\"],\"iconAnchor\":[\"16,34\"]};\r\n                var iconArrays = [ 'iconSize', 'iconAnchor', 'shadowSize', 'shadowAnchor', 'popupAnchor' ];\r\n                var default_icon = L.Icon.Default.prototype.options;\r\n                if (_options.iconUrl) {\r\n                    \/\/ arrays are strings, unfortunately...\r\n                    for (var i = 0, len = iconArrays.length; i < len; i++) {\r\n                        var option_name = iconArrays[i],\r\n                            option = _options[ option_name ];\r\n                        \/\/ convert \"1,2\" to [1, 2];\r\n                        if (option) {\r\n                            var arr = option.join('').split(',');\r\n                            \/\/ array.map for ie<9\r\n                            for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\r\n                                arr[j] = Number(arr[j]);\r\n                            }\r\n                            _options[ option_name ] = arr;\r\n                        }\r\n                    }\r\n                    \/\/ default popupAnchor\r\n                    if (!_options.popupAnchor) {\r\n                        \/\/ set (roughly) to size of icon\r\n                        _options.popupAnchor = (function (i_size) {\r\n                            \/\/ copy array\r\n                            i_size = i_size.slice();\r\n                            \r\n                            \/\/ inverse coordinates\r\n                            i_size[0] = 0;\r\n                            i_size[1] *= -1;\r\n                            \/\/ bottom position on popup is 7px\r\n                            i_size[1] -= 3;\r\n                            return i_size;\r\n                        })(_options.iconSize || default_icon.iconSize);\r\n                    }\r\n\r\n                    _options.icon = new L.Icon( _options );\r\n                }\r\n                return _options;\r\n            })();\r\n          \r\n          \r\nconsole.log('a line here') ; \r\n\t\t\tvar mar31 = L.layerGroup();\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n          var marker_options_32 = (function () {\r\n                var _options = {\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/leaflet\\\/number_32.png\",\"iconSize\":[\"32,37\"],\"iconAnchor\":[\"16,34\"]};\r\n                var iconArrays = [ 'iconSize', 'iconAnchor', 'shadowSize', 'shadowAnchor', 'popupAnchor' ];\r\n                var default_icon = L.Icon.Default.prototype.options;\r\n                if (_options.iconUrl) {\r\n                    \/\/ arrays are strings, unfortunately...\r\n                    for (var i = 0, len = iconArrays.length; i < len; i++) {\r\n                        var option_name = iconArrays[i],\r\n                            option = _options[ option_name ];\r\n                        \/\/ convert \"1,2\" to [1, 2];\r\n                        if (option) {\r\n                            var arr = option.join('').split(',');\r\n                            \/\/ array.map for ie<9\r\n                            for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\r\n                                arr[j] = Number(arr[j]);\r\n                            }\r\n                            _options[ option_name ] = arr;\r\n                        }\r\n                    }\r\n                    \/\/ default popupAnchor\r\n                    if (!_options.popupAnchor) {\r\n                        \/\/ set (roughly) to size of icon\r\n                        _options.popupAnchor = (function (i_size) {\r\n                            \/\/ copy array\r\n                            i_size = i_size.slice();\r\n                            \r\n                            \/\/ inverse coordinates\r\n                            i_size[0] = 0;\r\n                            i_size[1] *= -1;\r\n                            \/\/ bottom position on popup is 7px\r\n                            i_size[1] -= 3;\r\n                            return i_size;\r\n                        })(_options.iconSize || default_icon.iconSize);\r\n                    }\r\n\r\n                    _options.icon = new L.Icon( _options );\r\n                }\r\n                return _options;\r\n            })();\r\n          \r\n          \r\nconsole.log('a line here') ; \r\n\t\t\tvar mar32 = L.layerGroup();\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n          var marker_options_33 = (function () {\r\n                var _options = {\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/leaflet\\\/number_33.png\",\"iconSize\":[\"32,37\"],\"iconAnchor\":[\"16,34\"]};\r\n                var iconArrays = [ 'iconSize', 'iconAnchor', 'shadowSize', 'shadowAnchor', 'popupAnchor' ];\r\n                var default_icon = L.Icon.Default.prototype.options;\r\n                if (_options.iconUrl) {\r\n                    \/\/ arrays are strings, unfortunately...\r\n                    for (var i = 0, len = iconArrays.length; i < len; i++) {\r\n                        var option_name = iconArrays[i],\r\n                            option = _options[ option_name ];\r\n                        \/\/ convert \"1,2\" to [1, 2];\r\n                        if (option) {\r\n                            var arr = option.join('').split(',');\r\n                            \/\/ array.map for ie<9\r\n                            for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\r\n                                arr[j] = Number(arr[j]);\r\n                            }\r\n                            _options[ option_name ] = arr;\r\n                        }\r\n                    }\r\n                    \/\/ default popupAnchor\r\n                    if (!_options.popupAnchor) {\r\n                        \/\/ set (roughly) to size of icon\r\n                        _options.popupAnchor = (function (i_size) {\r\n                            \/\/ copy array\r\n                            i_size = i_size.slice();\r\n                            \r\n                            \/\/ inverse coordinates\r\n                            i_size[0] = 0;\r\n                            i_size[1] *= -1;\r\n                            \/\/ bottom position on popup is 7px\r\n                            i_size[1] -= 3;\r\n                            return i_size;\r\n                        })(_options.iconSize || default_icon.iconSize);\r\n                    }\r\n\r\n                    _options.icon = new L.Icon( _options );\r\n                }\r\n                return _options;\r\n            })();\r\n          \r\n          \r\nconsole.log('a line here') ; \r\n\t\t\tvar mar33 = L.layerGroup();\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n          var marker_options_34 = (function () {\r\n                var _options = {\"iconUrl\":\"\\\/wp-content\\\/uploads\\\/leaflet\\\/number_34.png\",\"iconSize\":[\"32,37\"],\"iconAnchor\":[\"16,34\"]};\r\n                var iconArrays = [ 'iconSize', 'iconAnchor', 'shadowSize', 'shadowAnchor', 'popupAnchor' ];\r\n                var default_icon = L.Icon.Default.prototype.options;\r\n                if (_options.iconUrl) {\r\n                    \/\/ arrays are strings, unfortunately...\r\n                    for (var i = 0, len = iconArrays.length; i < len; i++) {\r\n                        var option_name = iconArrays[i],\r\n                            option = _options[ option_name ];\r\n                        \/\/ convert \"1,2\" to [1, 2];\r\n                        if (option) {\r\n                            var arr = option.join('').split(',');\r\n                            \/\/ array.map for ie<9\r\n                            for (var j = 0, lenJ = arr.length; j < lenJ; j++) {\r\n                                arr[j] = Number(arr[j]);\r\n                            }\r\n                            _options[ option_name ] = arr;\r\n                        }\r\n                    }\r\n                    \/\/ default popupAnchor\r\n                    if (!_options.popupAnchor) {\r\n                        \/\/ set (roughly) to size of icon\r\n                        _options.popupAnchor = (function (i_size) {\r\n                            \/\/ copy array\r\n                            i_size = i_size.slice();\r\n                            \r\n                            \/\/ inverse coordinates\r\n                            i_size[0] = 0;\r\n                            i_size[1] *= -1;\r\n                            \/\/ bottom position on popup is 7px\r\n                            i_size[1] -= 3;\r\n                            return i_size;\r\n                        })(_options.iconSize || default_icon.iconSize);\r\n                    }\r\n\r\n                    _options.icon = new L.Icon( _options );\r\n                }\r\n                return _options;\r\n            })();\r\n          \r\n          \r\nconsole.log('a line here') ; \r\n\t\t\tvar mar34 = L.layerGroup();\r\n\t\t\t\r\n\t\t\t\r\n\r\n\t\t\t\r\n   \r\nconsole.log('a line there') ; \r\n\r\n            var id5 = L.marker(\r\n                [41.3872682,2.1746552], \r\n\t\t\tmarker_options_30 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#ECAS_Entitats_Catalanes_dAccio_Social\\&quot;&gt;ECAS (Entitats Catalanes d\\'Acci\u00f3 Social)&lt;\/a&gt;')).addTo( mar30 );\r\n\/\/n\/\t\t\tmarker_options_30 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#ECAS_(Entitats_Catalanes_d\\'Acci\u00f3_Social)\\&quot;&gt;ECAS (Entitats Catalanes d\\'Acci\u00f3 Social)&lt;\/a&gt;')).addTo( mar30 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id6 = L.marker(\r\n                [41.4174461,1.9639835], \r\n\t\t\tmarker_options_4 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Dones_Directives_i_Professionals_del_Tercer_Sector\\&quot;&gt;Dones Directives i Professionals del Tercer Sector&lt;\/a&gt;')).addTo( mar4 );\r\n\/\/n\/\t\t\tmarker_options_4 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Dones_Directives_i_Professionals_del_Tercer_Sector\\&quot;&gt;Dones Directives i Professionals del Tercer Sector&lt;\/a&gt;')).addTo( mar4 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id9 = L.marker(\r\n                [41.3797408,2.1328969], \r\n\t\t\tmarker_options_30 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Dincat\\&quot;&gt;Dincat&lt;\/a&gt;')).addTo( mar30 );\r\n\/\/n\/\t\t\tmarker_options_30 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Dincat\\&quot;&gt;Dincat&lt;\/a&gt;')).addTo( mar30 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id16 = L.marker(\r\n                [41.672846,-0.870672], \r\n\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Fundacion_Picarral\\&quot;&gt;Fundaci\u00f3n Picarral&lt;\/a&gt;')).addTo( mar15 );\r\n\/\/n\/\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Fundaci\u00f3n_Picarral\\&quot;&gt;Fundaci\u00f3n Picarral&lt;\/a&gt;')).addTo( mar15 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id25 = L.marker(\r\n                [43.6577112,1.3638365], \r\n\t\t\tmarker_options_8 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Caja_Rural_de_Teruel\\&quot;&gt;Caja Rural de Teruel&lt;\/a&gt;')).addTo( mar8 );\r\n\/\/n\/\t\t\tmarker_options_8 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Caja_Rural_de_Teruel\\&quot;&gt;Caja Rural de Teruel&lt;\/a&gt;')).addTo( mar8 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id26 = L.marker(\r\n                [36.5268676,-6.1880871], \r\n\t\t\tmarker_options_8 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Laboral_Kutxa\\&quot;&gt;Laboral Kutxa&lt;\/a&gt;')).addTo( mar8 );\r\n\/\/n\/\t\t\tmarker_options_8 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Laboral_Kutxa\\&quot;&gt;Laboral Kutxa&lt;\/a&gt;')).addTo( mar8 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id27 = L.marker(\r\n                [43.554170549999995,3.946557549999998], \r\n\t\t\tmarker_options_29 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#ENDEF_Engineering\\&quot;&gt;ENDEF Engineering&lt;\/a&gt;')).addTo( mar29 );\r\n\/\/n\/\t\t\tmarker_options_29 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#ENDEF_Engineering\\&quot;&gt;ENDEF Engineering&lt;\/a&gt;')).addTo( mar29 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id28 = L.marker(\r\n                [41.6548126,-0.8794813], \r\n\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Centro_Joaquin_Roncal_Foundation_CAIASC\\&quot;&gt;Centro Joaqu\u00edn Roncal (Foundation CAI-ASC)&lt;\/a&gt;')).addTo( mar15 );\r\n\/\/n\/\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Centro_Joaqu\u00edn_Roncal_(Foundation_CAI-ASC)\\&quot;&gt;Centro Joaqu\u00edn Roncal (Foundation CAI-ASC)&lt;\/a&gt;')).addTo( mar15 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id31 = L.marker(\r\n                [41.6715544,-0.8839076], \r\n\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Fundacion_Rey_Ardid\\&quot;&gt;Fundaci\u00f3n Rey Ardid&lt;\/a&gt;')).addTo( mar15 );\r\n\/\/n\/\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Fundaci\u00f3n_Rey_Ardid\\&quot;&gt;Fundaci\u00f3n Rey Ardid&lt;\/a&gt;')).addTo( mar15 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id33 = L.marker(\r\n                [41.6386362,-0.9083986], \r\n\t\t\tmarker_options_19 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#INAEM\\&quot;&gt;INAEM&lt;\/a&gt;')).addTo( mar19 );\r\n\/\/n\/\t\t\tmarker_options_19 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#INAEM\\&quot;&gt;INAEM&lt;\/a&gt;')).addTo( mar19 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id36 = L.marker(\r\n                [41.6637513,-0.8682155], \r\n\t\t\tmarker_options_20 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#ZGZ_ACTIVA\\&quot;&gt;ZGZ ACTIVA&lt;\/a&gt;')).addTo( mar20 );\r\n\/\/n\/\t\t\tmarker_options_20 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#ZGZ_ACTIVA\\&quot;&gt;ZGZ ACTIVA&lt;\/a&gt;')).addTo( mar20 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id38 = L.marker(\r\n                [20.5605364,-103.4578675], \r\n\t\t\tmarker_options_22 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#IASS__Instituto_aragones_de_servicios_sociales\\&quot;&gt;IASS - Instituto aragon\u00e9s de servicios sociales&lt;\/a&gt;')).addTo( mar22 );\r\n\/\/n\/\t\t\tmarker_options_22 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#IASS_-_Instituto_aragon\u00e9s_de_servicios_sociales\\&quot;&gt;IASS - Instituto aragon\u00e9s de servicios sociales&lt;\/a&gt;')).addTo( mar22 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id53 = L.marker(\r\n                [41.1492618,24.1470324], \r\n\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#SOCIAL_COOPERATIVE_ENTERPRISE_WITH_COLLABORATIVE__SOCIAL_BENEFIT__HDONIS\\&quot;&gt;SOCIAL COOPERATIVE ENTERPRISE WITH COLLABORATIVE &#038; SOCIAL BENEFIT  \\'HDONIS\\'&lt;\/a&gt;')).addTo( mar15 );\r\n\/\/n\/\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#SOCIAL_COOPERATIVE_ENTERPRISE_WITH_COLLABORATIVE_&#038;_SOCIAL_BENEFIT__\\'HDONIS\\'\\&quot;&gt;SOCIAL COOPERATIVE ENTERPRISE WITH COLLABORATIVE &#038; SOCIAL BENEFIT  \\'HDONIS\\'&lt;\/a&gt;')).addTo( mar15 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id69 = L.marker(\r\n                [40.8480051,25.8917876], \r\n\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Municipality_of_Alexandroupolis\\&quot;&gt;Municipality of Alexandroupolis&lt;\/a&gt;')).addTo( mar9 );\r\n\/\/n\/\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Municipality_of_Alexandroupolis\\&quot;&gt;Municipality of Alexandroupolis&lt;\/a&gt;')).addTo( mar9 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id71 = L.marker(\r\n                [37.7142667,24.055437], \r\n\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Municipality_of_Didimoteicho\\&quot;&gt;Municipality of Didimoteicho&lt;\/a&gt;')).addTo( mar9 );\r\n\/\/n\/\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Municipality_of_Didimoteicho\\&quot;&gt;Municipality of Didimoteicho&lt;\/a&gt;')).addTo( mar9 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id73 = L.marker(\r\n                [35.1534601,33.3215312], \r\n\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Municipality_of_Dramas\\&quot;&gt;Municipality of Dramas&lt;\/a&gt;')).addTo( mar9 );\r\n\/\/n\/\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Municipality_of_Dramas\\&quot;&gt;Municipality of Dramas&lt;\/a&gt;')).addTo( mar9 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id80 = L.marker(\r\n                [41.2295977,24.8801232], \r\n\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Municipality_of_Myki\\&quot;&gt;Municipality of Myki&lt;\/a&gt;')).addTo( mar9 );\r\n\/\/n\/\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Municipality_of_Myki\\&quot;&gt;Municipality of Myki&lt;\/a&gt;')).addTo( mar9 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id83 = L.marker(\r\n                [40.9822676,24.7985314], \r\n\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Municipality_of_Topeiros\\&quot;&gt;Municipality of Topeiros&lt;\/a&gt;')).addTo( mar9 );\r\n\/\/n\/\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Municipality_of_Topeiros\\&quot;&gt;Municipality of Topeiros&lt;\/a&gt;')).addTo( mar9 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id93 = L.marker(\r\n                [40.9375992,24.412643199999998], \r\n\t\t\tmarker_options_3 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Kavala_Chamber_of_Commerce\\&quot;&gt;Kavala Chamber of Commerce&lt;\/a&gt;')).addTo( mar3 );\r\n\/\/n\/\t\t\tmarker_options_3 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Kavala_Chamber_of_Commerce\\&quot;&gt;Kavala Chamber of Commerce&lt;\/a&gt;')).addTo( mar3 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id99 = L.marker(\r\n                [36.4486727,28.2247406], \r\n\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Development_Agency_of_Rodopi\\&quot;&gt;Development Agency of Rodopi&lt;\/a&gt;')).addTo( mar9 );\r\n\/\/n\/\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Development_Agency_of_Rodopi\\&quot;&gt;Development Agency of Rodopi&lt;\/a&gt;')).addTo( mar9 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id103 = L.marker(\r\n                [43.31048485,5.390044697106061], \r\n\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#La_Friche_Belle_de_Mai\\&quot;&gt;La Friche Belle de Mai&lt;\/a&gt;')).addTo( mar15 );\r\n\/\/n\/\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#La_Friche_Belle_de_Mai\\&quot;&gt;La Friche Belle de Mai&lt;\/a&gt;')).addTo( mar15 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id104 = L.marker(\r\n                [43.299182,5.3735417], \r\n\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Urban_Prod\\&quot;&gt;Urban Prod&lt;\/a&gt;')).addTo( mar15 );\r\n\/\/n\/\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Urban_Prod\\&quot;&gt;Urban Prod&lt;\/a&gt;')).addTo( mar15 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id105 = L.marker(\r\n                [43.3107993,5.3890005], \r\n\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Intermade\\&quot;&gt;Inter-made&lt;\/a&gt;')).addTo( mar15 );\r\n\/\/n\/\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Inter-made\\&quot;&gt;Inter-made&lt;\/a&gt;')).addTo( mar15 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id106 = L.marker(\r\n                [43.12056245,5.938843683040665], \r\n\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#TVT_Innovation_Metropole_Toulon_Provence_Mediterranee\\&quot;&gt;TVT Innovation M\u00e9tropole Toulon Provence M\u00e9diterran\u00e9e&lt;\/a&gt;')).addTo( mar15 );\r\n\/\/n\/\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#TVT_Innovation_M\u00e9tropole_Toulon_Provence_M\u00e9diterran\u00e9e\\&quot;&gt;TVT Innovation M\u00e9tropole Toulon Provence M\u00e9diterran\u00e9e&lt;\/a&gt;')).addTo( mar15 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id107 = L.marker(\r\n                [43.3177299,5.3679436], \r\n\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Yes_we_camp\\&quot;&gt;Yes we camp&lt;\/a&gt;')).addTo( mar15 );\r\n\/\/n\/\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Yes_we_camp\\&quot;&gt;Yes we camp&lt;\/a&gt;')).addTo( mar15 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id108 = L.marker(\r\n                [43.2344266,5.3655916], \r\n\t\t\tmarker_options_7 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#IRTS_Institut_Regional_du_Travail_Social_PACA_et_Corse\\&quot;&gt;IRTS (Institut R\u00e9gional du Travail Social PACA et Corse)&lt;\/a&gt;')).addTo( mar7 );\r\n\/\/n\/\t\t\tmarker_options_7 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#IRTS_(Institut_R\u00e9gional_du_Travail_Social_PACA_et_Corse)\\&quot;&gt;IRTS (Institut R\u00e9gional du Travail Social PACA et Corse)&lt;\/a&gt;')).addTo( mar7 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id110 = L.marker(\r\n                [43.301882250000006,5.375125617467129], \r\n\t\t\tmarker_options_25 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Region_Sud__SECIP\\&quot;&gt;R\u00e9gion Sud - SECIP&lt;\/a&gt;')).addTo( mar25 );\r\n\/\/n\/\t\t\tmarker_options_25 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#R\u00e9gion_Sud_-_SECIP\\&quot;&gt;R\u00e9gion Sud - SECIP&lt;\/a&gt;')).addTo( mar25 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id111 = L.marker(\r\n                [43.301882250000006,5.375125617467129], \r\n\t\t\tmarker_options_25 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Region_Sud_SMART\\&quot;&gt;R\u00e9gion Sud -SMART&lt;\/a&gt;')).addTo( mar25 );\r\n\/\/n\/\t\t\tmarker_options_25 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#R\u00e9gion_Sud_-SMART\\&quot;&gt;R\u00e9gion Sud -SMART&lt;\/a&gt;')).addTo( mar25 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id112 = L.marker(\r\n                [43.301882250000006,5.375125617467129], \r\n\t\t\tmarker_options_25 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Region_Sud__Laboratoire_dinnovation_publique\\&quot;&gt;R\u00e9gion Sud - Laboratoire d\\'innovation publique&lt;\/a&gt;')).addTo( mar25 );\r\n\/\/n\/\t\t\tmarker_options_25 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#R\u00e9gion_Sud_-_Laboratoire_d\\'innovation_publique\\&quot;&gt;R\u00e9gion Sud - Laboratoire d\\'innovation publique&lt;\/a&gt;')).addTo( mar25 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id113 = L.marker(\r\n                [43.2916501,5.3789966], \r\n\t\t\tmarker_options_2 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#CRESS_Region_Sud_PACA\\&quot;&gt;CRESS Region Sud PACA&lt;\/a&gt;')).addTo( mar2 );\r\n\/\/n\/\t\t\tmarker_options_2 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#CRESS_Region_Sud_PACA\\&quot;&gt;CRESS Region Sud PACA&lt;\/a&gt;')).addTo( mar2 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id114 = L.marker(\r\n                [43.2889251,5.380046], \r\n\t\t\tmarker_options_2 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#PSP\\&quot;&gt;PSP&lt;\/a&gt;')).addTo( mar2 );\r\n\/\/n\/\t\t\tmarker_options_2 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#PSP\\&quot;&gt;PSP&lt;\/a&gt;')).addTo( mar2 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id115 = L.marker(\r\n                [43.6567451,6.9305847], \r\n\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#SCIC_Tetris\\&quot;&gt;SCIC Tetris&lt;\/a&gt;')).addTo( mar15 );\r\n\/\/n\/\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#SCIC_Tetris\\&quot;&gt;SCIC Tetris&lt;\/a&gt;')).addTo( mar15 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id116 = L.marker(\r\n                [43.1749631,5.6082641], \r\n\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#UTOPLAB\\&quot;&gt;UTOPLAB&lt;\/a&gt;')).addTo( mar15 );\r\n\/\/n\/\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#UTOPLAB\\&quot;&gt;UTOPLAB&lt;\/a&gt;')).addTo( mar15 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id117 = L.marker(\r\n                [43.2949921,5.3779553], \r\n\t\t\tmarker_options_21 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#AVITEM__Agence_des_villes_et_territoires_mediterraneens_durables\\&quot;&gt;AVITEM - Agence des villes et territoires m\u00e9diterran\u00e9ens durables&lt;\/a&gt;')).addTo( mar21 );\r\n\/\/n\/\t\t\tmarker_options_21 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#AVITEM_-_Agence_des_villes_et_territoires_m\u00e9diterran\u00e9ens_durables\\&quot;&gt;AVITEM - Agence des villes et territoires m\u00e9diterran\u00e9ens durables&lt;\/a&gt;')).addTo( mar21 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id118 = L.marker(\r\n                [43.2918713,5.3718397], \r\n\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Donut_Infolab\\&quot;&gt;Donut Infolab&lt;\/a&gt;')).addTo( mar15 );\r\n\/\/n\/\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Donut_Infolab\\&quot;&gt;Donut Infolab&lt;\/a&gt;')).addTo( mar15 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id119 = L.marker(\r\n                [43.6571226,6.9307958], \r\n\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Communaute_dagglomeration_du_pays_de_Grasse\\&quot;&gt;Communaut\u00e9 d\\'agglom\u00e9ration du pays de Grasse&lt;\/a&gt;')).addTo( mar9 );\r\n\/\/n\/\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Communaut\u00e9_d\\'agglom\u00e9ration_du_pays_de_Grasse\\&quot;&gt;Communaut\u00e9 d\\'agglom\u00e9ration du pays de Grasse&lt;\/a&gt;')).addTo( mar9 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id120 = L.marker(\r\n                [44.5614099,6.0793982], \r\n\t\t\tmarker_options_4 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#UDESS_05\\&quot;&gt;UDESS 05&lt;\/a&gt;')).addTo( mar4 );\r\n\/\/n\/\t\t\tmarker_options_4 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#UDESS_05\\&quot;&gt;UDESS 05&lt;\/a&gt;')).addTo( mar4 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id122 = L.marker(\r\n                [43.49820905,5.3411812702646575], \r\n\t\t\tmarker_options_24 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#The_Camp\\&quot;&gt;The Camp&lt;\/a&gt;')).addTo( mar24 );\r\n\/\/n\/\t\t\tmarker_options_24 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#The_Camp\\&quot;&gt;The Camp&lt;\/a&gt;')).addTo( mar24 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id123 = L.marker(\r\n                [43.3172372,5.3897824], \r\n\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Latelier_ShareWood\\&quot;&gt;L\\'atelier Share-Wood&lt;\/a&gt;')).addTo( mar15 );\r\n\/\/n\/\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#L\\'atelier_Share-Wood\\&quot;&gt;L\\'atelier Share-Wood&lt;\/a&gt;')).addTo( mar15 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id124 = L.marker(\r\n                [43.434044,5.5397663], \r\n\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#La_nouvelle_mine\\&quot;&gt;La nouvelle mine&lt;\/a&gt;')).addTo( mar15 );\r\n\/\/n\/\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#La_nouvelle_mine\\&quot;&gt;La nouvelle mine&lt;\/a&gt;')).addTo( mar15 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id125 = L.marker(\r\n                [43.2998696,5.3753479], \r\n\t\t\tmarker_options_7 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#AixMarseille_University_Master_Degree_in_Social_and_Solidarity_Economy\\&quot;&gt;Aix-Marseille University, Master Degree in Social and Solidarity Economy&lt;\/a&gt;')).addTo( mar7 );\r\n\/\/n\/\t\t\tmarker_options_7 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Aix-Marseille_University,_Master_Degree_in_Social_and_Solidarity_Economy\\&quot;&gt;Aix-Marseille University, Master Degree in Social and Solidarity Economy&lt;\/a&gt;')).addTo( mar7 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id126 = L.marker(\r\n                [43.5230805,5.450807355082417], \r\n\t\t\tmarker_options_14 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Datactavist\\&quot;&gt;Datactavist&lt;\/a&gt;')).addTo( mar14 );\r\n\/\/n\/\t\t\tmarker_options_14 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Datactavist\\&quot;&gt;Datactavist&lt;\/a&gt;')).addTo( mar14 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id141 = L.marker(\r\n                [41.91887145,12.511318190631535], \r\n\t\t\tmarker_options_27 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#LabGov_\\&quot;&gt;LabGov &lt;\/a&gt;')).addTo( mar27 );\r\n\/\/n\/\t\t\tmarker_options_27 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#LabGov_\\&quot;&gt;LabGov &lt;\/a&gt;')).addTo( mar27 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id142 = L.marker(\r\n                [41.8933203,12.4829321], \r\n\t\t\tmarker_options_27 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Eutropian\\&quot;&gt;Eutropian&lt;\/a&gt;')).addTo( mar27 );\r\n\/\/n\/\t\t\tmarker_options_27 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Eutropian\\&quot;&gt;Eutropian&lt;\/a&gt;')).addTo( mar27 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id143 = L.marker(\r\n                [44.6010069,10.6877303], \r\n\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Comune_di_Reggio_Emilia__Il_Quartiere_Bene_Comune\\&quot;&gt;Comune di Reggio Emilia - Il Quartiere Bene Comune&lt;\/a&gt;')).addTo( mar9 );\r\n\/\/n\/\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Comune_di_Reggio_Emilia_-_Il_Quartiere_Bene_Comune\\&quot;&gt;Comune di Reggio Emilia - Il Quartiere Bene Comune&lt;\/a&gt;')).addTo( mar9 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id144 = L.marker(\r\n                [44.5134654,11.361274], \r\n\t\t\tmarker_options_5 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Culturability_Fondazione_Unipolis\\&quot;&gt;Culturability- Fondazione Unipolis&lt;\/a&gt;')).addTo( mar5 );\r\n\/\/n\/\t\t\tmarker_options_5 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Culturability-_Fondazione_Unipolis\\&quot;&gt;Culturability- Fondazione Unipolis&lt;\/a&gt;')).addTo( mar5 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id145 = L.marker(\r\n                [45.4843151,9.2264766], \r\n\t\t\tmarker_options_30 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Avanzi__Sostenibilita_per_Azioni\\&quot;&gt;Avanzi - Sostenibilit\u00e0 per Azioni&lt;\/a&gt;')).addTo( mar30 );\r\n\/\/n\/\t\t\tmarker_options_30 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Avanzi_-_Sostenibilit\u00e0_per_Azioni\\&quot;&gt;Avanzi - Sostenibilit\u00e0 per Azioni&lt;\/a&gt;')).addTo( mar30 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id146 = L.marker(\r\n                [40.8359336,14.2487826], \r\n\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#MappiNA\\&quot;&gt;Mappi-NA&lt;\/a&gt;')).addTo( mar15 );\r\n\/\/n\/\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Mappi-NA\\&quot;&gt;Mappi-NA&lt;\/a&gt;')).addTo( mar15 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id147 = L.marker(\r\n                [41.8933203,12.4829321], \r\n\t\t\tmarker_options_32 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Labsus__Laboratorio_per_la_Sussidiarieta\\&quot;&gt;Labsus - Laboratorio per la Sussidiariet\u00e0&lt;\/a&gt;')).addTo( mar32 );\r\n\/\/n\/\t\t\tmarker_options_32 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Labsus_-_Laboratorio_per_la_Sussidiariet\u00e0\\&quot;&gt;Labsus - Laboratorio per la Sussidiariet\u00e0&lt;\/a&gt;')).addTo( mar32 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id148 = L.marker(\r\n                [41.9035817,12.4780722], \r\n\t\t\tmarker_options_28 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Ifel__Istituto_per_la_Finanza_e_lEconomia_Locale\\&quot;&gt;Ifel - Istituto per la Finanza e l\\'Economia Locale&lt;\/a&gt;')).addTo( mar28 );\r\n\/\/n\/\t\t\tmarker_options_28 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Ifel_-_Istituto_per_la_Finanza_e_l\\'Economia_Locale\\&quot;&gt;Ifel - Istituto per la Finanza e l\\'Economia Locale&lt;\/a&gt;')).addTo( mar28 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id149 = L.marker(\r\n                [40.6396738,17.9468333], \r\n\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Comune_di_Brindisi__Laboratorio_Urbano_Palazzo_Guerrieri\\&quot;&gt;Comune di Brindisi - Laboratorio Urbano Palazzo Guerrieri&lt;\/a&gt;')).addTo( mar9 );\r\n\/\/n\/\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Comune_di_Brindisi_-_Laboratorio_Urbano_Palazzo_Guerrieri\\&quot;&gt;Comune di Brindisi - Laboratorio Urbano Palazzo Guerrieri&lt;\/a&gt;')).addTo( mar9 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id150 = L.marker(\r\n                [44.6904634,10.641137638810559], \r\n\t\t\tmarker_options_16 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#La_Polveriera\\&quot;&gt;La Polveriera&lt;\/a&gt;')).addTo( mar16 );\r\n\/\/n\/\t\t\tmarker_options_16 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#La_Polveriera\\&quot;&gt;La Polveriera&lt;\/a&gt;')).addTo( mar16 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id154 = L.marker(\r\n                [46.1412651,12.1279789], \r\n\t\t\tmarker_options_29 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#FabLab_Belluno\\&quot;&gt;FabLab Belluno&lt;\/a&gt;')).addTo( mar29 );\r\n\/\/n\/\t\t\tmarker_options_29 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#FabLab_Belluno\\&quot;&gt;FabLab Belluno&lt;\/a&gt;')).addTo( mar29 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id160 = L.marker(\r\n                [44.8598613,13.8386585], \r\n\t\t\tmarker_options_30 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Cooperative_Praksa\\&quot;&gt;Cooperative Praksa&lt;\/a&gt;')).addTo( mar30 );\r\n\/\/n\/\t\t\tmarker_options_30 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Cooperative_Praksa\\&quot;&gt;Cooperative Praksa&lt;\/a&gt;')).addTo( mar30 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id164 = L.marker(\r\n                [45.0851473,14.1214171], \r\n\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#ALFA_ALBONA\\&quot;&gt;ALFA ALBONA&lt;\/a&gt;')).addTo( mar1 );\r\n\/\/n\/\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#ALFA_ALBONA\\&quot;&gt;ALFA ALBONA&lt;\/a&gt;')).addTo( mar1 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id165 = L.marker(\r\n                [44.87049265,13.849865474283703], \r\n\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Udruga_Institut__Institut_Association\\&quot;&gt;Udruga \\'Institut\\' - \\'Institut\\' Association&lt;\/a&gt;')).addTo( mar1 );\r\n\/\/n\/\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Udruga_\\'Institut\\'_-_\\'Institut\\'_Association\\&quot;&gt;Udruga \\'Institut\\' - \\'Institut\\' Association&lt;\/a&gt;')).addTo( mar1 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id166 = L.marker(\r\n                [44.8773877,13.8565484], \r\n\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Association_for_prevention_rehabilitation_and_resocialization_of_treated_drug_addicts_UZPIRO__CRO_PULA_Udruga_za_prevenciju_rehabilitaciju_i_resocijalizaciju_lijeenih_ovisnika_o_drogama__UZPIRO__CRO_PULA_\\&quot;&gt;Association for prevention, rehabilitation and resocialization of treated drug addicts \u201cUZPIRO \u2013 CRO PULA\u201d Udruga za prevenciju, rehabilitaciju i resocijalizaciju lije\u010denih ovisnika o drogama \u2013 \u201cUZPIRO \u2013 CRO PULA\u201d &lt;\/a&gt;')).addTo( mar1 );\r\n\/\/n\/\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Association_for_prevention,_rehabilitation_and_resocialization_of_treated_drug_addicts_\u201cUZPIRO_\u2013_CRO_PULA\u201d_Udruga_za_prevenciju,_rehabilitaciju_i_resocijalizaciju_lije\u010denih_ovisnika_o_drogama_\u2013_\u201cUZPIRO_\u2013_CRO_PULA\u201d_\\&quot;&gt;Association for prevention, rehabilitation and resocialization of treated drug addicts \u201cUZPIRO \u2013 CRO PULA\u201d Udruga za prevenciju, rehabilitaciju i resocijalizaciju lije\u010denih ovisnika o drogama \u2013 \u201cUZPIRO \u2013 CRO PULA\u201d &lt;\/a&gt;')).addTo( mar1 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id167 = L.marker(\r\n                [45.0976199,13.6408296], \r\n\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Centar_MARE__Center_MARE\\&quot;&gt;Centar M.A.R.E. - Center M.A.R.E.&lt;\/a&gt;')).addTo( mar1 );\r\n\/\/n\/\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Centar_M.A.R.E._-_Center_M.A.R.E.\\&quot;&gt;Centar M.A.R.E. - Center M.A.R.E.&lt;\/a&gt;')).addTo( mar1 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id168 = L.marker(\r\n                [44.8682156,13.85469163319398], \r\n\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#CRVENI_KRI___Gradsko_drutvo_Crvenog_kria_Pula__RED_CROSS_city_association__Pula\\&quot;&gt;CRVENI KRI\u017d -  Gradsko dru\u0161tvo Crvenog kri\u017ea Pula - RED CROSS city association - Pula&lt;\/a&gt;')).addTo( mar1 );\r\n\/\/n\/\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#CRVENI_KRI\u017d_-__Gradsko_dru\u0161tvo_Crvenog_kri\u017ea_Pula_-_RED_CROSS_city_association_-_Pula\\&quot;&gt;CRVENI KRI\u017d -  Gradsko dru\u0161tvo Crvenog kri\u017ea Pula - RED CROSS city association - Pula&lt;\/a&gt;')).addTo( mar1 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id169 = L.marker(\r\n                [45.2391692,13.9373849], \r\n\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Drutvo_Crvenog_kria_Istarske_upanije___Red_Cross_society_of_the_Istrian_Region\\&quot;&gt;Dru\u0161tvo Crvenog kri\u017ea Istarske \u017eupanije -  Red Cross society of the Istrian Region&lt;\/a&gt;')).addTo( mar1 );\r\n\/\/n\/\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Dru\u0161tvo_Crvenog_kri\u017ea_Istarske_\u017eupanije_-__Red_Cross_society_of_the_Istrian_Region\\&quot;&gt;Dru\u0161tvo Crvenog kri\u017ea Istarske \u017eupanije -  Red Cross society of the Istrian Region&lt;\/a&gt;')).addTo( mar1 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id170 = L.marker(\r\n                [44.870445000000004,13.841863274809004], \r\n\t\t\tmarker_options_2 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Pulski_centar_za_poduzetnitvo_PCP__Entrepreneurship_Center_Pula\\&quot;&gt;Pulski centar za poduzetni\u0161tvo PCP - Entrepreneurship Center Pula&lt;\/a&gt;')).addTo( mar2 );\r\n\/\/n\/\t\t\tmarker_options_2 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Pulski_centar_za_poduzetni\u0161tvo_PCP_-_Entrepreneurship_Center_Pula\\&quot;&gt;Pulski centar za poduzetni\u0161tvo PCP - Entrepreneurship Center Pula&lt;\/a&gt;')).addTo( mar2 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id172 = L.marker(\r\n                [44.8687347,13.854505554673704], \r\n\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Udruga_slijepih_Istarske_upanije_Pula__Association_of_the_Blind_of_Istria_Region_Pula\\&quot;&gt;Udruga slijepih Istarske \u017dupanije Pula - Association of the Blind of Istria Region Pula&lt;\/a&gt;')).addTo( mar1 );\r\n\/\/n\/\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Udruga_slijepih_Istarske_\u017dupanije_Pula_-_Association_of_the_Blind_of_Istria_Region_Pula\\&quot;&gt;Udruga slijepih Istarske \u017dupanije Pula - Association of the Blind of Istria Region Pula&lt;\/a&gt;')).addTo( mar1 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id173 = L.marker(\r\n                [44.8675699,13.8462433], \r\n\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Udruga_gluhih_i_nagluhih_Istarske_upanije__Association_of_deaf_and_half_deft_persons_in_Istria_Region\\&quot;&gt;Udruga gluhih i nagluhih Istarske \u017eupanije - Association of deaf and half deft persons in Istria Region&lt;\/a&gt;')).addTo( mar1 );\r\n\/\/n\/\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Udruga_gluhih_i_nagluhih_Istarske_\u017eupanije_-_Association_of_deaf_and_half_deft_persons_in_Istria_Region\\&quot;&gt;Udruga gluhih i nagluhih Istarske \u017eupanije - Association of deaf and half deft persons in Istria Region&lt;\/a&gt;')).addTo( mar1 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id174 = L.marker(\r\n                [44.869243100000006,13.863170450000002], \r\n\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Udruga_roditelja_osoba_s_kombiniranim_smetnjama_u_psihofizikom_razvoju__Association_of_parents_of_persons_with_combined_disorders_in_psychophysical_development\\&quot;&gt;Udruga roditelja osoba s kombiniranim smetnjama u psihofizi\u010dkom razvoju - Association of parents of persons with combined disorders in psychophysical development&lt;\/a&gt;')).addTo( mar1 );\r\n\/\/n\/\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Udruga_roditelja_osoba_s_kombiniranim_smetnjama_u_psihofizi\u010dkom_razvoju_-_Association_of_parents_of_persons_with_combined_disorders_in_psychophysical_development\\&quot;&gt;Udruga roditelja osoba s kombiniranim smetnjama u psihofizi\u010dkom razvoju - Association of parents of persons with combined disorders in psychophysical development&lt;\/a&gt;')).addTo( mar1 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id175 = L.marker(\r\n                [44.8767474,13.8511499390528], \r\n\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Drutvo_distrofiara_Istre__Society_of_persons_with_dystrophy__in_Istria\\&quot;&gt;Dru\u0161tvo distrofi\u010dara Istre - Society of persons with dystrophy  in Istria&lt;\/a&gt;')).addTo( mar1 );\r\n\/\/n\/\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Dru\u0161tvo_distrofi\u010dara_Istre_-_Society_of_persons_with_dystrophy__in_Istria\\&quot;&gt;Dru\u0161tvo distrofi\u010dara Istre - Society of persons with dystrophy  in Istria&lt;\/a&gt;')).addTo( mar1 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id176 = L.marker(\r\n                [44.869627300000005,13.850235582014673], \r\n\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Udruga_civilnih_invalida_rata_I__Association_of_civilian_invalids_of_war_of_istria_Region\\&quot;&gt;Udruga civilnih invalida rata I\u017d - Association of civilian invalids of war of istria Region&lt;\/a&gt;')).addTo( mar1 );\r\n\/\/n\/\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Udruga_civilnih_invalida_rata_I\u017d_-_Association_of_civilian_invalids_of_war_of_istria_Region\\&quot;&gt;Udruga civilnih invalida rata I\u017d - Association of civilian invalids of war of istria Region&lt;\/a&gt;')).addTo( mar1 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id177 = L.marker(\r\n                [44.8597579,13.84018756493769], \r\n\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Udruga_invalida_rada_Grada_Pule__Association_of_disabled_workers_of_the_city_of_Pula\\&quot;&gt;Udruga invalida rada Grada Pule - Association of disabled workers of the city of Pula&lt;\/a&gt;')).addTo( mar1 );\r\n\/\/n\/\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Udruga_invalida_rada_Grada_Pule_-_Association_of_disabled_workers_of_the_city_of_Pula\\&quot;&gt;Udruga invalida rada Grada Pule - Association of disabled workers of the city of Pula&lt;\/a&gt;')).addTo( mar1 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id178 = L.marker(\r\n                [44.86428625,13.8459719], \r\n\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Centar_za_inkluziju_i_podrku_u_zajednici__Center_for_Inclusion_and_Support_in_the_Community\\&quot;&gt;Centar za inkluziju i podr\u0161ku u zajednici - Center for Inclusion and Support in the Community&lt;\/a&gt;')).addTo( mar1 );\r\n\/\/n\/\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Centar_za_inkluziju_i_podr\u0161ku_u_zajednici_-_Center_for_Inclusion_and_Support_in_the_Community\\&quot;&gt;Centar za inkluziju i podr\u0161ku u zajednici - Center for Inclusion and Support in the Community&lt;\/a&gt;')).addTo( mar1 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id179 = L.marker(\r\n                [44.8671262,13.862152635814361], \r\n\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Udruga_osoba_s_intelektualnim_tekoama_Istre__Association_of_Persons_with_Intellectual_Disabilities_of_Istria\\&quot;&gt;Udruga osoba s intelektualnim te\u0161ko\u0107ama Istre - Association of Persons with Intellectual Disabilities of Istria&lt;\/a&gt;')).addTo( mar1 );\r\n\/\/n\/\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Udruga_osoba_s_intelektualnim_te\u0161ko\u0107ama_Istre_-_Association_of_Persons_with_Intellectual_Disabilities_of_Istria\\&quot;&gt;Udruga osoba s intelektualnim te\u0161ko\u0107ama Istre - Association of Persons with Intellectual Disabilities of Istria&lt;\/a&gt;')).addTo( mar1 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id181 = L.marker(\r\n                [44.8655417,13.8510058], \r\n\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Udruga_studenata_s_tjelesnim_potekoama_Snaga__Association_of_students_with_physical_disabilities_Power\\&quot;&gt;Udruga studenata s tjelesnim pote\u0161ko\u0107ama \\'Snaga\\' - Association of students with physical disabilities \\'Power\\'&lt;\/a&gt;')).addTo( mar1 );\r\n\/\/n\/\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Udruga_studenata_s_tjelesnim_pote\u0161ko\u0107ama_\\'Snaga\\'_-_Association_of_students_with_physical_disabilities_\\'Power\\'\\&quot;&gt;Udruga studenata s tjelesnim pote\u0161ko\u0107ama \\'Snaga\\' - Association of students with physical disabilities \\'Power\\'&lt;\/a&gt;')).addTo( mar1 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id182 = L.marker(\r\n                [44.85657465,13.842026384709424], \r\n\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Udruga_paraplegiara_i_tetraplegiara_Istarske_upanije__Association_of_paraplegic_and_tetraplegics_of_the_Istria_Region\\&quot;&gt;Udruga paraplegi\u010dara i tetraplegi\u010dara Istarske \u017eupanije - Association of paraplegic and tetraplegics of the Istria Region&lt;\/a&gt;')).addTo( mar1 );\r\n\/\/n\/\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Udruga_paraplegi\u010dara_i_tetraplegi\u010dara_Istarske_\u017eupanije_-_Association_of_paraplegic_and_tetraplegics_of_the_Istria_Region\\&quot;&gt;Udruga paraplegi\u010dara i tetraplegi\u010dara Istarske \u017eupanije - Association of paraplegic and tetraplegics of the Istria Region&lt;\/a&gt;')).addTo( mar1 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id183 = L.marker(\r\n                [45.09731615,14.122360174637045], \r\n\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Udruga_osoba_s_invaliditetom_Labin__Association_of_Persons_with_Disabilities_Labin\\&quot;&gt;Udruga osoba s invaliditetom Labin - Association of Persons with Disabilities Labin&lt;\/a&gt;')).addTo( mar1 );\r\n\/\/n\/\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Udruga_osoba_s_invaliditetom_Labin_-_Association_of_Persons_with_Disabilities_Labin\\&quot;&gt;Udruga osoba s invaliditetom Labin - Association of Persons with Disabilities Labin&lt;\/a&gt;')).addTo( mar1 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id185 = L.marker(\r\n                [44.8643362,13.8445915], \r\n\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Drutvo_osoba_s_tjelesnim_invaliditetom_Podrunica_Pula__Society_of_persons_with_physical_disabilities__Subsidiary_Pula\\&quot;&gt;Dru\u0161tvo osoba s tjelesnim invaliditetom Podru\u017enica Pula - Society of persons with physical disabilities - Subsidiary Pula&lt;\/a&gt;')).addTo( mar1 );\r\n\/\/n\/\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Dru\u0161tvo_osoba_s_tjelesnim_invaliditetom_Podru\u017enica_Pula_-_Society_of_persons_with_physical_disabilities_-_Subsidiary_Pula\\&quot;&gt;Dru\u0161tvo osoba s tjelesnim invaliditetom Podru\u017enica Pula - Society of persons with physical disabilities - Subsidiary Pula&lt;\/a&gt;')).addTo( mar1 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id189 = L.marker(\r\n                [45.40023125,14.038942330568581], \r\n\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Drutvo_tjelesnih_invalida_Buzet__Society_of_people_with_physical_disabilities_Buzet\\&quot;&gt;Dru\u0161tvo tjelesnih invalida Buzet - Society of people with physical disabilities Buzet&lt;\/a&gt;')).addTo( mar1 );\r\n\/\/n\/\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Dru\u0161tvo_tjelesnih_invalida_Buzet_-_Society_of_people_with_physical_disabilities_Buzet\\&quot;&gt;Dru\u0161tvo tjelesnih invalida Buzet - Society of people with physical disabilities Buzet&lt;\/a&gt;')).addTo( mar1 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id193 = L.marker(\r\n                [44.8643362,13.8445915], \r\n\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Udruga_cerebralne_paralize_Istarske_upanije__Cerebral_Palsy_Association_of_the_Istria_Region_\\&quot;&gt;Udruga cerebralne paralize Istarske \u017eupanije - Cerebral Palsy Association of the Istria Region &lt;\/a&gt;')).addTo( mar1 );\r\n\/\/n\/\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Udruga_cerebralne_paralize_Istarske_\u017eupanije_-_Cerebral_Palsy_Association_of_the_Istria_Region_\\&quot;&gt;Udruga cerebralne paralize Istarske \u017eupanije - Cerebral Palsy Association of the Istria Region &lt;\/a&gt;')).addTo( mar1 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id194 = L.marker(\r\n                [44.86065345,13.840811199027602], \r\n\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Drutvo_multiple_skleroze_I__Multiple_Sclerosis_Society_of_Istria_Region\\&quot;&gt;Dru\u0161tvo multiple skleroze I\u017d - Multiple Sclerosis Society of Istria Region&lt;\/a&gt;')).addTo( mar1 );\r\n\/\/n\/\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Dru\u0161tvo_multiple_skleroze_I\u017d_-_Multiple_Sclerosis_Society_of_Istria_Region\\&quot;&gt;Dru\u0161tvo multiple skleroze I\u017d - Multiple Sclerosis Society of Istria Region&lt;\/a&gt;')).addTo( mar1 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id195 = L.marker(\r\n                [44.8581465,13.844631], \r\n\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Udruga_djece_i_mladih_oteena_sluha_Istre__Association_of_children_and_young_people_with_hearing_impairment_of_Istria\\&quot;&gt;Udruga djece i mladih o\u0161te\u0107ena sluha Istre - Association of children and young people with hearing impairment of Istria&lt;\/a&gt;')).addTo( mar1 );\r\n\/\/n\/\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Udruga_djece_i_mladih_o\u0161te\u0107ena_sluha_Istre_-_Association_of_children_and_young_people_with_hearing_impairment_of_Istria\\&quot;&gt;Udruga djece i mladih o\u0161te\u0107ena sluha Istre - Association of children and young people with hearing impairment of Istria&lt;\/a&gt;')).addTo( mar1 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id198 = L.marker(\r\n                [44.8643362,13.8445915], \r\n\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#UAI__udruga_za_autizam_Istra__UAI__Association_for_Autism_Istria\\&quot;&gt;UAI - udruga za autizam Istra - UAI - Association for Autism Istria&lt;\/a&gt;')).addTo( mar1 );\r\n\/\/n\/\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#UAI_-_udruga_za_autizam_Istra_-_UAI_-_Association_for_Autism_Istria\\&quot;&gt;UAI - udruga za autizam Istra - UAI - Association for Autism Istria&lt;\/a&gt;')).addTo( mar1 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id201 = L.marker(\r\n                [45.09246565,14.119782377470345], \r\n\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#UHVIDRa_Labin__Croatian_Disabled_Homeland_War_Veterans_Association_Labin\\&quot;&gt;UHVIDR-a Labin - Croatian Disabled Homeland War Veterans\\' Association Labin&lt;\/a&gt;')).addTo( mar1 );\r\n\/\/n\/\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#UHVIDR-a_Labin_-_Croatian_Disabled_Homeland_War_Veterans\\'_Association_Labin\\&quot;&gt;UHVIDR-a Labin - Croatian Disabled Homeland War Veterans\\' Association Labin&lt;\/a&gt;')).addTo( mar1 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id204 = L.marker(\r\n                [44.8681796,13.8536948], \r\n\t\t\tmarker_options_7 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Sveuilite_Jurja_Dobrile_u_Puli__University_of_Juraj_Dobrila_in_Pula\\&quot;&gt;Sveu\u010dili\u0161te Jurja Dobrile u Puli - University of Juraj Dobrila in Pula&lt;\/a&gt;')).addTo( mar7 );\r\n\/\/n\/\t\t\tmarker_options_7 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Sveu\u010dili\u0161te_Jurja_Dobrile_u_Puli_-_University_of_Juraj_Dobrila_in_Pula\\&quot;&gt;Sveu\u010dili\u0161te Jurja Dobrile u Puli - University of Juraj Dobrila in Pula&lt;\/a&gt;')).addTo( mar7 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id205 = L.marker(\r\n                [44.8741446,13.8484634], \r\n\t\t\tmarker_options_7 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Politehnika_Pula__Polytechnic_University_of_Pula\\&quot;&gt;Politehnika Pula - Polytechnic University of Pula&lt;\/a&gt;')).addTo( mar7 );\r\n\/\/n\/\t\t\tmarker_options_7 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Politehnika_Pula_-_Polytechnic_University_of_Pula\\&quot;&gt;Politehnika Pula - Polytechnic University of Pula&lt;\/a&gt;')).addTo( mar7 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id209 = L.marker(\r\n                [44.8640296,13.848029], \r\n\t\t\tmarker_options_6 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Ekonomska_kola_Pula__School_of_Economics\\&quot;&gt;Ekonomska \u0161kola Pula - School of Economics&lt;\/a&gt;')).addTo( mar6 );\r\n\/\/n\/\t\t\tmarker_options_6 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Ekonomska_\u0161kola_Pula_-_School_of_Economics\\&quot;&gt;Ekonomska \u0161kola Pula - School of Economics&lt;\/a&gt;')).addTo( mar6 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id210 = L.marker(\r\n                [45.2398853,13.938534], \r\n\t\t\tmarker_options_6 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Gimnazija_i_strukovna_kola_JURJA_DOBRILE__General_high_school_and_technical_school\\&quot;&gt;Gimnazija i strukovna \u0161kola JURJA DOBRILE - General high school and technical school&lt;\/a&gt;')).addTo( mar6 );\r\n\/\/n\/\t\t\tmarker_options_6 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Gimnazija_i_strukovna_\u0161kola_JURJA_DOBRILE_-_General_high_school_and_technical_school\\&quot;&gt;Gimnazija i strukovna \u0161kola JURJA DOBRILE - General high school and technical school&lt;\/a&gt;')).addTo( mar6 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id211 = L.marker(\r\n                [44.8680886,13.8505445], \r\n\t\t\tmarker_options_6 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#GIMNAZIJA_PULA__Gymnasium_high_school_Pula\\&quot;&gt;GIMNAZIJA PULA - Gymnasium high school Pula&lt;\/a&gt;')).addTo( mar6 );\r\n\/\/n\/\t\t\tmarker_options_6 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#GIMNAZIJA_PULA_-_Gymnasium_high_school_Pula\\&quot;&gt;GIMNAZIJA PULA - Gymnasium high school Pula&lt;\/a&gt;')).addTo( mar6 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id213 = L.marker(\r\n                [45.4077852,13.661059], \r\n\t\t\tmarker_options_6 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Gospodarska_kola__School_of_commerce_and_economics\\&quot;&gt;Gospodarska \u0161kola - School of commerce and economics&lt;\/a&gt;')).addTo( mar6 );\r\n\/\/n\/\t\t\tmarker_options_6 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Gospodarska_\u0161kola_-_School_of_commerce_and_economics\\&quot;&gt;Gospodarska \u0161kola - School of commerce and economics&lt;\/a&gt;')).addTo( mar6 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id214 = L.marker(\r\n                [44.853862750000005,13.850843727387508], \r\n\t\t\tmarker_options_6 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Industrijskoobrtnika_kola__School_for_industry_and_crafts\\&quot;&gt;Industrijsko-obrtni\u010dka \u0161kola - School for industry and crafts&lt;\/a&gt;')).addTo( mar6 );\r\n\/\/n\/\t\t\tmarker_options_6 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Industrijsko-obrtni\u010dka_\u0161kola_-_School_for_industry_and_crafts\\&quot;&gt;Industrijsko-obrtni\u010dka \u0161kola - School for industry and crafts&lt;\/a&gt;')).addTo( mar6 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id215 = L.marker(\r\n                [44.86834665,13.855367184925294], \r\n\t\t\tmarker_options_6 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Medicinska_kola_Pula__Medical_School\\&quot;&gt;Medicinska \u0161kola Pula - Medical School&lt;\/a&gt;')).addTo( mar6 );\r\n\/\/n\/\t\t\tmarker_options_6 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Medicinska_\u0161kola_Pula_-_Medical_School\\&quot;&gt;Medicinska \u0161kola Pula - Medical School&lt;\/a&gt;')).addTo( mar6 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id216 = L.marker(\r\n                [45.237949,13.9420265], \r\n\t\t\tmarker_options_6 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Pazinski_Kolegij__KLASINA_GIMNAZIJA__College_Pazin\\&quot;&gt;Pazinski Kolegij \u2013 KLASI\u010cNA GIMNAZIJA - College Pazin&lt;\/a&gt;')).addTo( mar6 );\r\n\/\/n\/\t\t\tmarker_options_6 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Pazinski_Kolegij_\u2013_KLASI\u010cNA_GIMNAZIJA_-_College_Pazin\\&quot;&gt;Pazinski Kolegij \u2013 KLASI\u010cNA GIMNAZIJA - College Pazin&lt;\/a&gt;')).addTo( mar6 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id217 = L.marker(\r\n                [44.8595767,13.8304947], \r\n\t\t\tmarker_options_6 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Privatna_gimnazija_JURJA_DOBRILE__Private_general_high_school_Juraj_Dobrila\\&quot;&gt;Privatna gimnazija JURJA DOBRILE - Private general high school Juraj Dobrila&lt;\/a&gt;')).addTo( mar6 );\r\n\/\/n\/\t\t\tmarker_options_6 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Privatna_gimnazija_JURJA_DOBRILE_-_Private_general_high_school_Juraj_Dobrila\\&quot;&gt;Privatna gimnazija JURJA DOBRILE - Private general high school Juraj Dobrila&lt;\/a&gt;')).addTo( mar6 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id218 = L.marker(\r\n                [45.4077852,13.661059], \r\n\t\t\tmarker_options_6 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Srednja_kola__LEONARDO_DA_VINCI__Italian_high_school_Leonardo_Da_Vinci\\&quot;&gt;Srednja \u0161kola  \u00abLEONARDO DA VINCI\u00bb - Italian high school Leonardo Da Vinci&lt;\/a&gt;')).addTo( mar6 );\r\n\/\/n\/\t\t\tmarker_options_6 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Srednja_\u0161kola__\u00abLEONARDO_DA_VINCI\u00bb_-_Italian_high_school_Leonardo_Da_Vinci\\&quot;&gt;Srednja \u0161kola  \u00abLEONARDO DA VINCI\u00bb - Italian high school Leonardo Da Vinci&lt;\/a&gt;')).addTo( mar6 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id219 = L.marker(\r\n                [45.4077852,13.661059], \r\n\t\t\tmarker_options_6 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Srednja_kola_VLADIMIR_GORTAN__High_school_Vladimir_Gortan\\&quot;&gt;Srednja \u0161kola \u00abVLADIMIR GORTAN\u00bb - High school Vladimir Gortan&lt;\/a&gt;')).addTo( mar6 );\r\n\/\/n\/\t\t\tmarker_options_6 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Srednja_\u0161kola_\u00abVLADIMIR_GORTAN\u00bb_-_High_school_Vladimir_Gortan\\&quot;&gt;Srednja \u0161kola \u00abVLADIMIR GORTAN\u00bb - High school Vladimir Gortan&lt;\/a&gt;')).addTo( mar6 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id221 = L.marker(\r\n                [45.2250398,13.5967069], \r\n\t\t\tmarker_options_6 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Srednja_kola__MATE_BALOTE_High_school_Mate_Balota\\&quot;&gt;Srednja \u0161kola  MATE BALOTE -High school Mate Balota&lt;\/a&gt;')).addTo( mar6 );\r\n\/\/n\/\t\t\tmarker_options_6 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Srednja_\u0161kola__MATE_BALOTE_-High_school_Mate_Balota\\&quot;&gt;Srednja \u0161kola  MATE BALOTE -High school Mate Balota&lt;\/a&gt;')).addTo( mar6 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id223 = L.marker(\r\n                [45.0936013,14.1185002], \r\n\t\t\tmarker_options_6 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Srednja_kola__MATE_BLAINE__High_school_Mate_Blaina\\&quot;&gt;Srednja \u0161kola  MATE BLA\u017dINE - High school Mate Bla\u017eina&lt;\/a&gt;')).addTo( mar6 );\r\n\/\/n\/\t\t\tmarker_options_6 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Srednja_\u0161kola__MATE_BLA\u017dINE_-_High_school_Mate_Bla\u017eina\\&quot;&gt;Srednja \u0161kola  MATE BLA\u017dINE - High school Mate Bla\u017eina&lt;\/a&gt;')).addTo( mar6 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id226 = L.marker(\r\n                [44.8581465,13.844631], \r\n\t\t\tmarker_options_6 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#kola_primijenjenih_umjetnosti_i_dizajna__School_of_applied_arts_and_design__\\&quot;&gt;\u0160kola primijenjenih umjetnosti i dizajna - School of applied arts and design  &lt;\/a&gt;')).addTo( mar6 );\r\n\/\/n\/\t\t\tmarker_options_6 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#\u0160kola_primijenjenih_umjetnosti_i_dizajna_-_School_of_applied_arts_and_design__\\&quot;&gt;\u0160kola primijenjenih umjetnosti i dizajna - School of applied arts and design  &lt;\/a&gt;')).addTo( mar6 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id227 = L.marker(\r\n                [44.871531,13.8460139], \r\n\t\t\tmarker_options_6 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#kola_za_turizam_ugostiteljstvo_i_trgovinu__Tourism_Catering_and_Trade_school\\&quot;&gt;\u0160kola za turizam, ugostiteljstvo i trgovinu - Tourism, Catering and Trade school&lt;\/a&gt;')).addTo( mar6 );\r\n\/\/n\/\t\t\tmarker_options_6 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#\u0160kola_za_turizam,_ugostiteljstvo_i_trgovinu_-_Tourism,_Catering_and_Trade_school\\&quot;&gt;\u0160kola za turizam, ugostiteljstvo i trgovinu - Tourism, Catering and Trade school&lt;\/a&gt;')).addTo( mar6 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id229 = L.marker(\r\n                [44.867243200000004,13.85753103897995], \r\n\t\t\tmarker_options_6 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Talijanska_srednja_kola_DANTE_ALIGHIERI____________________Italian_high_schhol_Dante_Alighieri_Pula\\&quot;&gt;Talijanska srednja \u0161kola \u00abDANTE ALIGHIERI\u00bb -                   Italian high schhol Dante Alighieri Pula&lt;\/a&gt;')).addTo( mar6 );\r\n\/\/n\/\t\t\tmarker_options_6 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Talijanska_srednja_\u0161kola_\u00abDANTE_ALIGHIERI\u00bb_-___________________Italian_high_schhol_Dante_Alighieri_Pula\\&quot;&gt;Talijanska srednja \u0161kola \u00abDANTE ALIGHIERI\u00bb -                   Italian high schhol Dante Alighieri Pula&lt;\/a&gt;')).addTo( mar6 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id234 = L.marker(\r\n                [44.851722699999996,13.841202], \r\n\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Dom_za_starije_osobe_Alfredo_tigli__Home_for_the_elderly\\&quot;&gt;Dom za starije osobe \\'Alfredo \u0160tigli\u0107\\' - Home for the elderly&lt;\/a&gt;')).addTo( mar10 );\r\n\/\/n\/\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Dom_za_starije_osobe_\\'Alfredo_\u0160tigli\u0107\\'_-_Home_for_the_elderly\\&quot;&gt;Dom za starije osobe \\'Alfredo \u0160tigli\u0107\\' - Home for the elderly&lt;\/a&gt;')).addTo( mar10 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id236 = L.marker(\r\n                [44.8670578,13.8711978], \r\n\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Dom_za_psihiki_bolesne_odrasle_osobe_Vila_Maria__Home_for_mentally_ill_adults\\&quot;&gt;Dom za psihi\u010dki bolesne odrasle osobe \\'Vila Maria\\' - Home for mentally ill adults&lt;\/a&gt;')).addTo( mar10 );\r\n\/\/n\/\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Dom_za_psihi\u010dki_bolesne_odrasle_osobe_\\'Vila_Maria\\'_-_Home_for_mentally_ill_adults\\&quot;&gt;Dom za psihi\u010dki bolesne odrasle osobe \\'Vila Maria\\' - Home for mentally ill adults&lt;\/a&gt;')).addTo( mar10 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id239 = L.marker(\r\n                [45.4111613,13.9621865], \r\n\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Dom_za_starije_osobe_Buzet__Home_for_the_elderly_Buzet\\&quot;&gt;Dom za starije osobe Buzet - Home for the elderly Buzet&lt;\/a&gt;')).addTo( mar10 );\r\n\/\/n\/\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Dom_za_starije_osobe_Buzet_-_Home_for_the_elderly_Buzet\\&quot;&gt;Dom za starije osobe Buzet - Home for the elderly Buzet&lt;\/a&gt;')).addTo( mar10 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id242 = L.marker(\r\n                [45.0818003,13.640346724224564], \r\n\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Dom_za_starije_osobe_Domenico_Pergolis_Rovinj__Home_for_the_elderly__Domenico_Pergolis_Rovigno\\&quot;&gt;Dom za starije osobe \\'Domenico Pergolis\\' Rovinj - Home for the elderly  \\'Domenico Pergolis\\' Rovigno&lt;\/a&gt;')).addTo( mar10 );\r\n\/\/n\/\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Dom_za_starije_osobe_\\'Domenico_Pergolis\\'_Rovinj_-_Home_for_the_elderly__\\'Domenico_Pergolis\\'_Rovigno\\&quot;&gt;Dom za starije osobe \\'Domenico Pergolis\\' Rovinj - Home for the elderly  \\'Domenico Pergolis\\' Rovigno&lt;\/a&gt;')).addTo( mar10 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id244 = L.marker(\r\n                [44.8668548,13.8571062], \r\n\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Centar_za_rehabilitaciju_Pula__Rehabilitation_Center_Pula\\&quot;&gt;Centar za rehabilitaciju Pula - Rehabilitation Center Pula&lt;\/a&gt;')).addTo( mar10 );\r\n\/\/n\/\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Centar_za_rehabilitaciju_Pula_-_Rehabilitation_Center_Pula\\&quot;&gt;Centar za rehabilitaciju Pula - Rehabilitation Center Pula&lt;\/a&gt;')).addTo( mar10 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id245 = L.marker(\r\n                [44.8643362,13.8445915], \r\n\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Dnevni_centar_za_radnu_terapiju_i_rehabilitaciju__Daily_Center_for_Work_Therapy_and_Rehabilitation\\&quot;&gt;Dnevni centar za radnu terapiju i rehabilitaciju - Daily Center for Work Therapy and Rehabilitation&lt;\/a&gt;')).addTo( mar10 );\r\n\/\/n\/\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Dnevni_centar_za_radnu_terapiju_i_rehabilitaciju_-_Daily_Center_for_Work_Therapy_and_Rehabilitation\\&quot;&gt;Dnevni centar za radnu terapiju i rehabilitaciju - Daily Center for Work Therapy and Rehabilitation&lt;\/a&gt;')).addTo( mar10 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id246 = L.marker(\r\n                [44.8643362,13.8445915], \r\n\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Down_centar_Pula__Down_Center_Pula\\&quot;&gt;Down centar Pula - Down Center Pula&lt;\/a&gt;')).addTo( mar10 );\r\n\/\/n\/\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Down_centar_Pula_-_Down_Center_Pula\\&quot;&gt;Down centar Pula - Down Center Pula&lt;\/a&gt;')).addTo( mar10 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id247 = L.marker(\r\n                [44.869465,13.8427845], \r\n\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Centre_for_Social_Welfare_Centar_za_socijalnu_skrb__Pula\\&quot;&gt;Centre for Social Welfare Centar za socijalnu skrb - Pula&lt;\/a&gt;')).addTo( mar10 );\r\n\/\/n\/\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Centre_for_Social_Welfare_Centar_za_socijalnu_skrb_-_Pula\\&quot;&gt;Centre for Social Welfare Centar za socijalnu skrb - Pula&lt;\/a&gt;')).addTo( mar10 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id249 = L.marker(\r\n                [45.0813972,13.6375203], \r\n\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Centre_for_Social_Welfare__Rovinj\\&quot;&gt;Centre for Social Welfare - Rovinj&lt;\/a&gt;')).addTo( mar10 );\r\n\/\/n\/\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Centre_for_Social_Welfare_-_Rovinj\\&quot;&gt;Centre for Social Welfare - Rovinj&lt;\/a&gt;')).addTo( mar10 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id250 = L.marker(\r\n                [45.2386572,13.9403745], \r\n\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Centre_for_Social_Welfare__Pazin\\&quot;&gt;Centre for Social Welfare - Pazin&lt;\/a&gt;')).addTo( mar10 );\r\n\/\/n\/\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Centre_for_Social_Welfare_-_Pazin\\&quot;&gt;Centre for Social Welfare - Pazin&lt;\/a&gt;')).addTo( mar10 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id251 = L.marker(\r\n                [45.1019443,14.116824], \r\n\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Centre_for_Social_Welfare__Labin\\&quot;&gt;Centre for Social Welfare - Labin&lt;\/a&gt;')).addTo( mar10 );\r\n\/\/n\/\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Centre_for_Social_Welfare_-_Labin\\&quot;&gt;Centre for Social Welfare - Labin&lt;\/a&gt;')).addTo( mar10 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id252 = L.marker(\r\n                [45.407712,13.6581157], \r\n\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Centre_for_Social_Welfare__Buje_Buje_Umag_i_Novigrad\\&quot;&gt;Centre for Social Welfare - Buje (Buje, Umag i Novigrad)&lt;\/a&gt;')).addTo( mar10 );\r\n\/\/n\/\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Centre_for_Social_Welfare_-_Buje_(Buje,_Umag_i_Novigrad)\\&quot;&gt;Centre for Social Welfare - Buje (Buje, Umag i Novigrad)&lt;\/a&gt;')).addTo( mar10 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id270 = L.marker(\r\n                [45.2398853,13.938534], \r\n\t\t\tmarker_options_32 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Istarski_regionalni_zadruni_savez__Istrian_Regional_Cooperative_Association\\&quot;&gt;Istarski regionalni zadru\u017eni savez - Istrian Regional Co-operative Association&lt;\/a&gt;')).addTo( mar32 );\r\n\/\/n\/\t\t\tmarker_options_32 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Istarski_regionalni_zadru\u017eni_savez_-_Istrian_Regional_Co-operative_Association\\&quot;&gt;Istarski regionalni zadru\u017eni savez - Istrian Regional Co-operative Association&lt;\/a&gt;')).addTo( mar32 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id275 = L.marker(\r\n                [45.613020000000006,15.478434716767168], \r\n\t\t\tmarker_options_32 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Leader_mrea_HrvatskeNacionalne_mrea_LAGova__National_LAGs_Network\\&quot;&gt;Leader mre\u017ea Hrvatske\/Nacionalne mre\u017ea LAG-ova - National LAGs Network&lt;\/a&gt;')).addTo( mar32 );\r\n\/\/n\/\t\t\tmarker_options_32 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Leader_mre\u017ea_Hrvatske\/Nacionalne_mre\u017ea_LAG-ova_-_National_LAGs_Network\\&quot;&gt;Leader mre\u017ea Hrvatske\/Nacionalne mre\u017ea LAG-ova - National LAGs Network&lt;\/a&gt;')).addTo( mar32 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id276 = L.marker(\r\n                [45.8036531,15.9893382], \r\n\t\t\tmarker_options_24 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Institut_za_razvoj_i_inovativnost_mladih_IRIM__Institute_for_Development_and_Innovation_of_Youth_IRIM\\&quot;&gt;Institut za razvoj i inovativnost mladih IRIM - Institute for Development and Innovation of Youth IRIM&lt;\/a&gt;')).addTo( mar24 );\r\n\/\/n\/\t\t\tmarker_options_24 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Institut_za_razvoj_i_inovativnost_mladih_IRIM_-_Institute_for_Development_and_Innovation_of_Youth_IRIM\\&quot;&gt;Institut za razvoj i inovativnost mladih IRIM - Institute for Development and Innovation of Youth IRIM&lt;\/a&gt;')).addTo( mar24 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id277 = L.marker(\r\n                [44.8643362,13.8445915], \r\n\t\t\tmarker_options_32 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Otvorena_platforma_Rojc_Open_Platform_Rojc\\&quot;&gt;Otvorena platforma Rojc - Open Platform Rojc&lt;\/a&gt;')).addTo( mar32 );\r\n\/\/n\/\t\t\tmarker_options_32 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Otvorena_platforma_Rojc -_Open_Platform_Rojc\\&quot;&gt;Otvorena platforma Rojc - Open Platform Rojc&lt;\/a&gt;')).addTo( mar32 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id280 = L.marker(\r\n                [44.868977,13.846423], \r\n\t\t\tmarker_options_33 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Centar_za_popularizaciju_znanosti_i_inovacija_I__Center_for_the_popularization_of_science_and_innovation_of_the_Istrian_County\\&quot;&gt;Centar za popularizaciju znanosti i inovacija I\u017d - Center for the popularization of science and innovation of the Istrian County&lt;\/a&gt;')).addTo( mar33 );\r\n\/\/n\/\t\t\tmarker_options_33 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Centar_za_popularizaciju_znanosti_i_inovacija_I\u017d_-_Center_for_the_popularization_of_science_and_innovation_of_the_Istrian_County\\&quot;&gt;Centar za popularizaciju znanosti i inovacija I\u017d - Center for the popularization of science and innovation of the Istrian County&lt;\/a&gt;')).addTo( mar33 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id281 = L.marker(\r\n                [44.8686132,13.8518199], \r\n\t\t\tmarker_options_21 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#IDA__Istrian_Development_Agency\\&quot;&gt;IDA - Istrian Development Agency&lt;\/a&gt;')).addTo( mar21 );\r\n\/\/n\/\t\t\tmarker_options_21 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#IDA_-_Istrian_Development_Agency\\&quot;&gt;IDA - Istrian Development Agency&lt;\/a&gt;')).addTo( mar21 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id282 = L.marker(\r\n                [44.8686132,13.8518199], \r\n\t\t\tmarker_options_3 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Obrtnika_komora_I__Crafts_Chamber_of_Istria_Region\\&quot;&gt;Obrtni\u010dka komora I\u017d - Crafts Chamber of Istria Region&lt;\/a&gt;')).addTo( mar3 );\r\n\/\/n\/\t\t\tmarker_options_3 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Obrtni\u010dka_komora_I\u017d_-_Crafts_Chamber_of_Istria_Region\\&quot;&gt;Obrtni\u010dka komora I\u017d - Crafts Chamber of Istria Region&lt;\/a&gt;')).addTo( mar3 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id284 = L.marker(\r\n                [44.87114665,13.84745467871841], \r\n\t\t\tmarker_options_3 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#HGK__upanijska_komora_PulaCroatian_Chamber_of_EconomyRegional_chamber_Pula\\&quot;&gt;HGK - \u017dupanijska komora Pula-Croatian Chamber of Economy\/Regional chamber Pula&lt;\/a&gt;')).addTo( mar3 );\r\n\/\/n\/\t\t\tmarker_options_3 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#HGK_-_\u017dupanijska_komora_Pula-Croatian_Chamber_of_Economy\/Regional_chamber_Pula\\&quot;&gt;HGK - \u017dupanijska komora Pula-Croatian Chamber of Economy\/Regional chamber Pula&lt;\/a&gt;')).addTo( mar3 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id290 = L.marker(\r\n                [44.8667846,13.850441073871533], \r\n\t\t\tmarker_options_25 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Region_of_Istria__Administrative_Department_for_Health_and_Social_Welfare\\&quot;&gt;Region of Istria - Administrative Department for Health and Social Welfare&lt;\/a&gt;')).addTo( mar25 );\r\n\/\/n\/\t\t\tmarker_options_25 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Region_of_Istria_-_Administrative_Department_for_Health_and_Social_Welfare\\&quot;&gt;Region of Istria - Administrative Department for Health and Social Welfare&lt;\/a&gt;')).addTo( mar25 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id291 = L.marker(\r\n                [44.8741446,13.8484634], \r\n\t\t\tmarker_options_25 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Region_of_Istria__Administrative_Department_for_the_Economy\\&quot;&gt;Region of Istria - Administrative Department for the Economy&lt;\/a&gt;')).addTo( mar25 );\r\n\/\/n\/\t\t\tmarker_options_25 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Region_of_Istria_-_Administrative_Department_for_the_Economy\\&quot;&gt;Region of Istria - Administrative Department for the Economy&lt;\/a&gt;')).addTo( mar25 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id292 = L.marker(\r\n                [44.869966149999996,13.842183532306754], \r\n\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#City_of_Pula__The_City_office\\&quot;&gt;City of Pula - The City office&lt;\/a&gt;')).addTo( mar9 );\r\n\/\/n\/\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#City_of_Pula_-_The_City_office\\&quot;&gt;City of Pula - The City office&lt;\/a&gt;')).addTo( mar9 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id293 = L.marker(\r\n                [44.869465,13.8427845], \r\n\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#City_of_Pula__Administrative_Department_for_Social_Activities\\&quot;&gt;City of Pula - Administrative Department for Social Activities&lt;\/a&gt;')).addTo( mar9 );\r\n\/\/n\/\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#City_of_Pula_-_Administrative_Department_for_Social_Activities\\&quot;&gt;City of Pula - Administrative Department for Social Activities&lt;\/a&gt;')).addTo( mar9 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id296 = L.marker(\r\n                [44.8741446,13.8484634], \r\n\t\t\tmarker_options_25 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Labor_Market_Comittee_of_Istria_Region__Administrative_Department_for_the_Economy__Vijee_trita_rada_I__upravni_odjel_za_gospodarstvo_\\&quot;&gt;Labor Market Comittee of Istria Region - Administrative Department for the Economy - Vije\u0107e tr\u017ei\u0161ta rada I\u017d - upravni odjel za gospodarstvo &lt;\/a&gt;')).addTo( mar25 );\r\n\/\/n\/\t\t\tmarker_options_25 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Labor_Market_Comittee_of_Istria_Region_-_Administrative_Department_for_the_Economy_-_Vije\u0107e_tr\u017ei\u0161ta_rada_I\u017d_-_upravni_odjel_za_gospodarstvo_\\&quot;&gt;Labor Market Comittee of Istria Region - Administrative Department for the Economy - Vije\u0107e tr\u017ei\u0161ta rada I\u017d - upravni odjel za gospodarstvo &lt;\/a&gt;')).addTo( mar25 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id297 = L.marker(\r\n                [44.8529228,13.841082350215732], \r\n\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Economic_Social_Council_of_the_City_of_Pula_______________________________________Gospodarsko_socijalno_vijee_Grada_Pule________________________\\&quot;&gt;Economic Social Council of the City of Pula                                       Gospodarsko socijalno vije\u0107e Grada Pule                        &lt;\/a&gt;')).addTo( mar9 );\r\n\/\/n\/\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Economic_Social_Council_of_the_City_of_Pula_______________________________________Gospodarsko_socijalno_vije\u0107e_Grada_Pule________________________\\&quot;&gt;Economic Social Council of the City of Pula                                       Gospodarsko socijalno vije\u0107e Grada Pule                        &lt;\/a&gt;')).addTo( mar9 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id298 = L.marker(\r\n                [44.869966149999996,13.842183532306754], \r\n\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Council_for_Municipal_Prevention_of_the_City_of_Pula__Vijee_za_komunalnu_prevenciju_Grada_Pule\\&quot;&gt;Council for Municipal Prevention of the City of Pula - Vije\u0107e za komunalnu prevenciju Grada Pule&lt;\/a&gt;')).addTo( mar9 );\r\n\/\/n\/\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Council_for_Municipal_Prevention_of_the_City_of_Pula_-_Vije\u0107e_za_komunalnu_prevenciju_Grada_Pule\\&quot;&gt;Council for Municipal Prevention of the City of Pula - Vije\u0107e za komunalnu prevenciju Grada Pule&lt;\/a&gt;')).addTo( mar9 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id299 = L.marker(\r\n                [45.799738,15.9761111], \r\n\t\t\tmarker_options_11 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Ministry_of_Economy_Entrepreneurship_and_Crafts__Ministarstvo_gospodarstva_poduzetnitva_i_obrta_\\&quot;&gt;Ministry of Economy, Entrepreneurship and Crafts - Ministarstvo gospodarstva, poduzetni\u0161tva i obrta &lt;\/a&gt;')).addTo( mar11 );\r\n\/\/n\/\t\t\tmarker_options_11 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Ministry_of_Economy,_Entrepreneurship_and_Crafts_-_Ministarstvo_gospodarstva,_poduzetni\u0161tva_i_obrta_\\&quot;&gt;Ministry of Economy, Entrepreneurship and Crafts - Ministarstvo gospodarstva, poduzetni\u0161tva i obrta &lt;\/a&gt;')).addTo( mar11 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id300 = L.marker(\r\n                [45.8017663,15.9740939], \r\n\t\t\tmarker_options_11 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Ministry_of_Regional_Development_and_EU_Affairs__Ministarstvo_regionalnog_razvoja_i_poslova_EU\\&quot;&gt;Ministry of Regional Development and EU Affairs - Ministarstvo regionalnog razvoja i poslova EU&lt;\/a&gt;')).addTo( mar11 );\r\n\/\/n\/\t\t\tmarker_options_11 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Ministry_of_Regional_Development_and_EU_Affairs_-_Ministarstvo_regionalnog_razvoja_i_poslova_EU\\&quot;&gt;Ministry of Regional Development and EU Affairs - Ministarstvo regionalnog razvoja i poslova EU&lt;\/a&gt;')).addTo( mar11 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id301 = L.marker(\r\n                [45.7972071,15.960183], \r\n\t\t\tmarker_options_11 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Ministry_for_Demography_Family_Youth_and_Social_Policy__Ministarstvo_za_demografiju_obitelj_mlade_i_socijalnu_politiku_\\&quot;&gt;Ministry for Demography, Family, Youth and Social Policy - Ministarstvo za demografiju, obitelj, mlade i socijalnu politiku &lt;\/a&gt;')).addTo( mar11 );\r\n\/\/n\/\t\t\tmarker_options_11 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Ministry_for_Demography,_Family,_Youth_and_Social_Policy_-_Ministarstvo_za_demografiju,_obitelj,_mlade_i_socijalnu_politiku_\\&quot;&gt;Ministry for Demography, Family, Youth and Social Policy - Ministarstvo za demografiju, obitelj, mlade i socijalnu politiku &lt;\/a&gt;')).addTo( mar11 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id303 = L.marker(\r\n                [45.80550015,15.994835254334644], \r\n\t\t\tmarker_options_19 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Croatian_employment_office_Hrvatski_zavod_za_zapoljavanje\\&quot;&gt;Croatian employment office Hrvatski zavod za zapo\u0161ljavanje&lt;\/a&gt;')).addTo( mar19 );\r\n\/\/n\/\t\t\tmarker_options_19 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Croatian_employment_office_Hrvatski_zavod_za_zapo\u0161ljavanje\\&quot;&gt;Croatian employment office Hrvatski zavod za zapo\u0161ljavanje&lt;\/a&gt;')).addTo( mar19 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id309 = L.marker(\r\n                [46.5528346,15.6509283], \r\n\t\t\tmarker_options_21 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#MRA\\&quot;&gt;MRA&lt;\/a&gt;')).addTo( mar21 );\r\n\/\/n\/\t\t\tmarker_options_21 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#MRA\\&quot;&gt;MRA&lt;\/a&gt;')).addTo( mar21 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id310 = L.marker(\r\n                [46.4223122,15.8789467], \r\n\t\t\tmarker_options_19 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Employment_Service_of_Slovenia_Regional_office_Ptuj\\&quot;&gt;Employment Service of Slovenia, Regional office Ptuj&lt;\/a&gt;')).addTo( mar19 );\r\n\/\/n\/\t\t\tmarker_options_19 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Employment_Service_of_Slovenia,_Regional_office_Ptuj\\&quot;&gt;Employment Service of Slovenia, Regional office Ptuj&lt;\/a&gt;')).addTo( mar19 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id311 = L.marker(\r\n                [46.5610153,15.6428374], \r\n\t\t\tmarker_options_19 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Employment_Service_of_Slovenia_Regional_office_Maribor\\&quot;&gt;Employment Service of Slovenia, Regional office Maribor&lt;\/a&gt;')).addTo( mar19 );\r\n\/\/n\/\t\t\tmarker_options_19 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Employment_Service_of_Slovenia,_Regional_office_Maribor\\&quot;&gt;Employment Service of Slovenia, Regional office Maribor&lt;\/a&gt;')).addTo( mar19 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id312 = L.marker(\r\n                [46.420219700000004,15.87011913846154], \r\n\t\t\tmarker_options_17 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Znanstvenoraziskovalno_sredie_Bistra_Ptuj\\&quot;&gt;Znanstveno-raziskovalno sredi\u0161\u010de Bistra Ptuj&lt;\/a&gt;')).addTo( mar17 );\r\n\/\/n\/\t\t\tmarker_options_17 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Znanstveno-raziskovalno_sredi\u0161\u010de_Bistra_Ptuj\\&quot;&gt;Znanstveno-raziskovalno sredi\u0161\u010de Bistra Ptuj&lt;\/a&gt;')).addTo( mar17 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id313 = L.marker(\r\n                [46.558331,15.6469144], \r\n\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Zdruenje_Center_alternativne_in_avtonomne_produkcije_socialno_podjetje\\&quot;&gt;Zdru\u017eenje Center alternativne in avtonomne produkcije, socialno podjetje&lt;\/a&gt;')).addTo( mar15 );\r\n\/\/n\/\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Zdru\u017eenje_Center_alternativne_in_avtonomne_produkcije,_socialno_podjetje\\&quot;&gt;Zdru\u017eenje Center alternativne in avtonomne produkcije, socialno podjetje&lt;\/a&gt;')).addTo( mar15 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id314 = L.marker(\r\n                [46.3404056,15.9850107], \r\n\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#PRJ_HALO_Podeelsko_razvojno_jedro_\\&quot;&gt;PRJ HALO Pode\u017eelsko razvojno jedro &lt;\/a&gt;')).addTo( mar15 );\r\n\/\/n\/\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#PRJ_HALO_Pode\u017eelsko_razvojno_jedro_\\&quot;&gt;PRJ HALO Pode\u017eelsko razvojno jedro &lt;\/a&gt;')).addTo( mar15 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id316 = L.marker(\r\n                [46.3920069,15.5728575], \r\n\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#RAZVOJNO_INFORMACIJSKI_CENTER_SLOVENSKA_BISTRICA\\&quot;&gt;RAZVOJNO INFORMACIJSKI CENTER SLOVENSKA BISTRICA&lt;\/a&gt;')).addTo( mar15 );\r\n\/\/n\/\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#RAZVOJNO_INFORMACIJSKI_CENTER_SLOVENSKA_BISTRICA\\&quot;&gt;RAZVOJNO INFORMACIJSKI CENTER SLOVENSKA BISTRICA&lt;\/a&gt;')).addTo( mar15 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id318 = L.marker(\r\n                [46.558331,15.6469144], \r\n\t\t\tmarker_options_16 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#TKALKA_zadruga_za_razvoj_drubenih_in_tehnolokih_inovacij_zbo_socialno_podjetje\\&quot;&gt;TKALKA, zadruga za razvoj dru\u017ebenih in tehnolo\u0161kih inovacij z.b.o., socialno podjetje&lt;\/a&gt;')).addTo( mar16 );\r\n\/\/n\/\t\t\tmarker_options_16 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#TKALKA,_zadruga_za_razvoj_dru\u017ebenih_in_tehnolo\u0161kih_inovacij_z.b.o.,_socialno_podjetje\\&quot;&gt;TKALKA, zadruga za razvoj dru\u017ebenih in tehnolo\u0161kih inovacij z.b.o., socialno podjetje&lt;\/a&gt;')).addTo( mar16 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id319 = L.marker(\r\n                [46.5605589,15.6501035], \r\n\t\t\tmarker_options_12 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Skupnost_obin_Slovenije\\&quot;&gt;Skupnost ob\u010din Slovenije&lt;\/a&gt;')).addTo( mar12 );\r\n\/\/n\/\t\t\tmarker_options_12 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Skupnost_ob\u010din_Slovenije\\&quot;&gt;Skupnost ob\u010din Slovenije&lt;\/a&gt;')).addTo( mar12 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id320 = L.marker(\r\n                [46.056457,14.5141596], \r\n\t\t\tmarker_options_11 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#MDDSZEM_Direktorat_trga_dela_in_zaposleovanja\\&quot;&gt;MDDSZEM, Direktorat trga dela in zaposleovanja&lt;\/a&gt;')).addTo( mar11 );\r\n\/\/n\/\t\t\tmarker_options_11 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#MDDSZEM,_Direktorat_trga_dela_in_zaposleovanja\\&quot;&gt;MDDSZEM, Direktorat trga dela in zaposleovanja&lt;\/a&gt;')).addTo( mar11 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id321 = L.marker(\r\n                [46.064592,14.4958967], \r\n\t\t\tmarker_options_11 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#SPIRIT_Slovenija\\&quot;&gt;SPIRIT Slovenija&lt;\/a&gt;')).addTo( mar11 );\r\n\/\/n\/\t\t\tmarker_options_11 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#SPIRIT_Slovenija\\&quot;&gt;SPIRIT Slovenija&lt;\/a&gt;')).addTo( mar11 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id322 = L.marker(\r\n                [46.5628602,15.6272081], \r\n\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#ZAVOD_PIP__PRAVNI_IN_INFORMACIJSKI_CENTER_MARIBOR\\&quot;&gt;ZAVOD PIP - PRAVNI IN INFORMACIJSKI CENTER MARIBOR&lt;\/a&gt;')).addTo( mar15 );\r\n\/\/n\/\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#ZAVOD_PIP_-_PRAVNI_IN_INFORMACIJSKI_CENTER_MARIBOR\\&quot;&gt;ZAVOD PIP - PRAVNI IN INFORMACIJSKI CENTER MARIBOR&lt;\/a&gt;')).addTo( mar15 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id323 = L.marker(\r\n                [45.95562,13.6495223], \r\n\t\t\tmarker_options_18 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Fakulteta_za_uporabne_drubene_tudije\\&quot;&gt;Fakulteta za uporabne dru\u017ebene \u0161tudije&lt;\/a&gt;')).addTo( mar18 );\r\n\/\/n\/\t\t\tmarker_options_18 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Fakulteta_za_uporabne_dru\u017ebene_\u0161tudije\\&quot;&gt;Fakulteta za uporabne dru\u017ebene \u0161tudije&lt;\/a&gt;')).addTo( mar18 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id324 = L.marker(\r\n                [46.0497945,14.503497253683044], \r\n\t\t\tmarker_options_23 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Univerza_v_Ljubljani_Sredie_za_socialno_podjetnitvo\\&quot;&gt;Univerza v Ljubljani, Sredi\u0161\u010de za socialno podjetni\u0161tvo&lt;\/a&gt;')).addTo( mar23 );\r\n\/\/n\/\t\t\tmarker_options_23 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Univerza_v_Ljubljani,_Sredi\u0161\u010de_za_socialno_podjetni\u0161tvo\\&quot;&gt;Univerza v Ljubljani, Sredi\u0161\u010de za socialno podjetni\u0161tvo&lt;\/a&gt;')).addTo( mar23 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id325 = L.marker(\r\n                [46.6648015,16.1709873], \r\n\t\t\tmarker_options_16 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Aurora_Coworking_The_Glue_Skrivnostni_otok_doo\\&quot;&gt;Aurora Coworking, The Glue, Skrivnostni otok d.o.o.&lt;\/a&gt;')).addTo( mar16 );\r\n\/\/n\/\t\t\tmarker_options_16 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Aurora_Coworking,_The_Glue,_Skrivnostni_otok_d.o.o.\\&quot;&gt;Aurora Coworking, The Glue, Skrivnostni otok d.o.o.&lt;\/a&gt;')).addTo( mar16 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id326 = L.marker(\r\n                [46.5505688,15.6383836], \r\n\t\t\tmarker_options_30 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Zdruenje_Socialna_ekonomija_Slovenije_socialno_podjetje\\&quot;&gt;Zdru\u017eenje Socialna ekonomija Slovenije, socialno podjetje&lt;\/a&gt;')).addTo( mar30 );\r\n\/\/n\/\t\t\tmarker_options_30 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Zdru\u017eenje_Socialna_ekonomija_Slovenije,_socialno_podjetje\\&quot;&gt;Zdru\u017eenje Socialna ekonomija Slovenije, socialno podjetje&lt;\/a&gt;')).addTo( mar30 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id327 = L.marker(\r\n                [46.55789105,15.643750564641792], \r\n\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Znanstvenoraziskovalno_zdruenje_za_umetnost_kulturne_in_izobraevalne_programe_in_tehnologijo_EPEKA_socialno_podjetje\\&quot;&gt;Znanstveno-raziskovalno zdru\u017eenje za umetnost, kulturne in izobra\u017eevalne programe in tehnologijo EPEKA, socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\/\/n\/\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Znanstveno-raziskovalno_zdru\u017eenje_za_umetnost,_kulturne_in_izobra\u017eevalne_programe_in_tehnologijo_EPEKA,_socialno_podjetje\\&quot;&gt;Znanstveno-raziskovalno zdru\u017eenje za umetnost, kulturne in izobra\u017eevalne programe in tehnologijo EPEKA, socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id328 = L.marker(\r\n                [46.5602315,15.6524491], \r\n\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Romsko_drutvo_Romano_Pralipe_Maribor_socialno_podjetje\\&quot;&gt;Romsko dru\u0161tvo Romano Pralipe Maribor, socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\/\/n\/\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Romsko_dru\u0161tvo_Romano_Pralipe_Maribor,_socialno_podjetje\\&quot;&gt;Romsko dru\u0161tvo Romano Pralipe Maribor, socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id329 = L.marker(\r\n                [46.5587764,15.6461459], \r\n\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Zadruga_BikeLab_zadruga_za_razvoj_mobilnosti_zoo_socialno_podjetje\\&quot;&gt;Zadruga BikeLab, zadruga za razvoj mobilnosti z.o.o., socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\/\/n\/\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Zadruga_BikeLab,_zadruga_za_razvoj_mobilnosti_z.o.o.,_socialno_podjetje\\&quot;&gt;Zadruga BikeLab, zadruga za razvoj mobilnosti z.o.o., socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id330 = L.marker(\r\n                [46.5534405,15.6460883], \r\n\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Kooperativa_DAME_trajnostni_turizem_in_gostinstvo_zoo_socialno_podjetje\\&quot;&gt;Kooperativa DAME, trajnostni turizem in gostinstvo, z.o.o., socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\/\/n\/\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Kooperativa_DAME,_trajnostni_turizem_in_gostinstvo,_z.o.o.,_socialno_podjetje\\&quot;&gt;Kooperativa DAME, trajnostni turizem in gostinstvo, z.o.o., socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id331 = L.marker(\r\n                [46.558331,15.6469144], \r\n\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#FREKVENCA_Socialnokulturno_zdruenje_nemirnih_in_aktivnih_socialno_podjetje\\&quot;&gt;FREKVENCA, Socialno-kulturno zdru\u017eenje nemirnih in aktivnih, socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\/\/n\/\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#FREKVENCA,_Socialno-kulturno_zdru\u017eenje_nemirnih_in_aktivnih,_socialno_podjetje\\&quot;&gt;FREKVENCA, Socialno-kulturno zdru\u017eenje nemirnih in aktivnih, socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id332 = L.marker(\r\n                [46.5584628,15.646186581403688], \r\n\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#ZAVOD_ARTMAR_izobraevanje_in_razvoj_Maribor_sop\\&quot;&gt;ZAVOD ARTMAR, izobra\u017eevanje in razvoj, Maribor, so.p.&lt;\/a&gt;')).addTo( mar34 );\r\n\/\/n\/\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#ZAVOD_ARTMAR,_izobra\u017eevanje_in_razvoj,_Maribor,_so.p.\\&quot;&gt;ZAVOD ARTMAR, izobra\u017eevanje in razvoj, Maribor, so.p.&lt;\/a&gt;')).addTo( mar34 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id333 = L.marker(\r\n                [46.55615295,15.670719111735515], \r\n\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Drutvo_za_razvijanje_socialnih_projektov_in_spodbujanje_aktivnega_ivljenja_AKTIVIRAJ_SE_socialno_podjetje\\&quot;&gt;Dru\u0161tvo za razvijanje socialnih projektov in spodbujanje aktivnega \u017eivljenja AKTIVIRAJ SE, socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\/\/n\/\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Dru\u0161tvo_za_razvijanje_socialnih_projektov_in_spodbujanje_aktivnega_\u017eivljenja_AKTIVIRAJ_SE,_socialno_podjetje\\&quot;&gt;Dru\u0161tvo za razvijanje socialnih projektov in spodbujanje aktivnega \u017eivljenja AKTIVIRAJ SE, socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id334 = L.marker(\r\n                [46.5505688,15.6383836], \r\n\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Drutvo_Dnevni_center_aktivnosti_za_stareje_Maribor_socialno_podjetje\\&quot;&gt;Dru\u0161tvo Dnevni center aktivnosti za starej\u0161e Maribor, socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\/\/n\/\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Dru\u0161tvo_Dnevni_center_aktivnosti_za_starej\u0161e_Maribor,_socialno_podjetje\\&quot;&gt;Dru\u0161tvo Dnevni center aktivnosti za starej\u0161e Maribor, socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id335 = L.marker(\r\n                [46.5594415,15.6460682], \r\n\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Novi_Armal_nove_oblike_proizvodnje_in_proizvodnja_igra_Maribor_zbo_sop\\&quot;&gt;Novi Armal, nove oblike proizvodnje in proizvodnja igra\u010d Maribor, z.b.o. so.p.&lt;\/a&gt;')).addTo( mar34 );\r\n\/\/n\/\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Novi_Armal,_nove_oblike_proizvodnje_in_proizvodnja_igra\u010d_Maribor,_z.b.o._so.p.\\&quot;&gt;Novi Armal, nove oblike proizvodnje in proizvodnja igra\u010d Maribor, z.b.o. so.p.&lt;\/a&gt;')).addTo( mar34 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id336 = L.marker(\r\n                [46.558331,15.6469144], \r\n\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#ZELENA_DIREKTIVA_Intitut_za_razvoj_biotske_pestrosti_in_ekoloke_kulture_Maribor_socialno_podjetje\\&quot;&gt;ZELENA DIREKTIVA, In\u0161titut za razvoj biotske pestrosti in ekolo\u0161ke kulture, Maribor, socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\/\/n\/\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#ZELENA_DIREKTIVA,_In\u0161titut_za_razvoj_biotske_pestrosti_in_ekolo\u0161ke_kulture,_Maribor,_socialno_podjetje\\&quot;&gt;ZELENA DIREKTIVA, In\u0161titut za razvoj biotske pestrosti in ekolo\u0161ke kulture, Maribor, socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id337 = L.marker(\r\n                [46.558331,15.6469144], \r\n\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Kooperativa_ZEBRA_za_etiko_v_bannitvu_in_razvojno_alternativo_zbo_socialno_podjetje\\&quot;&gt;Kooperativa ZEBRA, za etiko v ban\u010dni\u0161tvu in razvojno alternativo, z.b.o., socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\/\/n\/\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Kooperativa_ZEBRA,_za_etiko_v_ban\u010dni\u0161tvu_in_razvojno_alternativo,_z.b.o.,_socialno_podjetje\\&quot;&gt;Kooperativa ZEBRA, za etiko v ban\u010dni\u0161tvu in razvojno alternativo, z.b.o., socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id338 = L.marker(\r\n                [46.5559548,15.7133833], \r\n\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Drutvo_za_podporo_zmanjevanju_ogljinega_odtisa_KOLO_sop\\&quot;&gt;Dru\u0161tvo za podporo zmanj\u0161evanju oglji\u010dnega odtisa KOLO so.p.&lt;\/a&gt;')).addTo( mar34 );\r\n\/\/n\/\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Dru\u0161tvo_za_podporo_zmanj\u0161evanju_oglji\u010dnega_odtisa_KOLO_so.p.\\&quot;&gt;Dru\u0161tvo za podporo zmanj\u0161evanju oglji\u010dnega odtisa KOLO so.p.&lt;\/a&gt;')).addTo( mar34 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id339 = L.marker(\r\n                [46.5588382,15.6425947], \r\n\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Hia_Drutvo_za_ljudi_in_prostore_socialno_podjetje\\&quot;&gt;Hi\u0161a! Dru\u0161tvo za ljudi in prostore, socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\/\/n\/\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Hi\u0161a!_Dru\u0161tvo_za_ljudi_in_prostore,_socialno_podjetje\\&quot;&gt;Hi\u0161a! Dru\u0161tvo za ljudi in prostore, socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id340 = L.marker(\r\n                [46.5454062,15.648627], \r\n\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#OBRTNA_ZADRUGA_TRGOKOOPERANT_zoo_socialno_podjetje\\&quot;&gt;OBRTNA ZADRUGA TRGOKOOPERANT z.o.o., socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\/\/n\/\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#OBRTNA_ZADRUGA_TRGOKOOPERANT_z.o.o.,_socialno_podjetje\\&quot;&gt;OBRTNA ZADRUGA TRGOKOOPERANT z.o.o., socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id341 = L.marker(\r\n                [46.5584628,15.646186581403688], \r\n\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Zadruga_Artmijemar_za_razvoj_prepoznavnosti_mesta_Maribor_in_slovenskih_izdelkov_zoo_sop\\&quot;&gt;Zadruga Artmijemar, za razvoj prepoznavnosti mesta Maribor in slovenskih izdelkov, z.o.o., so.p.&lt;\/a&gt;')).addTo( mar34 );\r\n\/\/n\/\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Zadruga_Artmijemar,_za_razvoj_prepoznavnosti_mesta_Maribor_in_slovenskih_izdelkov,_z.o.o.,_so.p.\\&quot;&gt;Zadruga Artmijemar, za razvoj prepoznavnosti mesta Maribor in slovenskih izdelkov, z.o.o., so.p.&lt;\/a&gt;')).addTo( mar34 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id342 = L.marker(\r\n                [46.558331,15.6469144], \r\n\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Drutvo_za_podporo_radiu_Mar_socialno_podjetje\\&quot;&gt;Dru\u0161tvo za podporo radiu Mar\u0161, socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\/\/n\/\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Dru\u0161tvo_za_podporo_radiu_Mar\u0161,_socialno_podjetje\\&quot;&gt;Dru\u0161tvo za podporo radiu Mar\u0161, socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id343 = L.marker(\r\n                [46.558331,15.6469144], \r\n\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#VARUHI_SEMEN_Drutvo_za_ohranjanje_biotske_pestrosti_kulturnih_rastlin_socialno_podjetje\\&quot;&gt;VARUHI SEMEN, Dru\u0161tvo za ohranjanje biotske pestrosti kulturnih rastlin, socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\/\/n\/\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#VARUHI_SEMEN,_Dru\u0161tvo_za_ohranjanje_biotske_pestrosti_kulturnih_rastlin,_socialno_podjetje\\&quot;&gt;VARUHI SEMEN, Dru\u0161tvo za ohranjanje biotske pestrosti kulturnih rastlin, socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id344 = L.marker(\r\n                [46.53979145,15.63138455], \r\n\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Drutvo_za_razvoj_kreativnosti_in_potencialovPortret_socialno_podjetje\\&quot;&gt;Dru\u0161tvo za razvoj kreativnosti in potencialov-Portret, socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\/\/n\/\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Dru\u0161tvo_za_razvoj_kreativnosti_in_potencialov-Portret,_socialno_podjetje\\&quot;&gt;Dru\u0161tvo za razvoj kreativnosti in potencialov-Portret, socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id345 = L.marker(\r\n                [46.558331,15.6469144], \r\n\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Peron_kooperativa_projektnih_ustvarjalcev_zoo_socialno_podjetje\\&quot;&gt;Peron, kooperativa projektnih ustvarjalcev z.o.o., socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\/\/n\/\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Peron,_kooperativa_projektnih_ustvarjalcev_z.o.o.,_socialno_podjetje\\&quot;&gt;Peron, kooperativa projektnih ustvarjalcev z.o.o., socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id346 = L.marker(\r\n                [46.557396,15.6474043], \r\n\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Evropski_kulturni_in_tehnoloki_center_Maribor_socialno_podjetje\\&quot;&gt;Evropski kulturni in tehnolo\u0161ki center Maribor, socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\/\/n\/\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Evropski_kulturni_in_tehnolo\u0161ki_center_Maribor,_socialno_podjetje\\&quot;&gt;Evropski kulturni in tehnolo\u0161ki center Maribor, socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id347 = L.marker(\r\n                [46.53972265,15.504028250000001], \r\n\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Drutvo_Glazerjeva_domaija_socialno_podjetje\\&quot;&gt;Dru\u0161tvo Glazerjeva doma\u010dija, socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\/\/n\/\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Dru\u0161tvo_Glazerjeva_doma\u010dija,_socialno_podjetje\\&quot;&gt;Dru\u0161tvo Glazerjeva doma\u010dija, socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id348 = L.marker(\r\n                [46.5505688,15.6383836], \r\n\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Romsko_drutvo_Romani_kafenava_dobrota_socialno_podjetje\\&quot;&gt;Romsko dru\u0161tvo Romani kafenava dobrota, socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\/\/n\/\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Romsko_dru\u0161tvo_Romani_kafenava_dobrota,_socialno_podjetje\\&quot;&gt;Romsko dru\u0161tvo Romani kafenava dobrota, socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id349 = L.marker(\r\n                [46.5534951,15.6437745], \r\n\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Mobilnostni_trendi_in_inovacije_zadruga_za_razvoj_sodobnih_prometnih_reitev_zoo_sop\\&quot;&gt;Mobilnostni trendi in inovacije, zadruga za razvoj sodobnih prometnih re\u0161itev, z.o.o., so.p.&lt;\/a&gt;')).addTo( mar34 );\r\n\/\/n\/\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Mobilnostni_trendi_in_inovacije,_zadruga_za_razvoj_sodobnih_prometnih_re\u0161itev,_z.o.o.,_so.p.\\&quot;&gt;Mobilnostni trendi in inovacije, zadruga za razvoj sodobnih prometnih re\u0161itev, z.o.o., so.p.&lt;\/a&gt;')).addTo( mar34 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id350 = L.marker(\r\n                [46.5568558,15.6497501], \r\n\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Reitve_za_ranljive_skupine_v_prometu_zoo_sop\\&quot;&gt;Re\u0161itve za ranljive skupine v prometu, z.o.o., so.p.&lt;\/a&gt;')).addTo( mar34 );\r\n\/\/n\/\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Re\u0161itve_za_ranljive_skupine_v_prometu,_z.o.o.,_so.p.\\&quot;&gt;Re\u0161itve za ranljive skupine v prometu, z.o.o., so.p.&lt;\/a&gt;')).addTo( mar34 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id352 = L.marker(\r\n                [46.558331,15.6469144], \r\n\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Drutvo_za_trajnostni_razvoj_in_celostne_reitve_sop\\&quot;&gt;Dru\u0161tvo za trajnostni razvoj in celostne re\u0161itve, so.p.&lt;\/a&gt;')).addTo( mar34 );\r\n\/\/n\/\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Dru\u0161tvo_za_trajnostni_razvoj_in_celostne_re\u0161itve,_so.p.\\&quot;&gt;Dru\u0161tvo za trajnostni razvoj in celostne re\u0161itve, so.p.&lt;\/a&gt;')).addTo( mar34 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id353 = L.marker(\r\n                [46.563649049999995,15.63057753573778], \r\n\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#CITILAB_Zavod_za_razvoj_kreativnih_tehnologij_Maribor_socialno_podjetje\\&quot;&gt;CITILAB, Zavod za razvoj kreativnih tehnologij Maribor, socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\/\/n\/\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#CITILAB,_Zavod_za_razvoj_kreativnih_tehnologij_Maribor,_socialno_podjetje\\&quot;&gt;CITILAB, Zavod za razvoj kreativnih tehnologij Maribor, socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id354 = L.marker(\r\n                [46.5568558,15.6497501], \r\n\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#P_invest_zadruga_za_investiranje_v_parkirna_mesta_zoo_sop\\&quot;&gt;P invest, zadruga za investiranje v parkirna mesta, z.o.o., so.p.&lt;\/a&gt;')).addTo( mar34 );\r\n\/\/n\/\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#P_invest,_zadruga_za_investiranje_v_parkirna_mesta,_z.o.o.,_so.p.\\&quot;&gt;P invest, zadruga za investiranje v parkirna mesta, z.o.o., so.p.&lt;\/a&gt;')).addTo( mar34 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id355 = L.marker(\r\n                [46.5276027,15.6685423], \r\n\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Zrak_zadruga_za_razvoj_komponent_za_elektro_vozila_zoo_sop\\&quot;&gt;Zrak, zadruga za razvoj komponent za elektro vozila, z.o.o., so.p.&lt;\/a&gt;')).addTo( mar34 );\r\n\/\/n\/\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Zrak,_zadruga_za_razvoj_komponent_za_elektro_vozila,_z.o.o.,_so.p.\\&quot;&gt;Zrak, zadruga za razvoj komponent za elektro vozila, z.o.o., so.p.&lt;\/a&gt;')).addTo( mar34 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id356 = L.marker(\r\n                [46.5532312,15.660312], \r\n\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Vodno_polje_ekoloka_pridelava_hrane_zoo_sop\\&quot;&gt;Vodno polje, ekolo\u0161ka pridelava hrane, z.o.o. so.p.&lt;\/a&gt;')).addTo( mar34 );\r\n\/\/n\/\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Vodno_polje,_ekolo\u0161ka_pridelava_hrane,_z.o.o._so.p.\\&quot;&gt;Vodno polje, ekolo\u0161ka pridelava hrane, z.o.o. so.p.&lt;\/a&gt;')).addTo( mar34 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id357 = L.marker(\r\n                [46.5384252,15.6357725], \r\n\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Elektrina_vozila_zadruga_za_elektrifikacijo_vozil_zoo_sop\\&quot;&gt;Elektri\u010dna vozila, zadruga za elektrifikacijo vozil, z.o.o., so.p.&lt;\/a&gt;')).addTo( mar34 );\r\n\/\/n\/\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Elektri\u010dna_vozila,_zadruga_za_elektrifikacijo_vozil,_z.o.o.,_so.p.\\&quot;&gt;Elektri\u010dna vozila, zadruga za elektrifikacijo vozil, z.o.o., so.p.&lt;\/a&gt;')).addTo( mar34 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id358 = L.marker(\r\n                [46.5454062,15.648627], \r\n\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#ZEMER_trgovina_in_storitve_doo_socialno_podjetje\\&quot;&gt;ZEMER trgovina in storitve d.o.o. socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\/\/n\/\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#ZEMER_trgovina_in_storitve_d.o.o._socialno_podjetje\\&quot;&gt;ZEMER trgovina in storitve d.o.o. socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id359 = L.marker(\r\n                [46.6013419,15.6722526], \r\n\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Kreativna_zadruga_za_izobraevanje_usposabljanje_in_kreiranje_novih_delovnih_mest_zoo_sop\\&quot;&gt;Kreativna zadruga za izobra\u017eevanje, usposabljanje in kreiranje novih delovnih mest z.o.o., so.p.&lt;\/a&gt;')).addTo( mar34 );\r\n\/\/n\/\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Kreativna_zadruga_za_izobra\u017eevanje,_usposabljanje_in_kreiranje_novih_delovnih_mest_z.o.o.,_so.p.\\&quot;&gt;Kreativna zadruga za izobra\u017eevanje, usposabljanje in kreiranje novih delovnih mest z.o.o., so.p.&lt;\/a&gt;')).addTo( mar34 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id360 = L.marker(\r\n                [46.54106715,15.637337549999991], \r\n\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Permakulturni_intitut_Maribor_socialno_podjetje\\&quot;&gt;Permakulturni in\u0161titut Maribor, socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\/\/n\/\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Permakulturni_in\u0161titut_Maribor,_socialno_podjetje\\&quot;&gt;Permakulturni in\u0161titut Maribor, socialno podjetje&lt;\/a&gt;')).addTo( mar34 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id361 = L.marker(\r\n                [46.1978444,14.543427], \r\n\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Grunt_Zavod_za_socialno_podjetnitvo_na_podeelju\\&quot;&gt;Grunt, Zavod za socialno podjetni\u0161tvo na pode\u017eelju&lt;\/a&gt;')).addTo( mar34 );\r\n\/\/n\/\t\t\tmarker_options_34 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Grunt,_Zavod_za_socialno_podjetni\u0161tvo_na_pode\u017eelju\\&quot;&gt;Grunt, Zavod za socialno podjetni\u0161tvo na pode\u017eelju&lt;\/a&gt;')).addTo( mar34 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id362 = L.marker(\r\n                [46.0524293,14.5066209], \r\n\t\t\tmarker_options_2 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Zadruna_zveza_Slovenije\\&quot;&gt;Zadru\u017ena zveza Slovenije&lt;\/a&gt;')).addTo( mar2 );\r\n\/\/n\/\t\t\tmarker_options_2 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Zadru\u017ena_zveza_Slovenije\\&quot;&gt;Zadru\u017ena zveza Slovenije&lt;\/a&gt;')).addTo( mar2 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id363 = L.marker(\r\n                [45.764952,14.2135181], \r\n\t\t\tmarker_options_2 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Intitut_RISE\\&quot;&gt;In\u0161titut RISE&lt;\/a&gt;')).addTo( mar2 );\r\n\/\/n\/\t\t\tmarker_options_2 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#In\u0161titut_RISE\\&quot;&gt;In\u0161titut RISE&lt;\/a&gt;')).addTo( mar2 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id364 = L.marker(\r\n                [46.2607681,14.3899033], \r\n\t\t\tmarker_options_5 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Sklad_05\\&quot;&gt;Sklad 05&lt;\/a&gt;')).addTo( mar5 );\r\n\/\/n\/\t\t\tmarker_options_5 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Sklad_05\\&quot;&gt;Sklad 05&lt;\/a&gt;')).addTo( mar5 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id366 = L.marker(\r\n                [46.5590902,15.6380781], \r\n\t\t\tmarker_options_7 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#FERI__Fakulteta_za_elektrotehniko_raunalnitvo_in_informatiko\\&quot;&gt;FERI - Fakulteta za elektrotehniko, ra\u010dunalni\u0161tvo in informatiko&lt;\/a&gt;')).addTo( mar7 );\r\n\/\/n\/\t\t\tmarker_options_7 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#FERI_-_Fakulteta_za_elektrotehniko,_ra\u010dunalni\u0161tvo_in_informatiko\\&quot;&gt;FERI - Fakulteta za elektrotehniko, ra\u010dunalni\u0161tvo in informatiko&lt;\/a&gt;')).addTo( mar7 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id370 = L.marker(\r\n                [38.3063903,-7.7086099], \r\n\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#ADA__Associaco_de_Desenvolvimento_Acco_Social_e_Defesa_do_Ambiente\\&quot;&gt;ADA - Associa\u00e7\u00e3o de Desenvolvimento, Ac\u00e7\u00e3o Social e Defesa do Ambiente&lt;\/a&gt;')).addTo( mar10 );\r\n\/\/n\/\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#ADA_-_Associa\u00e7\u00e3o_de_Desenvolvimento,_Ac\u00e7\u00e3o_Social_e_Defesa_do_Ambiente\\&quot;&gt;ADA - Associa\u00e7\u00e3o de Desenvolvimento, Ac\u00e7\u00e3o Social e Defesa do Ambiente&lt;\/a&gt;')).addTo( mar10 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id388 = L.marker(\r\n                [38.5715394,-7.9076661], \r\n\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Associaco_Amigos_dos_Reformados_Pensionistas_e_Idosos_de_S_Miguel_de_Machede_AARPISMM\\&quot;&gt;Associa\u00e7\u00e3o Amigos dos Reformados Pensionistas e Idosos de S. Miguel de Machede, AARPI\/SMM&lt;\/a&gt;')).addTo( mar10 );\r\n\/\/n\/\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Associa\u00e7\u00e3o_Amigos_dos_Reformados_Pensionistas_e_Idosos_de_S._Miguel_de_Machede,_AARPI\/SMM\\&quot;&gt;Associa\u00e7\u00e3o Amigos dos Reformados Pensionistas e Idosos de S. Miguel de Machede, AARPI\/SMM&lt;\/a&gt;')).addTo( mar10 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id390 = L.marker(\r\n                [38.5708777,-7.9054913], \r\n\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Associaco_da_Creche_e_Jardim_de_Infancia_de_Evora\\&quot;&gt;Associa\u00e7\u00e3o da Creche e Jardim de Inf\u00e2ncia de \u00c9vora&lt;\/a&gt;')).addTo( mar10 );\r\n\/\/n\/\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Associa\u00e7\u00e3o_da_Creche_e_Jardim_de_Inf\u00e2ncia_de_\u00c9vora\\&quot;&gt;Associa\u00e7\u00e3o da Creche e Jardim de Inf\u00e2ncia de \u00c9vora&lt;\/a&gt;')).addTo( mar10 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id393 = L.marker(\r\n                [38.5404571,-8.1660474], \r\n\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Associaco_de_Amigos_Unidos_pelo_Escoural\\&quot;&gt;Associa\u00e7\u00e3o de Amigos Unidos pelo Escoural&lt;\/a&gt;')).addTo( mar10 );\r\n\/\/n\/\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Associa\u00e7\u00e3o_de_Amigos_Unidos_pelo_Escoural\\&quot;&gt;Associa\u00e7\u00e3o de Amigos Unidos pelo Escoural&lt;\/a&gt;')).addTo( mar10 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id395 = L.marker(\r\n                [38.3964434,-8.1543421], \r\n\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Associaco_de_Convivio_dos_Reformados_de_Alcacovas\\&quot;&gt;Associa\u00e7\u00e3o de Conv\u00edvio dos Reformados de Alc\u00e1\u00e7ovas&lt;\/a&gt;')).addTo( mar10 );\r\n\/\/n\/\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Associa\u00e7\u00e3o_de_Conv\u00edvio_dos_Reformados_de_Alc\u00e1\u00e7ovas\\&quot;&gt;Associa\u00e7\u00e3o de Conv\u00edvio dos Reformados de Alc\u00e1\u00e7ovas&lt;\/a&gt;')).addTo( mar10 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id399 = L.marker(\r\n                [38.7639772,-8.1222607], \r\n\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Associaco_de_Idosos_e_Reformados_da_Freguesia_do_Sabugueiro_\\&quot;&gt;Associa\u00e7\u00e3o de Idosos e Reformados da Freguesia do Sabugueiro &lt;\/a&gt;')).addTo( mar10 );\r\n\/\/n\/\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Associa\u00e7\u00e3o_de_Idosos_e_Reformados_da_Freguesia_do_Sabugueiro_\\&quot;&gt;Associa\u00e7\u00e3o de Idosos e Reformados da Freguesia do Sabugueiro &lt;\/a&gt;')).addTo( mar10 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id408 = L.marker(\r\n                [38.5421587,-8.1652587], \r\n\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Associaco_de_Protecco_Social_a_Populaco_de_Santiago_do_Escoural\\&quot;&gt;Associa\u00e7\u00e3o de Protec\u00e7\u00e3o Social \u00e0 Popula\u00e7\u00e3o de Santiago do Escoural&lt;\/a&gt;')).addTo( mar10 );\r\n\/\/n\/\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Associa\u00e7\u00e3o_de_Protec\u00e7\u00e3o_Social_\u00e0_Popula\u00e7\u00e3o_de_Santiago_do_Escoural\\&quot;&gt;Associa\u00e7\u00e3o de Protec\u00e7\u00e3o Social \u00e0 Popula\u00e7\u00e3o de Santiago do Escoural&lt;\/a&gt;')).addTo( mar10 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id414 = L.marker(\r\n                [38.7091941,-7.8991807], \r\n\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Associaco_de_Reformados_Pensionistas_e_Idosos_de_Igrejinha_\\&quot;&gt;Associa\u00e7\u00e3o de Reformados Pensionistas e Idosos de Igrejinha &lt;\/a&gt;')).addTo( mar10 );\r\n\/\/n\/\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Associa\u00e7\u00e3o_de_Reformados_Pensionistas_e_Idosos_de_Igrejinha_\\&quot;&gt;Associa\u00e7\u00e3o de Reformados Pensionistas e Idosos de Igrejinha &lt;\/a&gt;')).addTo( mar10 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id421 = L.marker(\r\n                [38.6481777,-8.2115858], \r\n\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Associaco_de_Reformados_Pensionistas_e_Idosos_das_Silveiras\\&quot;&gt;Associa\u00e7\u00e3o de Reformados, Pensionistas e Idosos das Silveiras&lt;\/a&gt;')).addTo( mar10 );\r\n\/\/n\/\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Associa\u00e7\u00e3o_de_Reformados,_Pensionistas_e_Idosos_das_Silveiras\\&quot;&gt;Associa\u00e7\u00e3o de Reformados, Pensionistas e Idosos das Silveiras&lt;\/a&gt;')).addTo( mar10 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id427 = L.marker(\r\n                [38.6759587,-8.4704861], \r\n\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Associaco_de_Solidariedade_Social_25_de_Abril_de_Vendas_Novas_\\&quot;&gt;Associa\u00e7\u00e3o de Solidariedade Social 25 de Abril de Vendas Novas &lt;\/a&gt;')).addTo( mar10 );\r\n\/\/n\/\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Associa\u00e7\u00e3o_de_Solidariedade_Social_25_de_Abril_de_Vendas_Novas_\\&quot;&gt;Associa\u00e7\u00e3o de Solidariedade Social 25 de Abril de Vendas Novas &lt;\/a&gt;')).addTo( mar10 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id457 = L.marker(\r\n                [38.6823611,-7.651356], \r\n\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Casa_do_Povo_de_Freixo\\&quot;&gt;Casa do Povo de Freixo&lt;\/a&gt;')).addTo( mar10 );\r\n\/\/n\/\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Casa_do_Povo_de_Freixo\\&quot;&gt;Casa do Povo de Freixo&lt;\/a&gt;')).addTo( mar10 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id467 = L.marker(\r\n                [38.570559599999996,-7.907568982510514], \r\n\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Centro_Infantil_Irene_Lisboa_\\&quot;&gt;Centro Infantil Irene Lisboa &lt;\/a&gt;')).addTo( mar10 );\r\n\/\/n\/\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Centro_Infantil_Irene_Lisboa_\\&quot;&gt;Centro Infantil Irene Lisboa &lt;\/a&gt;')).addTo( mar10 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id485 = L.marker(\r\n                [38.8421882,-7.5869432], \r\n\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Centro_Social_Paroquial_de_Santo_Andre_de_Estremoz_\\&quot;&gt;Centro Social Paroquial de Santo Andr\u00e9 de Estremoz &lt;\/a&gt;')).addTo( mar10 );\r\n\/\/n\/\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Centro_Social_Paroquial_de_Santo_Andr\u00e9_de_Estremoz_\\&quot;&gt;Centro Social Paroquial de Santo Andr\u00e9 de Estremoz &lt;\/a&gt;')).addTo( mar10 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id497 = L.marker(\r\n                [38.56816,-7.9082685], \r\n\t\t\tmarker_options_25 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#CIMAC__Comunidade_Intermunicipal_do_Alentejo_Central\\&quot;&gt;CIMAC - Comunidade Intermunicipal do Alentejo Central&lt;\/a&gt;')).addTo( mar25 );\r\n\/\/n\/\t\t\tmarker_options_25 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#CIMAC_-_Comunidade_Intermunicipal_do_Alentejo_Central\\&quot;&gt;CIMAC - Comunidade Intermunicipal do Alentejo Central&lt;\/a&gt;')).addTo( mar25 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id498 = L.marker(\r\n                [38.7019878,-7.40318], \r\n\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#CLAS_Alandroal_represented_by_the_Municipality_of_Alandroal\\&quot;&gt;CLAS Alandroal, represented by the Municipality of Alandroal&lt;\/a&gt;')).addTo( mar9 );\r\n\/\/n\/\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#CLAS_Alandroal,_represented_by_the_Municipality_of_Alandroal\\&quot;&gt;CLAS Alandroal, represented by the Municipality of Alandroal&lt;\/a&gt;')).addTo( mar9 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id500 = L.marker(\r\n                [-5.334,-59.23828936170213], \r\n\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#CLAS_Borba_represented_by_the_Municipality_of_Borba\\&quot;&gt;CLAS Borba, represented by the Municipality of Borba&lt;\/a&gt;')).addTo( mar9 );\r\n\/\/n\/\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#CLAS_Borba,_represented_by_the_Municipality_of_Borba\\&quot;&gt;CLAS Borba, represented by the Municipality of Borba&lt;\/a&gt;')).addTo( mar9 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id501 = L.marker(\r\n                [38.842758450000005,-7.586895291503561], \r\n\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#CLAS_Estremoz_represented_by_the_Municipality_of_Estremoz\\&quot;&gt;CLAS Estremoz, represented by the Municipality of Estremoz&lt;\/a&gt;')).addTo( mar9 );\r\n\/\/n\/\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#CLAS_Estremoz,_represented_by_the_Municipality_of_Estremoz\\&quot;&gt;CLAS Estremoz, represented by the Municipality of Estremoz&lt;\/a&gt;')).addTo( mar9 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id502 = L.marker(\r\n                [38.5722964,-7.909751508279852], \r\n\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#CLAS_Evora_represented_by_the_Municipality_of_Evora\\&quot;&gt;CLAS \u00c9vora, represented by the Municipality of \u00c9vora&lt;\/a&gt;')).addTo( mar9 );\r\n\/\/n\/\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#CLAS_\u00c9vora,_represented_by_the_Municipality_of_\u00c9vora\\&quot;&gt;CLAS \u00c9vora, represented by the Municipality of \u00c9vora&lt;\/a&gt;')).addTo( mar9 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id503 = L.marker(\r\n                [38.6464758,-8.2179411], \r\n\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#CLAS_MontemoroNovo_represented_by_the_Municipality_of_MontemoroNovo\\&quot;&gt;CLAS Montemor-o-Novo, represented by the Municipality of Montemor-o-Novo&lt;\/a&gt;')).addTo( mar9 );\r\n\/\/n\/\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#CLAS_Montemor-o-Novo,_represented_by_the_Municipality_of_Montemor-o-Novo\\&quot;&gt;CLAS Montemor-o-Novo, represented by the Municipality of Montemor-o-Novo&lt;\/a&gt;')).addTo( mar9 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id507 = L.marker(\r\n                [38.6468682,-7.5463641], \r\n\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#CLAS_Redondo_represented_by_the_Municipality_of_Redondo\\&quot;&gt;CLAS Redondo, represented by the Municipality of Redondo&lt;\/a&gt;')).addTo( mar9 );\r\n\/\/n\/\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#CLAS_Redondo,_represented_by_the_Municipality_of_Redondo\\&quot;&gt;CLAS Redondo, represented by the Municipality of Redondo&lt;\/a&gt;')).addTo( mar9 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id511 = L.marker(\r\n                [38.7785095,-7.4186154], \r\n\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#CLAS_Vila_Vicosa_represented_by_the_Municipality_of_Vila_Vicosa\\&quot;&gt;CLAS Vila Vi\u00e7osa, represented by the Municipality of Vila Vi\u00e7osa&lt;\/a&gt;')).addTo( mar9 );\r\n\/\/n\/\t\t\tmarker_options_9 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#CLAS_Vila_Vi\u00e7osa,_represented_by_the_Municipality_of_Vila_Vi\u00e7osa\\&quot;&gt;CLAS Vila Vi\u00e7osa, represented by the Municipality of Vila Vi\u00e7osa&lt;\/a&gt;')).addTo( mar9 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id520 = L.marker(\r\n                [38.5627075,-7.9097005], \r\n\t\t\tmarker_options_29 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#EcoNutraceuticos_SA\\&quot;&gt;Eco-Nutraceuticos, SA&lt;\/a&gt;')).addTo( mar29 );\r\n\/\/n\/\t\t\tmarker_options_29 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Eco-Nutraceuticos,_SA\\&quot;&gt;Eco-Nutraceuticos, SA&lt;\/a&gt;')).addTo( mar29 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id536 = L.marker(\r\n                [38.5734339,-7.9080792], \r\n\t\t\tmarker_options_19 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#IEFP__Instituto_de_Emprego_e_Formaco_Profissional__Delegaco_Regional_do_Alentejo_\\&quot;&gt;IEFP - Instituto de Emprego e Forma\u00e7\u00e3o Profissional - Delega\u00e7\u00e3o Regional do Alentejo. &lt;\/a&gt;')).addTo( mar19 );\r\n\/\/n\/\t\t\tmarker_options_19 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#IEFP_-_Instituto_de_Emprego_e_Forma\u00e7\u00e3o_Profissional_-_Delega\u00e7\u00e3o_Regional_do_Alentejo._\\&quot;&gt;IEFP - Instituto de Emprego e Forma\u00e7\u00e3o Profissional - Delega\u00e7\u00e3o Regional do Alentejo. &lt;\/a&gt;')).addTo( mar19 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id539 = L.marker(\r\n                [38.72321035,-9.153477013799245], \r\n\t\t\tmarker_options_11 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#IPJ__Instituto_Portugues_do_Desporto_e_Juventude\\&quot;&gt;IPJ - Instituto Portugu\u00eas do Desporto e Juventude&lt;\/a&gt;')).addTo( mar11 );\r\n\/\/n\/\t\t\tmarker_options_11 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#IPJ_-_Instituto_Portugu\u00eas_do_Desporto_e_Juventude\\&quot;&gt;IPJ - Instituto Portugu\u00eas do Desporto e Juventude&lt;\/a&gt;')).addTo( mar11 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id540 = L.marker(\r\n                [38.56816,-7.9082685], \r\n\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Jardim_Infantil_de_Nossa_Senhora_da_Piedade_\\&quot;&gt;Jardim Infantil de Nossa Senhora da Piedade &lt;\/a&gt;')).addTo( mar10 );\r\n\/\/n\/\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Jardim_Infantil_de_Nossa_Senhora_da_Piedade_\\&quot;&gt;Jardim Infantil de Nossa Senhora da Piedade &lt;\/a&gt;')).addTo( mar10 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id544 = L.marker(\r\n                [38.5684373,-7.9032282], \r\n\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Liga_de_Amigos_do_Hospital_do_Espirito_Santo__Evora_\\&quot;&gt;Liga de Amigos do Hospital do Espirito Santo - \u00c9vora &lt;\/a&gt;')).addTo( mar10 );\r\n\/\/n\/\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Liga_de_Amigos_do_Hospital_do_Espirito_Santo_-_\u00c9vora_\\&quot;&gt;Liga de Amigos do Hospital do Espirito Santo - \u00c9vora &lt;\/a&gt;')).addTo( mar10 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id546 = L.marker(\r\n                [38.722299,-7.9832618], \r\n\t\t\tmarker_options_26 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Monte_ACE__Desenvolvimento_Alentejo_Central\\&quot;&gt;Monte, ACE - Desenvolvimento Alentejo Central&lt;\/a&gt;')).addTo( mar26 );\r\n\/\/n\/\t\t\tmarker_options_26 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Monte,_ACE_-_Desenvolvimento_Alentejo_Central\\&quot;&gt;Monte, ACE - Desenvolvimento Alentejo Central&lt;\/a&gt;')).addTo( mar26 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id555 = L.marker(\r\n                [38.5719811,-7.9147053], \r\n\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Po_e_Paz__Associaco_de_Solidariedade_Social\\&quot;&gt;P\u00e3o e Paz - Associa\u00e7\u00e3o de Solidariedade Social&lt;\/a&gt;')).addTo( mar10 );\r\n\/\/n\/\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#P\u00e3o_e_Paz_-_Associa\u00e7\u00e3o_de_Solidariedade_Social\\&quot;&gt;P\u00e3o e Paz - Associa\u00e7\u00e3o de Solidariedade Social&lt;\/a&gt;')).addTo( mar10 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id559 = L.marker(\r\n                [38.8403904,-7.5805755], \r\n\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Recolhimento_Nossa_Senhora_dos_Martires_\\&quot;&gt;Recolhimento Nossa Senhora dos M\u00e1rtires &lt;\/a&gt;')).addTo( mar10 );\r\n\/\/n\/\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Recolhimento_Nossa_Senhora_dos_M\u00e1rtires_\\&quot;&gt;Recolhimento Nossa Senhora dos M\u00e1rtires &lt;\/a&gt;')).addTo( mar10 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id564 = L.marker(\r\n                [38.8049498,-7.4561653], \r\n\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Santa_Casa_da_Misericordia_de_Borba_\\&quot;&gt;Santa Casa da Miseric\u00f3rdia de Borba &lt;\/a&gt;')).addTo( mar10 );\r\n\/\/n\/\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Santa_Casa_da_Miseric\u00f3rdia_de_Borba_\\&quot;&gt;Santa Casa da Miseric\u00f3rdia de Borba &lt;\/a&gt;')).addTo( mar10 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id567 = L.marker(\r\n                [38.8421882,-7.5869432], \r\n\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Santa_Casa_da_Misericordia_de_Estremoz_\\&quot;&gt;Santa Casa da Miseric\u00f3rdia de Estremoz &lt;\/a&gt;')).addTo( mar10 );\r\n\/\/n\/\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Santa_Casa_da_Miseric\u00f3rdia_de_Estremoz_\\&quot;&gt;Santa Casa da Miseric\u00f3rdia de Estremoz &lt;\/a&gt;')).addTo( mar10 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id591 = L.marker(\r\n                [38.7422254,-9.1331038], \r\n\t\t\tmarker_options_12 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Unio_das_Mutualidades_Portuguesas\\&quot;&gt;Uni\u00e3o das Mutualidades Portuguesas&lt;\/a&gt;')).addTo( mar12 );\r\n\/\/n\/\t\t\tmarker_options_12 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Uni\u00e3o_das_Mutualidades_Portuguesas\\&quot;&gt;Uni\u00e3o das Mutualidades Portuguesas&lt;\/a&gt;')).addTo( mar12 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id594 = L.marker(\r\n                [38.5732763,-7.9058921], \r\n\t\t\tmarker_options_23 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Universidade_de_Evora__Departamento_de_Informatica\\&quot;&gt;Universidade de \u00c9vora - Departamento de Inform\u00e1tica&lt;\/a&gt;')).addTo( mar23 );\r\n\/\/n\/\t\t\tmarker_options_23 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Universidade_de_\u00c9vora_-_Departamento_de_Inform\u00e1tica\\&quot;&gt;Universidade de \u00c9vora - Departamento de Inform\u00e1tica&lt;\/a&gt;')).addTo( mar23 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id595 = L.marker(\r\n                [38.5627075,-7.9097005], \r\n\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#USE__Universidade_Senior_de_Evora__Associaco_de_Aprendizagem_ao_Longo_da_Vida\\&quot;&gt;USE - Universidade S\u00e9nior de \u00c9vora - Associa\u00e7\u00e3o de Aprendizagem ao Longo da Vida&lt;\/a&gt;')).addTo( mar10 );\r\n\/\/n\/\t\t\tmarker_options_10 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#USE_-_Universidade_S\u00e9nior_de_\u00c9vora_-_Associa\u00e7\u00e3o_de_Aprendizagem_ao_Longo_da_Vida\\&quot;&gt;USE - Universidade S\u00e9nior de \u00c9vora - Associa\u00e7\u00e3o de Aprendizagem ao Longo da Vida&lt;\/a&gt;')).addTo( mar10 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id599 = L.marker(\r\n                [45.4811709,12.2397851], \r\n\t\t\tmarker_options_19 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Veneto_Lavoro\\&quot;&gt;Veneto Lavoro&lt;\/a&gt;')).addTo( mar19 );\r\n\/\/n\/\t\t\tmarker_options_19 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Veneto_Lavoro\\&quot;&gt;Veneto Lavoro&lt;\/a&gt;')).addTo( mar19 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id600 = L.marker(\r\n                [45.411305,11.9115379], \r\n\t\t\tmarker_options_33 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#IRECOOP_VENETO\\&quot;&gt;IRECOOP VENETO&lt;\/a&gt;')).addTo( mar33 );\r\n\/\/n\/\t\t\tmarker_options_33 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#IRECOOP_VENETO\\&quot;&gt;IRECOOP VENETO&lt;\/a&gt;')).addTo( mar33 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id605 = L.marker(\r\n                [45.3524862,11.9512552], \r\n\t\t\tmarker_options_21 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Veneto_Agricoltura\\&quot;&gt;Veneto Agricoltura&lt;\/a&gt;')).addTo( mar21 );\r\n\/\/n\/\t\t\tmarker_options_21 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Veneto_Agricoltura\\&quot;&gt;Veneto Agricoltura&lt;\/a&gt;')).addTo( mar21 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id606 = L.marker(\r\n                [46.1111555,12.0971053], \r\n\t\t\tmarker_options_21 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#GAL_Prealpi_e_Dolomiti\\&quot;&gt;GAL Prealpi e Dolomiti&lt;\/a&gt;')).addTo( mar21 );\r\n\/\/n\/\t\t\tmarker_options_21 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#GAL_Prealpi_e_Dolomiti\\&quot;&gt;GAL Prealpi e Dolomiti&lt;\/a&gt;')).addTo( mar21 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id607 = L.marker(\r\n                [44.9449084,12.120866762603425], \r\n\t\t\tmarker_options_21 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#GAL_Polesine_Adige_\\&quot;&gt;GAL Polesine Adige &lt;\/a&gt;')).addTo( mar21 );\r\n\/\/n\/\t\t\tmarker_options_21 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#GAL_Polesine_Adige_\\&quot;&gt;GAL Polesine Adige &lt;\/a&gt;')).addTo( mar21 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id608 = L.marker(\r\n                [46.4849353,12.4422162], \r\n\t\t\tmarker_options_21 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#GAL_Alto_Bellunese\\&quot;&gt;GAL Alto Bellunese&lt;\/a&gt;')).addTo( mar21 );\r\n\/\/n\/\t\t\tmarker_options_21 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#GAL_Alto_Bellunese\\&quot;&gt;GAL Alto Bellunese&lt;\/a&gt;')).addTo( mar21 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id609 = L.marker(\r\n                [45.9153954,12.1671736], \r\n\t\t\tmarker_options_21 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#GAL_Alta_Marca_\\&quot;&gt;GAL Alta Marca &lt;\/a&gt;')).addTo( mar21 );\r\n\/\/n\/\t\t\tmarker_options_21 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#GAL_Alta_Marca_\\&quot;&gt;GAL Alta Marca &lt;\/a&gt;')).addTo( mar21 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id611 = L.marker(\r\n                [45.34696425,11.958615392269795], \r\n\t\t\tmarker_options_23 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#ETIFOR_\\&quot;&gt;ETIFOR &lt;\/a&gt;')).addTo( mar23 );\r\n\/\/n\/\t\t\tmarker_options_23 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#ETIFOR_\\&quot;&gt;ETIFOR &lt;\/a&gt;')).addTo( mar23 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id612 = L.marker(\r\n                [45.4123212,11.8939049], \r\n\t\t\tmarker_options_23 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#UniSMART_Padova_Enterprise_\\&quot;&gt;UniSMART Padova Enterprise &lt;\/a&gt;')).addTo( mar23 );\r\n\/\/n\/\t\t\tmarker_options_23 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#UniSMART_Padova_Enterprise_\\&quot;&gt;UniSMART Padova Enterprise &lt;\/a&gt;')).addTo( mar23 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id618 = L.marker(\r\n                [45.389764,10.9008904], \r\n\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#SolCo_Verona\\&quot;&gt;Sol.Co Verona&lt;\/a&gt;')).addTo( mar15 );\r\n\/\/n\/\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Sol.Co_Verona\\&quot;&gt;Sol.Co Verona&lt;\/a&gt;')).addTo( mar15 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id620 = L.marker(\r\n                [45.4459615,11.8339838], \r\n\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Veneto_Insieme__Societa_Cooperativa_Sociale_Consortile_\\&quot;&gt;Veneto Insieme \u2013 Societ\u00e0 Cooperativa Sociale Consortile &lt;\/a&gt;')).addTo( mar15 );\r\n\/\/n\/\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Veneto_Insieme_\u2013_Societ\u00e0_Cooperativa_Sociale_Consortile_\\&quot;&gt;Veneto Insieme \u2013 Societ\u00e0 Cooperativa Sociale Consortile &lt;\/a&gt;')).addTo( mar15 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id622 = L.marker(\r\n                [45.389764,10.9008904], \r\n\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Consorzio_3_Venezie_\\&quot;&gt;Consorzio 3 Venezie &lt;\/a&gt;')).addTo( mar15 );\r\n\/\/n\/\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Consorzio_3_Venezie_\\&quot;&gt;Consorzio 3 Venezie &lt;\/a&gt;')).addTo( mar15 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id623 = L.marker(\r\n                [45.6734522,11.9292809], \r\n\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Consorzio_In_Concerto\\&quot;&gt;Consorzio In Concerto&lt;\/a&gt;')).addTo( mar15 );\r\n\/\/n\/\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Consorzio_In_Concerto\\&quot;&gt;Consorzio In Concerto&lt;\/a&gt;')).addTo( mar15 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id624 = L.marker(\r\n                [45.4125222,11.8916473], \r\n\t\t\tmarker_options_5 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Banca_Etica_\\&quot;&gt;Banca Etica &lt;\/a&gt;')).addTo( mar5 );\r\n\/\/n\/\t\t\tmarker_options_5 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Banca_Etica_\\&quot;&gt;Banca Etica &lt;\/a&gt;')).addTo( mar5 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id626 = L.marker(\r\n                [45.8691409,12.27093], \r\n\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Fondazione_Di_Comunita_Della_Sinistra_Piave_Per_La_Qualita_Della_Vita_Onlus\\&quot;&gt;Fondazione Di Comunit\u00e0 Della Sinistra Piave Per La Qualit\u00e0 Della Vita Onlus&lt;\/a&gt;')).addTo( mar15 );\r\n\/\/n\/\t\t\tmarker_options_15 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Fondazione_Di_Comunit\u00e0_Della_Sinistra_Piave_Per_La_Qualit\u00e0_Della_Vita_Onlus\\&quot;&gt;Fondazione Di Comunit\u00e0 Della Sinistra Piave Per La Qualit\u00e0 Della Vita Onlus&lt;\/a&gt;')).addTo( mar15 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id627 = L.marker(\r\n                [45.7927994,11.8964536], \r\n\t\t\tmarker_options_16 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Fondazione_La_Fornace_dellInnovazione\\&quot;&gt;Fondazione La Fornace dell\u2019Innovazione&lt;\/a&gt;')).addTo( mar16 );\r\n\/\/n\/\t\t\tmarker_options_16 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Fondazione_La_Fornace_dell\u2019Innovazione\\&quot;&gt;Fondazione La Fornace dell\u2019Innovazione&lt;\/a&gt;')).addTo( mar16 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id628 = L.marker(\r\n                [45.3778542,11.8894473], \r\n\t\t\tmarker_options_31 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Fondazione_La_Casa_onlus\\&quot;&gt;Fondazione La Casa onlus&lt;\/a&gt;')).addTo( mar31 );\r\n\/\/n\/\t\t\tmarker_options_31 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Fondazione_La_Casa_onlus\\&quot;&gt;Fondazione La Casa onlus&lt;\/a&gt;')).addTo( mar31 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id629 = L.marker(\r\n                [45.5745948,12.003628343051053], \r\n\t\t\tmarker_options_2 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Sinode\\&quot;&gt;Sinod\u00e8&lt;\/a&gt;')).addTo( mar2 );\r\n\/\/n\/\t\t\tmarker_options_2 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Sinod\u00e8\\&quot;&gt;Sinod\u00e8&lt;\/a&gt;')).addTo( mar2 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id631 = L.marker(\r\n                [45.4133831,11.915023], \r\n\t\t\tmarker_options_2 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Ergon_Group_\\&quot;&gt;Ergon Group &lt;\/a&gt;')).addTo( mar2 );\r\n\/\/n\/\t\t\tmarker_options_2 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Ergon_Group_\\&quot;&gt;Ergon Group &lt;\/a&gt;')).addTo( mar2 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id635 = L.marker(\r\n                [17.7482281,-88.0243277], \r\n\t\t\tmarker_options_14 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Innoveneto_\\&quot;&gt;Innoveneto &lt;\/a&gt;')).addTo( mar14 );\r\n\/\/n\/\t\t\tmarker_options_14 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Innoveneto_\\&quot;&gt;Innoveneto &lt;\/a&gt;')).addTo( mar14 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id636 = L.marker(\r\n                [45.410701,11.8764247], \r\n\t\t\tmarker_options_32 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#RIBESNEST_\\&quot;&gt;RIBESNEST &lt;\/a&gt;')).addTo( mar32 );\r\n\/\/n\/\t\t\tmarker_options_32 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#RIBESNEST_\\&quot;&gt;RIBESNEST &lt;\/a&gt;')).addTo( mar32 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id638 = L.marker(\r\n                [17.7482281,-88.0243277], \r\n\t\t\tmarker_options_32 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#INNOSAP__Innovation_for_Sustainability_in_Agrifood_Production\\&quot;&gt;INNOSAP - Innovation for Sustainability in Agrifood Production&lt;\/a&gt;')).addTo( mar32 );\r\n\/\/n\/\t\t\tmarker_options_32 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#INNOSAP_-_Innovation_for_Sustainability_in_Agrifood_Production\\&quot;&gt;INNOSAP - Innovation for Sustainability in Agrifood Production&lt;\/a&gt;')).addTo( mar32 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id639 = L.marker(\r\n                [45.4361518,10.9935259], \r\n\t\t\tmarker_options_32 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Rete_Innovativa_Alimentare_Veneto__RIAV\\&quot;&gt;Rete Innovativa Alimentare Veneto - RIAV&lt;\/a&gt;')).addTo( mar32 );\r\n\/\/n\/\t\t\tmarker_options_32 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Rete_Innovativa_Alimentare_Veneto_-_RIAV\\&quot;&gt;Rete Innovativa Alimentare Veneto - RIAV&lt;\/a&gt;')).addTo( mar32 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id642 = L.marker(\r\n                [45.4361518,10.9935259], \r\n\t\t\tmarker_options_32 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Veneto_Clima_ed_Energia\\&quot;&gt;Veneto Clima ed Energia&lt;\/a&gt;')).addTo( mar32 );\r\n\/\/n\/\t\t\tmarker_options_32 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Veneto_Clima_ed_Energia\\&quot;&gt;Veneto Clima ed Energia&lt;\/a&gt;')).addTo( mar32 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id643 = L.marker(\r\n                [45.4818249,11.70666], \r\n\t\t\tmarker_options_32 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Veneto_Green_Cluster\\&quot;&gt;Veneto Green Cluster&lt;\/a&gt;')).addTo( mar32 );\r\n\/\/n\/\t\t\tmarker_options_32 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Veneto_Green_Cluster\\&quot;&gt;Veneto Green Cluster&lt;\/a&gt;')).addTo( mar32 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id644 = L.marker(\r\n                [17.7482281,-88.0243277], \r\n\t\t\tmarker_options_32 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#M3Net\\&quot;&gt;M3-Net&lt;\/a&gt;')).addTo( mar32 );\r\n\/\/n\/\t\t\tmarker_options_32 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#M3-Net\\&quot;&gt;M3-Net&lt;\/a&gt;')).addTo( mar32 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id645 = L.marker(\r\n                [17.7482281,-88.0243277], \r\n\t\t\tmarker_options_32 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Venetian_Green_Building_Cluster\\&quot;&gt;Venetian Green Building Cluster&lt;\/a&gt;')).addTo( mar32 );\r\n\/\/n\/\t\t\tmarker_options_32 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Venetian_Green_Building_Cluster\\&quot;&gt;Venetian Green Building Cluster&lt;\/a&gt;')).addTo( mar32 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id648 = L.marker(\r\n                [17.7482281,-88.0243277], \r\n\t\t\tmarker_options_32 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#ICT_for_Smart_and_Sustainable_Living\\&quot;&gt;ICT for Smart and Sustainable Living&lt;\/a&gt;')).addTo( mar32 );\r\n\/\/n\/\t\t\tmarker_options_32 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#ICT_for_Smart_and_Sustainable_Living\\&quot;&gt;ICT for Smart and Sustainable Living&lt;\/a&gt;')).addTo( mar32 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id649 = L.marker(\r\n                [45.2256851,11.660411], \r\n\t\t\tmarker_options_32 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Euteknos\\&quot;&gt;Euteknos&lt;\/a&gt;')).addTo( mar32 );\r\n\/\/n\/\t\t\tmarker_options_32 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Euteknos\\&quot;&gt;Euteknos&lt;\/a&gt;')).addTo( mar32 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id651 = L.marker(\r\n                [45.4214337,11.9801327], \r\n\t\t\tmarker_options_32 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Facedesign\\&quot;&gt;Face-design&lt;\/a&gt;')).addTo( mar32 );\r\n\/\/n\/\t\t\tmarker_options_32 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Face-design\\&quot;&gt;Face-design&lt;\/a&gt;')).addTo( mar32 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id652 = L.marker(\r\n                [17.7482281,-88.0243277], \r\n\t\t\tmarker_options_32 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Sicurezza_e_protezione_nel_lavoro_e_nello_sport\\&quot;&gt;Sicurezza e protezione nel lavoro e nello sport&lt;\/a&gt;')).addTo( mar32 );\r\n\/\/n\/\t\t\tmarker_options_32 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Sicurezza_e_protezione_nel_lavoro_e_nello_sport\\&quot;&gt;Sicurezza e protezione nel lavoro e nello sport&lt;\/a&gt;')).addTo( mar32 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id654 = L.marker(\r\n                [45.43499985,12.327049851414419], \r\n\t\t\tmarker_options_25 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Veneto_Region\\&quot;&gt;Veneto Region&lt;\/a&gt;')).addTo( mar25 );\r\n\/\/n\/\t\t\tmarker_options_25 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Veneto_Region\\&quot;&gt;Veneto Region&lt;\/a&gt;')).addTo( mar25 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id655 = L.marker(\r\n                [43.2940558,5.3565663], \r\n\t\t\tmarker_options_23 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#AixMarseille_University\\&quot;&gt;Aix-Marseille University&lt;\/a&gt;')).addTo( mar23 );\r\n\/\/n\/\t\t\tmarker_options_23 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Aix-Marseille_University\\&quot;&gt;Aix-Marseille University&lt;\/a&gt;')).addTo( mar23 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id656 = L.marker(\r\n                [44.8741446,13.8484634], \r\n\t\t\tmarker_options_13 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Foundation_for_Partnership_and_Civil_Society_Development\\&quot;&gt;Foundation for Partnership and Civil Society Development&lt;\/a&gt;')).addTo( mar13 );\r\n\/\/n\/\t\t\tmarker_options_13 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Foundation_for_Partnership_and_Civil_Society_Development\\&quot;&gt;Foundation for Partnership and Civil Society Development&lt;\/a&gt;')).addTo( mar13 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id657 = L.marker(\r\n                [45.2375985,13.9380785], \r\n\t\t\tmarker_options_25 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Region_of_Istria\\&quot;&gt;Region of Istria&lt;\/a&gt;')).addTo( mar25 );\r\n\/\/n\/\t\t\tmarker_options_25 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Region_of_Istria\\&quot;&gt;Region of Istria&lt;\/a&gt;')).addTo( mar25 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id658 = L.marker(\r\n                [38.1902652,-8.5525558], \r\n\t\t\tmarker_options_13 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#RCDI__Development_and_Innovation_Network\\&quot;&gt;RCDI \u2013 Development and Innovation Network&lt;\/a&gt;')).addTo( mar13 );\r\n\/\/n\/\t\t\tmarker_options_13 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#RCDI_\u2013_Development_and_Innovation_Network\\&quot;&gt;RCDI \u2013 Development and Innovation Network&lt;\/a&gt;')).addTo( mar13 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id659 = L.marker(\r\n                [41.1157568,25.3960587], \r\n\t\t\tmarker_options_25 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Region_of_East_Macedonia_and_Thrace__Regional_Development_Fund\\&quot;&gt;Region of East Macedonia and Thrace - Regional Development Fund&lt;\/a&gt;')).addTo( mar25 );\r\n\/\/n\/\t\t\tmarker_options_25 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Region_of_East_Macedonia_and_Thrace_-_Regional_Development_Fund\\&quot;&gt;Region of East Macedonia and Thrace - Regional Development Fund&lt;\/a&gt;')).addTo( mar25 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id660 = L.marker(\r\n                [45.6642394,12.2436828], \r\n\t\t\tmarker_options_3 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Treviso_and_Belluno_Chamber_of_Commerce\\&quot;&gt;Treviso and Belluno Chamber of Commerce&lt;\/a&gt;')).addTo( mar3 );\r\n\/\/n\/\t\t\tmarker_options_3 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Treviso_and_Belluno_Chamber_of_Commerce\\&quot;&gt;Treviso and Belluno Chamber of Commerce&lt;\/a&gt;')).addTo( mar3 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id661 = L.marker(\r\n                [41.6827818,-0.8873311335042735], \r\n\t\t\tmarker_options_24 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Technological_Institute_of_Aragon__ITAINNOVA\\&quot;&gt;Technological Institute of Aragon \u2013 ITAINNOVA&lt;\/a&gt;')).addTo( mar24 );\r\n\/\/n\/\t\t\tmarker_options_24 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Technological_Institute_of_Aragon_\u2013_ITAINNOVA\\&quot;&gt;Technological Institute of Aragon \u2013 ITAINNOVA&lt;\/a&gt;')).addTo( mar24 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id662 = L.marker(\r\n                [37.9755851,23.7777642], \r\n\t\t\tmarker_options_13 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Greek_Free_Open_Source_Software_Society__GFOSS\\&quot;&gt;Greek Free Open Source Software Society - GFOSS&lt;\/a&gt;')).addTo( mar13 );\r\n\/\/n\/\t\t\tmarker_options_13 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Greek_Free_Open_Source_Software_Society_-_GFOSS\\&quot;&gt;Greek Free Open Source Software Society - GFOSS&lt;\/a&gt;')).addTo( mar13 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id663 = L.marker(\r\n                [41.3943086,1.9945443], \r\n\t\t\tmarker_options_21 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Barcelona_Activa_SA_SPM\\&quot;&gt;Barcelona Activa SA SPM&lt;\/a&gt;')).addTo( mar21 );\r\n\/\/n\/\t\t\tmarker_options_21 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Barcelona_Activa_SA_SPM\\&quot;&gt;Barcelona Activa SA SPM&lt;\/a&gt;')).addTo( mar21 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id664 = L.marker(\r\n                [41.2755526,1.9867513], \r\n\t\t\tmarker_options_18 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Open_University_of_Catalonia__UOC\\&quot;&gt;Open University of Catalonia \u2013 UOC&lt;\/a&gt;')).addTo( mar18 );\r\n\/\/n\/\t\t\tmarker_options_18 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Open_University_of_Catalonia_\u2013_UOC\\&quot;&gt;Open University of Catalonia \u2013 UOC&lt;\/a&gt;')).addTo( mar18 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id665 = L.marker(\r\n                [46.5582345,15.6471302], \r\n\t\t\tmarker_options_13 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Foundation_for_Improvement_of_Employment_Possibilities_PRIZMA\\&quot;&gt;Foundation for Improvement of Employment Possibilities PRIZMA&lt;\/a&gt;')).addTo( mar13 );\r\n\/\/n\/\t\t\tmarker_options_13 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Foundation_for_Improvement_of_Employment_Possibilities_PRIZMA\\&quot;&gt;Foundation for Improvement of Employment Possibilities PRIZMA&lt;\/a&gt;')).addTo( mar13 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id666 = L.marker(\r\n                [41.9025,12.4771934], \r\n\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#National_Association_of_Italian_Municipalities__ANCI\\&quot;&gt;National Association of Italian Municipalities \u2013 ANCI&lt;\/a&gt;')).addTo( mar1 );\r\n\/\/n\/\t\t\tmarker_options_1 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#National_Association_of_Italian_Municipalities_\u2013_ANCI\\&quot;&gt;National Association of Italian Municipalities \u2013 ANCI&lt;\/a&gt;')).addTo( mar1 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id667 = L.marker(\r\n                [41.3276984,19.808381], \r\n\t\t\tmarker_options_3 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Union_of_Chambers_of_Commerce_and_Industry_of_Albania\\&quot;&gt;Union of Chambers of Commerce and Industry of Albania&lt;\/a&gt;')).addTo( mar3 );\r\n\/\/n\/\t\t\tmarker_options_3 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Union_of_Chambers_of_Commerce_and_Industry_of_Albania\\&quot;&gt;Union of Chambers of Commerce and Industry of Albania&lt;\/a&gt;')).addTo( mar3 );\r\n\r\nconsole.log('a line there') ; \r\n\r\n            var id668 = L.marker(\r\n                [44.8741446,13.8484634], \r\n\t\t\tmarker_options_25 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Regional_coordinator_for_European_Programmes_and_funds_of_the_Region_of_Istria_\\&quot;&gt;Regional coordinator for European Programmes and funds of the Region of Istria &lt;\/a&gt;')).addTo( mar25 );\r\n\/\/n\/\t\t\tmarker_options_25 ).bindPopup(window.WPLeafletMapPlugin.unescape('&lt;a href=\\&quot;#Regional_coordinator_for_European_Programmes_and_funds_of_the_Region_of_Istria_\\&quot;&gt;Regional coordinator for European Programmes and funds of the Region of Istria &lt;\/a&gt;')).addTo( mar25 );\r\n            var map = window.WPLeafletMapPlugin.getCurrentMap();\r\n            var baseLayers = {\t};\r\n\t\t\tvar overlays = {\r\n\"1. Association\": mar1,\r\n\"2. Business support organization\": mar2,\r\n\"3. Chambers of commerce\": mar3,\r\n\"4. Employers\u2019 associations\": mar4,\r\n\"5. Financial institutions\": mar5,\r\n\"6. General Education\": mar6,\r\n\"7. Higher education\": mar7,\r\n\"8. Large companies\": mar8,\r\n\"9. Local public authority\": mar9,\r\n\"10. Local public or private service providers\": mar10,\r\n\"11. National public authority\": mar11,\r\n\"12. National public or private service providers\": mar12,\r\n\"13. Non Profit Organization\": mar13,\r\n\"14. Open data providers\": mar14,\r\n\"15. Other bodies involved in social innovation\": mar15,\r\n\"16. Private innovation hubs\": mar16,\r\n\"17. Private local \/regional development agencies\": mar17,\r\n\"18. Private University or equivalent of higher education\": mar18,\r\n\"19. Public employment agencies\": mar19,\r\n\"20. Public innovation hubs\": mar20,\r\n\"21. Public local \/regional development agencies\": mar21,\r\n\"22. Public social agency\": mar22,\r\n\"23. Public university or equivalent of higher education\": mar23,\r\n\"24. R&#038;D technological innovation for social purposes, health, social care, and general social- driven market innovation\": mar24,\r\n\"25. Regional public authority\": mar25,\r\n\"26. Regional public or private service providers\": mar26,\r\n\"27. Research body in social studies, spatial planning, economic development\": mar27,\r\n\"28. Sectoral agencies\": mar28,\r\n\"29. SME\": mar29,\r\n\"30. Social cluster business support\": mar30,\r\n\"31. Social housing\": mar31,\r\n\"32. Thematic networks\": mar32,\r\n\"33. Training centre initial and continuing training\": mar33,\r\n\"34. Other\": mar34\t\t\t};\r\n\t\t\tL.control.layers(baseLayers, overlays).addTo(map);\r\n        }); \/\/ end add function\r\n\r\n\r\n\r\n\r\n        <\/script> \r\n<\/p>\r\n\r\n<div class='clearfix' style='margin-bottom: 5px;'><\/div>\r\n<div class='col-md-4 col-sm-6 col-xs-12'><div class='col-xs-2'><img src='\/wp-content\/uploads\/leaflet\/number_1.png' \/><\/div><div class='col-xs-10'>Association<\/div><\/div>\r\n<div class='col-md-4 col-sm-6 col-xs-12'><div class='col-xs-2'><img src='\/wp-content\/uploads\/leaflet\/number_2.png' \/><\/div><div class='col-xs-10'>Business support organization<\/div><\/div>\r\n<div class='col-md-4 col-sm-6 col-xs-12'><div class='col-xs-2'><img src='\/wp-content\/uploads\/leaflet\/number_3.png' \/><\/div><div class='col-xs-10'>Chambers of commerce<\/div><\/div><div class='clearfix' style='margin-bottom: 5px;'><\/div>\r\n<div class='col-md-4 col-sm-6 col-xs-12'><div class='col-xs-2'><img src='\/wp-content\/uploads\/leaflet\/number_4.png' \/><\/div><div class='col-xs-10'>Employers\u2019 associations<\/div><\/div>\r\n<div class='col-md-4 col-sm-6 col-xs-12'><div class='col-xs-2'><img src='\/wp-content\/uploads\/leaflet\/number_5.png' \/><\/div><div class='col-xs-10'>Financial institutions<\/div><\/div>\r\n<div class='col-md-4 col-sm-6 col-xs-12'><div class='col-xs-2'><img src='\/wp-content\/uploads\/leaflet\/number_6.png' \/><\/div><div class='col-xs-10'>General Education<\/div><\/div><div class='clearfix' style='margin-bottom: 5px;'><\/div>\r\n<div class='col-md-4 col-sm-6 col-xs-12'><div class='col-xs-2'><img src='\/wp-content\/uploads\/leaflet\/number_7.png' \/><\/div><div class='col-xs-10'>Higher education<\/div><\/div>\r\n<div class='col-md-4 col-sm-6 col-xs-12'><div class='col-xs-2'><img src='\/wp-content\/uploads\/leaflet\/number_8.png' \/><\/div><div class='col-xs-10'>Large companies<\/div><\/div>\r\n<div class='col-md-4 col-sm-6 col-xs-12'><div class='col-xs-2'><img src='\/wp-content\/uploads\/leaflet\/number_9.png' \/><\/div><div class='col-xs-10'>Local public authority<\/div><\/div><div class='clearfix' style='margin-bottom: 5px;'><\/div>\r\n<div class='col-md-4 col-sm-6 col-xs-12'><div class='col-xs-2'><img src='\/wp-content\/uploads\/leaflet\/number_10.png' \/><\/div><div class='col-xs-10'>Local public or private service providers<\/div><\/div>\r\n<div class='col-md-4 col-sm-6 col-xs-12'><div class='col-xs-2'><img src='\/wp-content\/uploads\/leaflet\/number_11.png' \/><\/div><div class='col-xs-10'>National public authority<\/div><\/div>\r\n<div class='col-md-4 col-sm-6 col-xs-12'><div class='col-xs-2'><img src='\/wp-content\/uploads\/leaflet\/number_12.png' \/><\/div><div class='col-xs-10'>National public or private service providers<\/div><\/div><div class='clearfix' style='margin-bottom: 5px;'><\/div>\r\n<div class='col-md-4 col-sm-6 col-xs-12'><div class='col-xs-2'><img src='\/wp-content\/uploads\/leaflet\/number_13.png' \/><\/div><div class='col-xs-10'>Non Profit Organization<\/div><\/div>\r\n<div class='col-md-4 col-sm-6 col-xs-12'><div class='col-xs-2'><img src='\/wp-content\/uploads\/leaflet\/number_14.png' \/><\/div><div class='col-xs-10'>Open data providers<\/div><\/div>\r\n<div class='col-md-4 col-sm-6 col-xs-12'><div class='col-xs-2'><img src='\/wp-content\/uploads\/leaflet\/number_15.png' \/><\/div><div class='col-xs-10'>Other bodies involved in social innovation<\/div><\/div><div class='clearfix' style='margin-bottom: 5px;'><\/div>\r\n<div class='col-md-4 col-sm-6 col-xs-12'><div class='col-xs-2'><img src='\/wp-content\/uploads\/leaflet\/number_16.png' \/><\/div><div class='col-xs-10'>Private innovation hubs<\/div><\/div>\r\n<div class='col-md-4 col-sm-6 col-xs-12'><div class='col-xs-2'><img src='\/wp-content\/uploads\/leaflet\/number_17.png' \/><\/div><div class='col-xs-10'>Private local \/regional development agencies<\/div><\/div>\r\n<div class='col-md-4 col-sm-6 col-xs-12'><div class='col-xs-2'><img src='\/wp-content\/uploads\/leaflet\/number_18.png' \/><\/div><div class='col-xs-10'>Private University or equivalent of higher education<\/div><\/div><div class='clearfix' style='margin-bottom: 5px;'><\/div>\r\n<div class='col-md-4 col-sm-6 col-xs-12'><div class='col-xs-2'><img src='\/wp-content\/uploads\/leaflet\/number_19.png' \/><\/div><div class='col-xs-10'>Public employment agencies<\/div><\/div>\r\n<div class='col-md-4 col-sm-6 col-xs-12'><div class='col-xs-2'><img src='\/wp-content\/uploads\/leaflet\/number_20.png' \/><\/div><div class='col-xs-10'>Public innovation hubs<\/div><\/div>\r\n<div class='col-md-4 col-sm-6 col-xs-12'><div class='col-xs-2'><img src='\/wp-content\/uploads\/leaflet\/number_21.png' \/><\/div><div class='col-xs-10'>Public local \/regional development agencies<\/div><\/div><div class='clearfix' style='margin-bottom: 5px;'><\/div>\r\n<div class='col-md-4 col-sm-6 col-xs-12'><div class='col-xs-2'><img src='\/wp-content\/uploads\/leaflet\/number_22.png' \/><\/div><div class='col-xs-10'>Public social agency<\/div><\/div>\r\n<div class='col-md-4 col-sm-6 col-xs-12'><div class='col-xs-2'><img src='\/wp-content\/uploads\/leaflet\/number_23.png' \/><\/div><div class='col-xs-10'>Public university or equivalent of higher education<\/div><\/div>\r\n<div class='col-md-4 col-sm-6 col-xs-12'><div class='col-xs-2'><img src='\/wp-content\/uploads\/leaflet\/number_24.png' \/><\/div><div class='col-xs-10'>R&D technological innovation for social purposes, health, social care, and general social- driven market innovation<\/div><\/div><div class='clearfix' style='margin-bottom: 5px;'><\/div>\r\n<div class='col-md-4 col-sm-6 col-xs-12'><div class='col-xs-2'><img src='\/wp-content\/uploads\/leaflet\/number_25.png' \/><\/div><div class='col-xs-10'>Regional public authority<\/div><\/div>\r\n<div class='col-md-4 col-sm-6 col-xs-12'><div class='col-xs-2'><img src='\/wp-content\/uploads\/leaflet\/number_26.png' \/><\/div><div class='col-xs-10'>Regional public or private service providers<\/div><\/div>\r\n<div class='col-md-4 col-sm-6 col-xs-12'><div class='col-xs-2'><img src='\/wp-content\/uploads\/leaflet\/number_27.png' \/><\/div><div class='col-xs-10'>Research body in social studies, spatial planning, economic development<\/div><\/div><div class='clearfix' style='margin-bottom: 5px;'><\/div>\r\n<div class='col-md-4 col-sm-6 col-xs-12'><div class='col-xs-2'><img src='\/wp-content\/uploads\/leaflet\/number_28.png' \/><\/div><div class='col-xs-10'>Sectoral agencies<\/div><\/div>\r\n<div class='col-md-4 col-sm-6 col-xs-12'><div class='col-xs-2'><img src='\/wp-content\/uploads\/leaflet\/number_29.png' \/><\/div><div class='col-xs-10'>SME<\/div><\/div>\r\n<div class='col-md-4 col-sm-6 col-xs-12'><div class='col-xs-2'><img src='\/wp-content\/uploads\/leaflet\/number_30.png' \/><\/div><div class='col-xs-10'>Social cluster business support<\/div><\/div><div class='clearfix' style='margin-bottom: 5px;'><\/div>\r\n<div class='col-md-4 col-sm-6 col-xs-12'><div class='col-xs-2'><img src='\/wp-content\/uploads\/leaflet\/number_31.png' \/><\/div><div class='col-xs-10'>Social housing<\/div><\/div>\r\n<div class='col-md-4 col-sm-6 col-xs-12'><div class='col-xs-2'><img src='\/wp-content\/uploads\/leaflet\/number_32.png' \/><\/div><div class='col-xs-10'>Thematic networks<\/div><\/div>\r\n<div class='col-md-4 col-sm-6 col-xs-12'><div class='col-xs-2'><img src='\/wp-content\/uploads\/leaflet\/number_33.png' \/><\/div><div class='col-xs-10'>Training centre initial and continuing training<\/div><\/div>\r\n<div class='col-md-4 col-sm-6 col-xs-12'><div class='col-xs-2'><img src='\/wp-content\/uploads\/leaflet\/number_34.png' \/><\/div><div class='col-xs-10'>Other<\/div><\/div>\r\n<div style=\"clear: both;\"> <\/div>\r\n\r\n\r\n<p><style type=\"text\/css\">   input { margin-bottom: 5px; padding: 2px 3px; width: 210px; }    #table { text-align: left !important; border: 1px solid #ddd; \t          padding: 4px 8px; vertical-align: top; line-height: 1.42;\t          margin-top: 40px; }   #table .head { background: #e7e7e7 ; font-weight: bold; }   #table .rowa { background: #f7f7e7 ;  }   #table .field { font-weight: bold; }    #table td { border: 1px solid #ddd; padding: 4px 8px; vertical-align: top;\t             line-height: 1.42; text-align: left !important; } \/* #table a{font-size: 12px;} *\/ <\/style><script type=\"text\/javascript\"><!--\r\n\tfunction rowcolors() { var tbl = document.getElementById(\"table\");        if (tbl != null) { if (tbl.rows[3] != null) { tbl.rows[3].style.backgroundColor = \"#365890\";                tbl.rows[3].style.color = \"#FFFFFF\"; }\t} }\trowcolors();function search_table(){ var input, filter, table, tr, td, i;  input = document.getElementById(\"search\"); filter = input.value.toUpperCase(); table = document.getElementById(\"table\");  tr = table.getElementsByTagName(\"tr\");  for (i = 0; i < tr.length; i++) {  td = tr[i].getElementsByTagName(\"td\") ; for(j=0; j<td.length ; j++) { let tdata = td[j] ; if (tdata) { if (tdata.innerHTML.toUpperCase().indexOf(filter)>-1) { tr[i].style.display = \"\"; break ; } else { tr[i].style.display = \"none\"; }}}}} \r\n\t\/\/--><\/script><\/p>\r\n<p class=\"generaltext\">You can use the search to refine your results:<\/p>\r\n<p><script type=\"text\/javascript\"><!----\r\n\tdocument.write('<input type=\"text\" id=\"search\" class=\"generaltext\" name=\"search\" placeholder=\"Search\" onkeyup=\"search_table()\">') ;\r\n--><\/script><\/p>\r\n<table id=\"table\">\r\n<thead class=\"head\">\r\n<tr>\r\n   <th>Name of organization<\/th> <th>Address<\/th> <th>Website<\/th> <th>Category<\/th> <th>Scope of action<\/th> <th>Short description<\/th>\r\n<\/tr>\r\n<\/thead>\r\n<tbody>\r\n<tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"ECAS_Entitats_Catalanes_dAccio_Social\" style=\"position: absolute; top: -130px;\"><\/span>ECAS (Entitats Catalanes d'Acci\u00f3 Social)<\/td>\r\n<td>Via Laietana, 54, 08003 Barcelona<\/td>\r\n<td><a href=\"https:\/\/acciosocial.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/acciosocial.org\/<\/a><\/td>\r\n<td>Social cluster business support<\/td>\r\n<td>Regional<\/td>\r\n<td>ECAS (Entitats Catalanes d\u2019Acci\u00f3 Social) is a federation of Catalonian organizations of social assistance, which works first and foremost with people who are -or may eventually be- socially isolated. Counts on more than 1.000 organisations. \r\n<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Dones_Directives_i_Professionals_del_Tercer_Sector\" style=\"position: absolute; top: -130px;\"><\/span>Dones Directives i Professionals del Tercer Sector<\/td>\r\n<td>v. del Cardenal Vidal i Barraquer, 30, Barcelona<\/td>\r\n<td><a href=\"https:\/\/ddipas.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/ddipas.org\/<\/a><\/td>\r\n<td>Employers\u2019 associations<\/td>\r\n<td>Regional<\/td>\r\n<td>Network of women directors and proffesionals of third sector entities that aims to promote the incorporation of gender equity within the third sector organisations. DDiPAS is composed of 230 members. <\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Dincat\" style=\"position: absolute; top: -130px;\"><\/span>Dincat<\/td>\r\n<td>Carrer de Joan G\u00fcell, 90, 08028 Barcelona<\/td>\r\n<td><a href=\"http:\/\/www.dincat.cat\/ca\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.dincat.cat\/ca<\/a><\/td>\r\n<td>Social cluster business support<\/td>\r\n<td>Regional<\/td>\r\n<td>The Dincat Federation is made up of 290 non-profit bodies working in the field of intellectual disability, offering a three-pronged service: to people who have intellectual disability, their families and their life in the community; to the social and associative activities of bodies that provide support to people with intellectual disability, as well\r\nas offering services in a variety of areas, and to the economic activity of member bodies and to the promotion of social economy.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Fundacion_Picarral\" style=\"position: absolute; top: -130px;\"><\/span>Fundaci\u00f3n Picarral<\/td>\r\n<td>Camino de los Molinos 12. 50015 Zaragoza<\/td>\r\n<td><a href=\"https:\/\/www.fundacionpicarral.org\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.fundacionpicarral.org<\/a><\/td>\r\n<td>Other bodies involved in social innovation<\/td>\r\n<td>Local<\/td>\r\n<td>Foundation. They work for equal opportunities for all people to prevent social exclusion, through training and social and labour insertion.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Caja_Rural_de_Teruel\" style=\"position: absolute; top: -130px;\"><\/span>Caja Rural de Teruel<\/td>\r\n<td>902 310 902<\/td>\r\n<td><a href=\"http:\/\/www.ruralvia.com\/teruel\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.ruralvia.com\/teruel\/<\/a><\/td>\r\n<td>Large companies<\/td>\r\n<td>Local<\/td>\r\n<td>Company. Caja Rural de Teruel is a credit cooperative from Spain, member of the Spanish Association of Rural Savings Banks and of the National Union of Credit Cooperatives.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Laboral_Kutxa\" style=\"position: absolute; top: -130px;\"><\/span>Laboral Kutxa<\/td>\r\n<td>Paseo de Sagasta, 6.<\/td>\r\n<td><a href=\"https:\/\/www.laboralkutxa.com\/es\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.laboralkutxa.com\/es<\/a><\/td>\r\n<td>Large companies<\/td>\r\n<td>National<\/td>\r\n<td>Company. Laboral Kutxa is a credit cooperative founded in 1959.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"ENDEF_Engineering\" style=\"position: absolute; top: -130px;\"><\/span>ENDEF Engineering<\/td>\r\n<td><\/td>\r\n<td><a href=\"https:\/\/endef.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/endef.com\/<\/a><\/td>\r\n<td>SME<\/td>\r\n<td>International - other areas<\/td>\r\n<td>Company. Making possible the energetic independence of people thanks to the sun. Its vision: To make the world a sustainable and 100% renewable place thanks to the use of solar energy.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Centro_Joaquin_Roncal_Foundation_CAIASC\" style=\"position: absolute; top: -130px;\"><\/span>Centro Joaqu\u00edn Roncal (Foundation CAI-ASC)<\/td>\r\n<td>Calle San Braulio 5-7\r\n50003 Zaragoza<\/td>\r\n<td><a href=\"http:\/\/www.joaquinroncal.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.joaquinroncal.org\/<\/a><\/td>\r\n<td>Other bodies involved in social innovation<\/td>\r\n<td>Regional<\/td>\r\n<td>Foundation. Create, carry out, promote and develop social, cultural and civic activities in the broadest sense.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Fundacion_Rey_Ardid\" style=\"position: absolute; top: -130px;\"><\/span>Fundaci\u00f3n Rey Ardid<\/td>\r\n<td>C\/Guill\u00e9n de Castro 2-4. 50018 Zaragoza<\/td>\r\n<td><a href=\"https:\/\/reyardid.org\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/reyardid.org<\/a><\/td>\r\n<td>Other bodies involved in social innovation<\/td>\r\n<td>Regional<\/td>\r\n<td>Foundation. It responds to the need to care for the most vulnerable groups of people, generating services and environments that favour greater personal autonomy and a better quality of life.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"INAEM\" style=\"position: absolute; top: -130px;\"><\/span>INAEM<\/td>\r\n<td>Av. Ram\u00f3n Sainz de Varanda, n\u00ba 15. 50009 - ZARAGOZA<\/td>\r\n<td><a href=\"https:\/\/inaem.aragon.es\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/inaem.aragon.es\/<\/a><\/td>\r\n<td>Public employment agencies<\/td>\r\n<td>Regional<\/td>\r\n<td>Employment public agency<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"ZGZ_ACTIVA\" style=\"position: absolute; top: -130px;\"><\/span>ZGZ ACTIVA<\/td>\r\n<td>C\/ Mas de las Matas, 20 - 50014 Zaragoza<\/td>\r\n<td><a href=\"https:\/\/www.zaragoza.es\/ciudad\/sectores\/activa\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.zaragoza.es\/ciudad\/sectores\/activa\/\r\n<\/a><\/td>\r\n<td>Public innovation hubs<\/td>\r\n<td>Local<\/td>\r\n<td>To promote an entrepreneurial, innovative, creative and collaborative ecosystem in Zaragoza. Support initiatives that generate economic activity, especially those that create employment and have social impact. <\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"IASS__Instituto_aragones_de_servicios_sociales\" style=\"position: absolute; top: -130px;\"><\/span>IASS - Instituto aragon\u00e9s de servicios sociales<\/td>\r\n<td>Paseo Mar\u00eda Agust\u00edn, 16\r\n50004 - Zaragoza<\/td>\r\n<td><a href=\"http:\/\/www.aragon.es\/iass\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.aragon.es\/iass<\/a><\/td>\r\n<td>Public social agency<\/td>\r\n<td>Regional<\/td>\r\n<td>Public agency. Areas of action: Elderly people, physically, mentally and sensorially disabled, Ethnic minorities, homeless, Minors, Social insertion and normalization, Any other group in need of social protection.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"SOCIAL_COOPERATIVE_ENTERPRISE_WITH_COLLABORATIVE__SOCIAL_BENEFIT__HDONIS\" style=\"position: absolute; top: -130px;\"><\/span>SOCIAL COOPERATIVE ENTERPRISE WITH COLLABORATIVE & SOCIAL BENEFIT  'HDONIS'<\/td>\r\n<td>ETHNIKIS AMYNIS 28 66100 DRAMA<\/td>\r\n<td><a href=\"http:\/\/idonis.gr\/?page_id=11\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/idonis.gr\/?page_id=11<\/a><\/td>\r\n<td>Other bodies involved in social innovation<\/td>\r\n<td>Local<\/td>\r\n<td>SOCIAL COOPERATIVE ENTERPRISE WITH DAIRY PRODUCTS WHOLESALE<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Municipality_of_Alexandroupolis\" style=\"position: absolute; top: -130px;\"><\/span>Municipality of Alexandroupolis<\/td>\r\n<td>Dimokratias Av. 306\r\n68132 , Alexandroupolis<\/td>\r\n<td><a href=\"https:\/\/www.alexpolis.gr\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.alexpolis.gr\/<\/a><\/td>\r\n<td>Local public authority<\/td>\r\n<td>Local<\/td>\r\n<td>MUNICIPALITY<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Municipality_of_Didimoteicho\" style=\"position: absolute; top: -130px;\"><\/span>Municipality of Didimoteicho<\/td>\r\n<td>Vas. Georgiou & Orfeos 1 Didimotixo, Evros, 68300<\/td>\r\n<td><a href=\"https:\/\/www.didymoteicho.gr\/el\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.didymoteicho.gr\/el\/<\/a><\/td>\r\n<td>Local public authority<\/td>\r\n<td>Local<\/td>\r\n<td>MUNICIPALITY<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Municipality_of_Dramas\" style=\"position: absolute; top: -130px;\"><\/span>Municipality of Dramas<\/td>\r\n<td>Vermiou 2 & 1st Ioyliou , 66100 \u2013 Drama<\/td>\r\n<td><a href=\"https:\/\/dimos-dramas.gr\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/dimos-dramas.gr\/<\/a><\/td>\r\n<td>Local public authority<\/td>\r\n<td>Local<\/td>\r\n<td>MUNICIPALITY<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Municipality_of_Myki\" style=\"position: absolute; top: -130px;\"><\/span>Municipality of Myki<\/td>\r\n<td>Sminthi 67100 Xanthi<\/td>\r\n<td><a href=\"http:\/\/www.dimosmykis.gr\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.dimosmykis.gr\/<\/a><\/td>\r\n<td>Local public authority<\/td>\r\n<td>Local<\/td>\r\n<td>MUNICIPALITY<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Municipality_of_Topeiros\" style=\"position: absolute; top: -130px;\"><\/span>Municipality of Topeiros<\/td>\r\n<td>Evlalo 67200, Xanthi<\/td>\r\n<td><a href=\"http:\/\/www.topeiros.gr\/portal\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.topeiros.gr\/portal\/<\/a><\/td>\r\n<td>Local public authority<\/td>\r\n<td>Local<\/td>\r\n<td>MUNICIPALITY<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Kavala_Chamber_of_Commerce\" style=\"position: absolute; top: -130px;\"><\/span>Kavala Chamber of Commerce<\/td>\r\n<td>OMONOIAS 50, 65302, KAVALA<\/td>\r\n<td><a href=\"https:\/\/www.kcci.gr\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.kcci.gr\/<\/a><\/td>\r\n<td>Chambers of commerce<\/td>\r\n<td>Local<\/td>\r\n<td>LOCAL CHAMBER OF COMMERCE<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Development_Agency_of_Rodopi\" style=\"position: absolute; top: -130px;\"><\/span>Development Agency of Rodopi<\/td>\r\n<td>N.Plastira & K. Antoniadi, Komotini 69100<\/td>\r\n<td><a href=\"http:\/\/anro.gr\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/anro.gr\/<\/a><\/td>\r\n<td>Local public authority<\/td>\r\n<td>Local<\/td>\r\n<td>Local Agency<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"La_Friche_Belle_de_Mai\" style=\"position: absolute; top: -130px;\"><\/span>La Friche Belle de Mai<\/td>\r\n<td>La Friche la Belle de Mai, 13003 Marseille<\/td>\r\n<td><a href=\"http:\/\/www.lafriche.org\/en\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.lafriche.org\/en\/<\/a><\/td>\r\n<td>Other bodies involved in social innovation<\/td>\r\n<td>Local<\/td>\r\n<td>The Friche is an cooperative of collective interest that promotes cultural and artistical projects in an industrial deprived urban area with the aim to contribute to the revitalization of this area.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Urban_Prod\" style=\"position: absolute; top: -130px;\"><\/span>Urban Prod<\/td>\r\n<td>19 rue Colbert 13001 Marseille<\/td>\r\n<td><a href=\"http:\/\/www.urbanprod.net\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.urbanprod.net\/<\/a><\/td>\r\n<td>Other bodies involved in social innovation<\/td>\r\n<td>Local<\/td>\r\n<td>Urban Prod is a nonprofit organization of digital mediation for disadvantaged and vulnerable groups (in particular the youth)<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Intermade\" style=\"position: absolute; top: -130px;\"><\/span>Inter-made<\/td>\r\n<td>41 rue Jobin, 13003 Marseille<\/td>\r\n<td><a href=\"http:\/\/www.inter-made.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.inter-made.org\/<\/a><\/td>\r\n<td>Other bodies involved in social innovation<\/td>\r\n<td>Local<\/td>\r\n<td>Inter-made is a social and solidarity enterprises' incubator. <\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"TVT_Innovation_Metropole_Toulon_Provence_Mediterranee\" style=\"position: absolute; top: -130px;\"><\/span>TVT Innovation M\u00e9tropole Toulon Provence M\u00e9diterran\u00e9e<\/td>\r\n<td>Place Georges Pompidou, Toulon<\/td>\r\n<td><a href=\"http:\/\/www.tvt.fr\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.tvt.fr\/<\/a><\/td>\r\n<td>Other bodies involved in social innovation<\/td>\r\n<td>Regional<\/td>\r\n<td>TVT innovation is a nonprofit organization whose mission is to promote innovation and territorial development through multiples actions (networks, incubator,etc.)<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Yes_we_camp\" style=\"position: absolute; top: -130px;\"><\/span>Yes we camp<\/td>\r\n<td>8 traverse du ch\u00e2teau vert, Marseille<\/td>\r\n<td><a href=\"http:\/\/yeswecamp.org\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/yeswecamp.org<\/a><\/td>\r\n<td>Other bodies involved in social innovation<\/td>\r\n<td>National<\/td>\r\n<td>Yes we camp is a nonprofit organization whose aim is to mobilise different players to occupy common empty or abandoned spaces in urban areas on a ephemeral basis<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"IRTS_Institut_Regional_du_Travail_Social_PACA_et_Corse\" style=\"position: absolute; top: -130px;\"><\/span>IRTS (Institut R\u00e9gional du Travail Social PACA et Corse)<\/td>\r\n<td>20 Boulevard des Salyens, 13008 Marseille<\/td>\r\n<td><a href=\"http:\/\/www.irts-pacacorse.com\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.irts-pacacorse.com<\/a><\/td>\r\n<td>Higher education<\/td>\r\n<td>Regional<\/td>\r\n<td>IRTS is a nonprofit training (and now also research) institute that provides various trainings in the field of social work. They develop a new diploma including digital mediation <\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Region_Sud__SECIP\" style=\"position: absolute; top: -130px;\"><\/span>R\u00e9gion Sud - SECIP<\/td>\r\n<td>27 pl Jules Guesde, Marseille<\/td>\r\n<td><a href=\"https:\/\/maregionsud.fr\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/maregionsud.fr<\/a><\/td>\r\n<td>Regional public authority<\/td>\r\n<td>Regional<\/td>\r\n<td>Department of the regional administration dedicated to the circular and proximity economy<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Region_Sud_SMART\" style=\"position: absolute; top: -130px;\"><\/span>R\u00e9gion Sud -SMART<\/td>\r\n<td>27 pl Jules Guesde, Marseille<\/td>\r\n<td><a href=\"https:\/\/maregionsud.fr\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/maregionsud.fr<\/a><\/td>\r\n<td>Regional public authority<\/td>\r\n<td>Regional<\/td>\r\n<td>Department of the regional administration aimed at developing digital innovation, fostering digital transition in the enteprises of the South region and provide open data sources <\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Region_Sud__Laboratoire_dinnovation_publique\" style=\"position: absolute; top: -130px;\"><\/span>R\u00e9gion Sud - Laboratoire d'innovation publique<\/td>\r\n<td>27 pl Jules Guesde, Marseille<\/td>\r\n<td><a href=\"https:\/\/www.maregionsud.fr\/economie-emploi\/innovation-et-recherche\/laboratoire-dinnovation-publique.html\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.maregionsud.fr\/economie-emploi\/innovation-et-recherche\/laboratoire-dinnovation-publique.html<\/a><\/td>\r\n<td>Regional public authority<\/td>\r\n<td>Regional<\/td>\r\n<td>The Lab proposes new methods for designing and implementing public policies. Its aim is to better take into account the needs of users and to facilitate transversal work within the Region.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"CRESS_Region_Sud_PACA\" style=\"position: absolute; top: -130px;\"><\/span>CRESS Region Sud PACA<\/td>\r\n<td>2 Place F\u00e9lix Baret, 13006 Marseille<\/td>\r\n<td><a href=\"https:\/\/www.cresspaca.org\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.cresspaca.org<\/a><\/td>\r\n<td>Business support organization<\/td>\r\n<td>Regional<\/td>\r\n<td>The regional chamber of the social and solidarity economy is a support and umbrella organization for enterprises of this field (kind of chamber of commerce)<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"PSP\" style=\"position: absolute; top: -130px;\"><\/span>PSP<\/td>\r\n<td>74 rue Edmond Rostand - 13006 Marseille<\/td>\r\n<td><a href=\"https:\/\/www.psppaca.fr\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.psppaca.fr<\/a><\/td>\r\n<td>Business support organization<\/td>\r\n<td>Regional<\/td>\r\n<td>PSP PACA is a professional cluster that support organizations and services providersof home care and health care services at the regional level.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"SCIC_Tetris\" style=\"position: absolute; top: -130px;\"><\/span>SCIC Tetris<\/td>\r\n<td>7 - 21 Avenue Chiris, 06130 Grasse<\/td>\r\n<td><a href=\"http:\/\/scic-tetris.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/scic-tetris.org\/<\/a><\/td>\r\n<td>Other bodies involved in social innovation<\/td>\r\n<td>Local<\/td>\r\n<td>Tetris is a collective interest cooperative which aim is to support and develop economic activities that promote local development and the ecological transition of the territory in a process of social innovation.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"UTOPLAB\" style=\"position: absolute; top: -130px;\"><\/span>UTOPLAB<\/td>\r\n<td>12 Rue Albert et Georges Arnoux, 13600 La Ciotat<\/td>\r\n<td><a href=\"https:\/\/fr-fr.facebook.com\/utoplabfactory\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/fr-fr.facebook.com\/utoplabfactory\/<\/a><\/td>\r\n<td>Other bodies involved in social innovation<\/td>\r\n<td>Local<\/td>\r\n<td>UTOPLAB is a kind of fablab dedicated to the emergence of projects of sustainable development with a strong digital support.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"AVITEM__Agence_des_villes_et_territoires_mediterraneens_durables\" style=\"position: absolute; top: -130px;\"><\/span>AVITEM - Agence des villes et territoires m\u00e9diterran\u00e9ens durables<\/td>\r\n<td>19 rue Vacon, 13001 Marseille - France<\/td>\r\n<td><a href=\"https:\/\/www.avitem.org\/en\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.avitem.org\/en<\/a><\/td>\r\n<td>Public local \/regional development agencies<\/td>\r\n<td>Regional<\/td>\r\n<td>Avitem is a public agency (a public interest grouping) whose purpose is to ensure a sustainable urban and territorial development in the Mediterranean area.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Donut_Infolab\" style=\"position: absolute; top: -130px;\"><\/span>Donut Infolab<\/td>\r\n<td>68 rue Sainte, 13001, Marseille<\/td>\r\n<td><a href=\"https:\/\/www.ledonut-marseille.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.ledonut-marseille.com\/<\/a><\/td>\r\n<td>Other bodies involved in social innovation<\/td>\r\n<td>Local<\/td>\r\n<td>Donut is an infolab, a space to discover and master digital data together. a space for welcoming and meeting to share and understand, transform and even build with digital data.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Communaute_dagglomeration_du_pays_de_Grasse\" style=\"position: absolute; top: -130px;\"><\/span>Communaut\u00e9 d'agglom\u00e9ration du pays de Grasse<\/td>\r\n<td>57, avenue Pierre S\u00e9mard, 06130 Grasse<\/td>\r\n<td><a href=\"https:\/\/www.paysdegrasse.fr\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.paysdegrasse.fr\/<\/a><\/td>\r\n<td>Local public authority<\/td>\r\n<td>Local<\/td>\r\n<td>The communaut\u00e9 d'agglom\u00e9ration is the local authority at the local level (its gathers 23 municipalities from the territory around the city of Grasse). <\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"UDESS_05\" style=\"position: absolute; top: -130px;\"><\/span>UDESS 05<\/td>\r\n<td>8, avenue Lesdigui\u00e8res, 05000 Gap<\/td>\r\n<td><a href=\"http:\/\/www.udess05.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.udess05.org\/<\/a><\/td>\r\n<td>Employers\u2019 associations<\/td>\r\n<td>Regional<\/td>\r\n<td>UDESS is the departmental employers' association of the social and solidarity economy<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"The_Camp\" style=\"position: absolute; top: -130px;\"><\/span>The Camp<\/td>\r\n<td>550, rue Denis Papin, La Duranne, 13100, Aix-en-Provence<\/td>\r\n<td><a href=\"https:\/\/thecamp.fr\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/thecamp.fr\/<\/a><\/td>\r\n<td>R&D technological innovation for social purposes, health, social care, and general social- driven market innovation<\/td>\r\n<td>Regional<\/td>\r\n<td>The Camp is a kind of clusters of organizations which want to promote innovation for good.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Latelier_ShareWood\" style=\"position: absolute; top: -130px;\"><\/span>L'atelier Share-Wood<\/td>\r\n<td>47 boulevard burel - 13014 Marseille<\/td>\r\n<td><a href=\"https:\/\/www.share-wood.fr\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.share-wood.fr\/<\/a><\/td>\r\n<td>Other bodies involved in social innovation<\/td>\r\n<td>Local<\/td>\r\n<td>Share-Wood is a kind of makers space dedicated to the work of wood.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"La_nouvelle_mine\" style=\"position: absolute; top: -130px;\"><\/span>La nouvelle mine<\/td>\r\n<td>62 Avenue Ferdinand Arnaud, 13850 Gr\u00e9asque<\/td>\r\n<td><a href=\"http:\/\/lanouvellemine.fr\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/lanouvellemine.fr\/<\/a><\/td>\r\n<td>Other bodies involved in social innovation<\/td>\r\n<td>Local<\/td>\r\n<td>La nouvelle mine is a maker space dedicated to upcycling<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"AixMarseille_University_Master_Degree_in_Social_and_Solidarity_Economy\" style=\"position: absolute; top: -130px;\"><\/span>Aix-Marseille University, Master Degree in Social and Solidarity Economy<\/td>\r\n<td>14, rue Puvis de Chavannes, 13001 Marseille<\/td>\r\n<td><a href=\"https:\/\/formations.univ-amu.fr\/ME5BGH-PRBGH5AD.html\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/formations.univ-amu.fr\/ME5BGH-PRBGH5AD.html<\/a><\/td>\r\n<td>Higher education<\/td>\r\n<td>Regional<\/td>\r\n<td>Twenty four students of the master degree on Social and Solidarity Economy are part of the project as civil society representatives, employees in nonprofit organizations  and\/or beneficiaries of some clusters.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Datactavist\" style=\"position: absolute; top: -130px;\"><\/span>Datactavist<\/td>\r\n<td>7 bis avenue Saint-J\u00e9r\u00f4me, 13100 Aix-en-Provence <\/td>\r\n<td><a href=\"https:\/\/datactivist.coop\/fr\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/datactivist.coop\/fr\/<\/a><\/td>\r\n<td>Open data providers<\/td>\r\n<td><\/td>\r\n<td>Datactivist is a cooperative and participatory company whose mission is to open data and make them used and useful.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"LabGov_\" style=\"position: absolute; top: -130px;\"><\/span>LabGov <\/td>\r\n<td>LUISS Guido Carli - Viale Pola 12, 00198 Roma<\/td>\r\n<td><a href=\"http:\/\/labgov.designforcommons.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/labgov.designforcommons.org\/<\/a><\/td>\r\n<td>Research body in social studies, spatial planning, economic development<\/td>\r\n<td>International - other areas<\/td>\r\n<td>The LABoratory for the GOVernance of the City as a Commons(\u201cLabGov\u201c) is a place of experimentation in all respects. However, instead of alembics and tubes you can find students, scholars, experts, activists thinking and discussing about the future shapes that social, economic and legal institutions of the city may take.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Eutropian\" style=\"position: absolute; top: -130px;\"><\/span>Eutropian<\/td>\r\n<td>Rome<\/td>\r\n<td><a href=\"https:\/\/www.eutropian.org\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.eutropian.org<\/a><\/td>\r\n<td>Research body in social studies, spatial planning, economic development<\/td>\r\n<td>International - other areas<\/td>\r\n<td>Eutropian is an organisation providing support with advocacy, research and policy to support inclusive urban processes. Eutropian helps community groups, citizen initiatives, municipalities and EU institutions in participation, fundraising and policy development, as well as in designing cooperation and communication within local and international ecosystems. Eutropian is specialised in urban regeneration, cultural development, community participation, local economic development and social innovation, with a special focus on building development scenarios on existing resources. Eutropian offers international know-how for inclusive and sustainable urban regeneration projects by connecting various stakeholders around urban planning and regenerations issues and supporting local development through sustainable economic, environmental and social models.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Comune_di_Reggio_Emilia__Il_Quartiere_Bene_Comune\" style=\"position: absolute; top: -130px;\"><\/span>Comune di Reggio Emilia - Il Quartiere Bene Comune<\/td>\r\n<td>Piazza Prampolini, 1 42121 Reggio Emilia<\/td>\r\n<td><a href=\"https:\/\/www.comune.re.it\/siamoqua\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.comune.re.it\/siamoqua<\/a><\/td>\r\n<td>Local public authority<\/td>\r\n<td>Local<\/td>\r\n<td>The municipality of Reggio Emilia has promoted the project 'The neighborhood as a common' involving citizens in collaborative activities for urban regeneration and social inclusion<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Culturability_Fondazione_Unipolis\" style=\"position: absolute; top: -130px;\"><\/span>Culturability- Fondazione Unipolis<\/td>\r\n<td>Via Stalingrado, 53 40128 Bologna, Italia<\/td>\r\n<td><a href=\"https:\/\/culturability.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/culturability.org\/<\/a><\/td>\r\n<td>Financial institutions<\/td>\r\n<td>National<\/td>\r\n<td>Culturability is an open platform for projects of cultural and social innovation promoted by Unipolis Foundation. <\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Avanzi__Sostenibilita_per_Azioni\" style=\"position: absolute; top: -130px;\"><\/span>Avanzi - Sostenibilit\u00e0 per Azioni<\/td>\r\n<td>Via Amp\u00e8re, 61\/A, 20131 \u2013 Milano (Italy)<\/td>\r\n<td><a href=\"https:\/\/www.avanzi.org\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.avanzi.org<\/a><\/td>\r\n<td>Social cluster business support<\/td>\r\n<td>National<\/td>\r\n<td>Avanzi S.r.l. is a leading and independent think and do tank for sustainable innovation. Since 1997 its mission has been to foster innovation towards sustainability by activating processes of change that involve companies, local administrations, non for profit organisation and communities.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"MappiNA\" style=\"position: absolute; top: -130px;\"><\/span>Mappi-NA<\/td>\r\n<td>Napoli<\/td>\r\n<td><a href=\"https:\/\/www.mappi-na.it\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.mappi-na.it<\/a><\/td>\r\n<td>Other bodies involved in social innovation<\/td>\r\n<td>National<\/td>\r\n<td>MappiNa  Mappa Alternativa delle Citt\u00e0  (Alternative Map of Cities) is a platform for crowdmapping of culture, events, street art in cities. MappiNa was born in Naples and it was afterwards extended in Rome, Milan and Mestre (Venice)<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Labsus__Laboratorio_per_la_Sussidiarieta\" style=\"position: absolute; top: -130px;\"><\/span>Labsus - Laboratorio per la Sussidiariet\u00e0<\/td>\r\n<td>Roma<\/td>\r\n<td><a href=\"https:\/\/www.labsus.org\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.labsus.org<\/a><\/td>\r\n<td>Thematic networks<\/td>\r\n<td>National<\/td>\r\n<td>The  Laboratory for Subsidiarity supports the knowledge and the implementation of the Constitutional Reform Act of 2001 that recognized the importance of \u2018active citizenship\u2019 by introducing the so-called \u201cprinciple of horizontal subsidiarity\u201d. It is 'a laboratory' where 'we elaborate ideas, gather cases and materials of any sorts and promote new initiatives'.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Ifel__Istituto_per_la_Finanza_e_lEconomia_Locale\" style=\"position: absolute; top: -130px;\"><\/span>Ifel - Istituto per la Finanza e l'Economia Locale<\/td>\r\n<td>Piazza S. Lorenzo in Lucina, 26, 00186, Roma<\/td>\r\n<td><a href=\"https:\/\/www.fondazioneifel.it\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.fondazioneifel.it\/<\/a><\/td>\r\n<td>Sectoral agencies<\/td>\r\n<td>National<\/td>\r\n<td>IFEL is the Institute for Local Finance and Economy. Established by ANCI in 2006, IFEL carries on research and training activities in the field of local finance, public administration and local developement.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Comune_di_Brindisi__Laboratorio_Urbano_Palazzo_Guerrieri\" style=\"position: absolute; top: -130px;\"><\/span>Comune di Brindisi - Laboratorio Urbano Palazzo Guerrieri<\/td>\r\n<td>Via Congregazione, 72100 Brindisi BR<\/td>\r\n<td><a href=\"https:\/\/www.palazzoguerrieri.org\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.palazzoguerrieri.org<\/a><\/td>\r\n<td>Local public authority<\/td>\r\n<td>Local<\/td>\r\n<td>Laboratorio Urbano Palazzo Guerrieri is a project activated by the City Government of Brindisi to support young and innovative entrepreneurs, regenerating and re-using a historic building in the city center as community hub, co-working and start-up incubator.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"La_Polveriera\" style=\"position: absolute; top: -130px;\"><\/span>La Polveriera<\/td>\r\n<td>p.le Mons. Oscar Romero 1\/O  42122 REGGIO EMILIA (RE) <\/td>\r\n<td><a href=\"https:\/\/lapolveriera.net\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/lapolveriera.net\/<\/a><\/td>\r\n<td>Private innovation hubs<\/td>\r\n<td>Local<\/td>\r\n<td>Located in the Mirabello neighborhood in Reggio Emilia, la Polveriera is a community hub opened after the the regeneration of the ancient military building. The property of the building is public. During the last ten years, the Municipality decided to give the custody of the building to a consortium of social cooperatives that invested their own resources (also with the help of social finance) in the regeneration of the area. <\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"FabLab_Belluno\" style=\"position: absolute; top: -130px;\"><\/span>FabLab Belluno<\/td>\r\n<td>Via Gresal, 5\/c - 32036 SEDICO (BL) Italy<\/td>\r\n<td><a href=\"https:\/\/www.fablab-belluno.it\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.fablab-belluno.it<\/a><\/td>\r\n<td>SME<\/td>\r\n<td>Province of Belluno<\/td>\r\n<td>Promotes the use and development of Open Innovation, Open source and Open data.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Cooperative_Praksa\" style=\"position: absolute; top: -130px;\"><\/span>Cooperative Praksa<\/td>\r\n<td>Kamenjak 3, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"http:\/\/praksa.hr\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/praksa.hr\/<\/a><\/td>\r\n<td>Social cluster business support<\/td>\r\n<td>Regional<\/td>\r\n<td>First engineering cooperative in Croatia.Co-operative for designing, urban planning and design. Praksa (practice) is a socio-economic association of equitable physical and legal persons who directly decide on all activities and joint operations. Solidarity and mutual assistance, integration of cultural and political engagement into manufacturing sphere, education and knowledge exchange among members are some of the characteristics of this co-operative.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"ALFA_ALBONA\" style=\"position: absolute; top: -130px;\"><\/span>ALFA ALBONA<\/td>\r\n<td>Kali\u0107 2, 52220 Labin, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.alfa-albona.hr\/        facebook.com\/alfa.albona\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.alfa-albona.hr\/        facebook.com\/alfa.albona<\/a><\/td>\r\n<td>Association<\/td>\r\n<td>Regional<\/td>\r\n<td>Youth association, non-governmental, non-profit and non-parties youth organization founded with the aim of promoting the interests and activities of young people. The purpose of the association is to encourage young people to engage actively in solving their own needs as well as community needs. It launched a social entrepreneurial initiative for the conversion of a former student home into the 'Social Entrepreneurship Building'.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Udruga_Institut__Institut_Association\" style=\"position: absolute; top: -130px;\"><\/span>Udruga 'Institut' - 'Institut' Association<\/td>\r\n<td>Dobricheva 32, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.udruga-institut.hr\/o-nama\/udruga\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.udruga-institut.hr\/o-nama\/udruga\/<\/a><\/td>\r\n<td>Association<\/td>\r\n<td>Regional<\/td>\r\n<td>Conducts drug abuse prevention projects among elementary and high school students from the entire Istrian county, program of harm-reduction \/ reduction of damage. Provides adequate care for non-treatment addicts, a day center, a program for the re-socialization of former addicts. As part of our projects, we have developed a system of accepting people returning from rehabilitation or prison sentence to reintegrate users into society. <\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Association_for_prevention_rehabilitation_and_resocialization_of_treated_drug_addicts_UZPIRO__CRO_PULA_Udruga_za_prevenciju_rehabilitaciju_i_resocijalizaciju_lijeenih_ovisnika_o_drogama__UZPIRO__CRO_PULA_\" style=\"position: absolute; top: -130px;\"><\/span>Association for prevention, rehabilitation and resocialization of treated drug addicts \u201cUZPIRO \u2013 CRO PULA\u201d Udruga za prevenciju, rehabilitaciju i resocijalizaciju lije\u010denih ovisnika o drogama \u2013 \u201cUZPIRO \u2013 CRO PULA\u201d <\/td>\r\n<td>Trg I. istarske brigade 12, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"http:\/\/uzpiro.hr\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/uzpiro.hr\/<\/a><\/td>\r\n<td>Association<\/td>\r\n<td>Local<\/td>\r\n<td>The Association was founded by parents who recognized together with experts from the Center for the treatment of addiction great need for completing the process of withdrawal, treatment of the taking of narcotics (heroin). With great unemployment rate in the Republic of Croatia, drug addicts who have completed their education but without working habits are stigmatized in the society, and they hardly fina a job, or financial resources for normal life without drugs.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Centar_MARE__Center_MARE\" style=\"position: absolute; top: -130px;\"><\/span>Centar M.A.R.E. - Center M.A.R.E.<\/td>\r\n<td>Ulica Luigija Montija 2, 52210 Rovinj, Croatia<\/td>\r\n<td><a href=\"http:\/\/centar-mare.hr\/o-nama\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/centar-mare.hr\/o-nama\/ <\/a><\/td>\r\n<td>Association<\/td>\r\n<td>Local\/Regional<\/td>\r\n<td>Association: Active Rehabilitation and Education Model. Improve the quality of life of socially vulnerable and \/ or excluded groups and individuals, in particular persons with disabilities, children and young people, to strengthen the support system for children and young people victims of psychological trauma as well as their families in combating traumatic consequences, promoting human rights and social inclusion of vulnerable social groups and individuals. The centre offers accommodation - Maximum capacity: 47 persons. Adapted for people with disabilities.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"CRVENI_KRI___Gradsko_drutvo_Crvenog_kria_Pula__RED_CROSS_city_association__Pula\" style=\"position: absolute; top: -130px;\"><\/span>CRVENI KRI\u017d -  Gradsko dru\u0161tvo Crvenog kri\u017ea Pula - RED CROSS city association - Pula<\/td>\r\n<td>Nobileova 2, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.crvenikrizpula.hr\/index.php?id=84\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.crvenikrizpula.hr\/index.php?id=84<\/a><\/td>\r\n<td>Association<\/td>\r\n<td>Local<\/td>\r\n<td>The Red Cross Association of Pula is an NGO for the promotion of humanitarian goals and the pursuit of actions of general social benefit. In cooperation with social services, basic health care services, other associations and volunteers through the Red Cross social program, they strive to help, facilitate or enhance the life of the most vulnerable groups in our local community.\r\n<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Drutvo_Crvenog_kria_Istarske_upanije___Red_Cross_society_of_the_Istrian_Region\" style=\"position: absolute; top: -130px;\"><\/span>Dru\u0161tvo Crvenog kri\u017ea Istarske \u017eupanije -  Red Cross society of the Istrian Region<\/td>\r\n<td>Narodnog doma 2, 52000 Pazin, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.hck-istra.hr\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.hck-istra.hr\/<\/a><\/td>\r\n<td>Association<\/td>\r\n<td>Regional<\/td>\r\n<td>The Red Cross in Istria acts as a modern, dynamic, coordinated network of city and county societies that, in partnership with other institutions and civil society organizations, and with the voluntary and donor support of citizens, the public and private sectors, in practice adheres to the principles of the international movement, to the needs and contributes to the safety, health, quality of life and social cohesion of the community.\r\n\r\n <\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Pulski_centar_za_poduzetnitvo_PCP__Entrepreneurship_Center_Pula\" style=\"position: absolute; top: -130px;\"><\/span>Pulski centar za poduzetni\u0161tvo PCP - Entrepreneurship Center Pula<\/td>\r\n<td>Kapitolinski trg 8, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.inovatorstvo.com\/?task=group&#038;gid=62&#038;aid=166\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.inovatorstvo.com\/?task=group&gid=62&aid=166<\/a><\/td>\r\n<td>Business support organization<\/td>\r\n<td>Local\/Regional<\/td>\r\n<td>They educate, advise and inform existing small and medium entrepreneurs as well as those who want to become; timely and accurate information on business conditions, incentive programs, opportunities and lending conditions, ... Mission: Creating the basis for resource management in an environmentally, economically and socially acceptable way as a prerequisite for a balanced and long-term sustainable development of entrepreneurship based on the development of knowledge and skills, new values.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Udruga_slijepih_Istarske_upanije_Pula__Association_of_the_Blind_of_Istria_Region_Pula\" style=\"position: absolute; top: -130px;\"><\/span>Udruga slijepih Istarske \u017dupanije Pula - Association of the Blind of Istria Region Pula<\/td>\r\n<td>Zadarska 40, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.usiz-pula.hr\/usiz.html\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.usiz-pula.hr\/usiz.html<\/a><\/td>\r\n<td>Association<\/td>\r\n<td>Regional<\/td>\r\n<td>The main goal of the Association is to join blind people for their involvement in independent life and work market, their social legal protection and meeting the specific needs of the regular members of the Association. The association offer the  presentations of services and products for users, solving issues of procurement of aids\/toolsfor members.  Subsidiaries: Buzet, Labin, Pazin, Pore\u010d, Pula, Rovinj i Umag.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Udruga_gluhih_i_nagluhih_Istarske_upanije__Association_of_deaf_and_half_deft_persons_in_Istria_Region\" style=\"position: absolute; top: -130px;\"><\/span>Udruga gluhih i nagluhih Istarske \u017eupanije - Association of deaf and half deft persons in Istria Region<\/td>\r\n<td>Anticova 5, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"http:\/\/ugniz.hr\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/ugniz.hr\/<\/a><\/td>\r\n<td>Association<\/td>\r\n<td>Regional<\/td>\r\n<td>The organization cares about their users about education, employment, realization of rights, health, expending knowledge and informationa about the deft person life, contributes to the reduction of marginalization and isolation of its users. Aims: rganize the care of older deaf people through non-institutional forms of care, stablish a strong language interpreter \/ translator support system and Empowering Deaf and Halted Persons in Everyday Life.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Udruga_roditelja_osoba_s_kombiniranim_smetnjama_u_psihofizikom_razvoju__Association_of_parents_of_persons_with_combined_disorders_in_psychophysical_development\" style=\"position: absolute; top: -130px;\"><\/span>Udruga roditelja osoba s kombiniranim smetnjama u psihofizi\u010dkom razvoju - Association of parents of persons with combined disorders in psychophysical development<\/td>\r\n<td>Rimske centurijacije 69, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.umr-istra.hr\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.umr-istra.hr\/<\/a><\/td>\r\n<td>Association<\/td>\r\n<td>Local\/Regional<\/td>\r\n<td>Founded in 1991 by parents of persons with combined disorders in psychophysical development and the parents of persons with intellectual disabilities in order to protect the rights and interests of their children; due to the rehabilitation, socialization and care of persons with intellectual disabilities, as well as to informing parents about the possibilities of achived their legal rights. Some of the activities offered: help each individual in resolving his rights from health and retirement insurance, labor law and housing relations, group and individual physiotherapy exercises under professional supervision of physiotherapists, organization of medical examinations, rehabilitation and others. Visits to immobile and seriously ill members in families, homes for adults, hospitals and others; one-day excursions in the nearby area, ...<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Drutvo_distrofiara_Istre__Society_of_persons_with_dystrophy__in_Istria\" style=\"position: absolute; top: -130px;\"><\/span>Dru\u0161tvo distrofi\u010dara Istre - Society of persons with dystrophy  in Istria<\/td>\r\n<td>Trg na mostu 2, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.ddi.hr\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.ddi.hr\/<\/a><\/td>\r\n<td>Association<\/td>\r\n<td>Regional<\/td>\r\n<td>Founded in 1974 gathers and cares about people suffering from neuromuscular diseases: help, care and protect users, as well as their close friends, families, people who contribute to the quality of life of our members,\r\nencourages the establishment and development of institutions for upbringing and education, vocational training and social care for the sick,\r\nmonitoring, reviewing and analyzing the application of regulations for the area of disability prevention, procurement and assistance in the procurement of orthopedic supplies, close co-operation with public media, all in the sense of better information and socialization of our members and the entire population,\r\norganization of social, cultural, fun - recreational and sports activities of members, etc ..<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Udruga_civilnih_invalida_rata_I__Association_of_civilian_invalids_of_war_of_istria_Region\" style=\"position: absolute; top: -130px;\"><\/span>Udruga civilnih invalida rata I\u017d - Association of civilian invalids of war of istria Region<\/td>\r\n<td>Zadarska 8, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.inet.hr\/~savezudu\/udrugacivilnihinvalidarata.htm\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.inet.hr\/~savezudu\/udrugacivilnihinvalidarata.htm<\/a><\/td>\r\n<td>Association<\/td>\r\n<td>Local\/Regional<\/td>\r\n<td>The association was founeded to protect the civilian victims of Homeland War that were affected and have a high percentage of disability.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Udruga_invalida_rada_Grada_Pule__Association_of_disabled_workers_of_the_city_of_Pula\" style=\"position: absolute; top: -130px;\"><\/span>Udruga invalida rada Grada Pule - Association of disabled workers of the city of Pula<\/td>\r\n<td>Tomasinijeva 11, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.vci.hr\/hr\/projekti\/partneri\/profil\/udruga-invalida-rada-istre\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.vci.hr\/hr\/projekti\/partneri\/profil\/udruga-invalida-rada-istre\/<\/a><\/td>\r\n<td>Association<\/td>\r\n<td>Local<\/td>\r\n<td>Founded with the aim of promoting human rights and activities to equalize the possibilities of people with disabilities caused at  work. The association work on prevention of the progression of disabilities of its members, improving their living conditions oby sensitizing the public about the needs of the those people and\r\nproviding daily services to members. <\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Centar_za_inkluziju_i_podrku_u_zajednici__Center_for_Inclusion_and_Support_in_the_Community\" style=\"position: absolute; top: -130px;\"><\/span>Centar za inkluziju i podr\u0161ku u zajednici - Center for Inclusion and Support in the Community<\/td>\r\n<td>Ujevi\u0107eva 1, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.centar-podrske.hr\/o-nama\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.centar-podrske.hr\/o-nama\/<\/a><\/td>\r\n<td>Association<\/td>\r\n<td>Regional<\/td>\r\n<td>A civil society organizations whose activities are directed to children with disabilities and those with intellectual disabilities. They want to improve the quality of life of  users and integrate them into the social life of the community and the labour market. The center offers its social service of half-day stay for adults with intellectual disabilities in the cities of Pula, Pore\u010d, Labin and Buje; provides its users with daily living services, education services for everyday life, self-help education service, mobile support team service, sports and recreational activities, and excursions and organized visits to social events in the community. The organization's mission is to develop, in the area of Istria, a system that will provide people with intellectual disabilities with quality services based on European and global trends of inclusive education and rehabilitation programs. Center offers its social service of half-day stay for adults with intellectual disabilities in the cities of Pula, Pore\u010d, Labin and Buje. <\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Udruga_osoba_s_intelektualnim_tekoama_Istre__Association_of_Persons_with_Intellectual_Disabilities_of_Istria\" style=\"position: absolute; top: -130px;\"><\/span>Udruga osoba s intelektualnim te\u0161ko\u0107ama Istre - Association of Persons with Intellectual Disabilities of Istria<\/td>\r\n<td>Kra\u0161ka 1, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.mristra.hr\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.mristra.hr\/ <\/a><\/td>\r\n<td>Association<\/td>\r\n<td>Regional<\/td>\r\n<td>The association concentrats its activities on improving the quality of life of people with intellectual disabilities, developing social services based on community life, encouraging employment of people with intellectual disabilities, promoting empathy and strengthening social inclusion of people with intellectual disabilities and encouraging volunteering in the local community (ex.Early intervention, Inclusion assistance in education programs and regular education - integration). Today, the association uses 5 business premises located throughout the county and guarantees the wide range of activities and meet the needs of our local community. Half-day stay in Buzet and Pazin; Location for activities: Pula, Tar and Rovinj.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Udruga_studenata_s_tjelesnim_potekoama_Snaga__Association_of_students_with_physical_disabilities_Power\" style=\"position: absolute; top: -130px;\"><\/span>Udruga studenata s tjelesnim pote\u0161ko\u0107ama 'Snaga' - Association of students with physical disabilities 'Power'<\/td>\r\n<td>Ronjgova 1, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"https:\/\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/<\/a><\/td>\r\n<td>Association<\/td>\r\n<td>Local\/Regional<\/td>\r\n<td>Care for the achievement of educational, social, cultural and other interests of students with physical disabilities; protection of standards and social status of students with physical disabilities; Inclusion of undergraduate and postgraduate students with physical disabilities in the professional environment;<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Udruga_paraplegiara_i_tetraplegiara_Istarske_upanije__Association_of_paraplegic_and_tetraplegics_of_the_Istria_Region\" style=\"position: absolute; top: -130px;\"><\/span>Udruga paraplegi\u010dara i tetraplegi\u010dara Istarske \u017eupanije - Association of paraplegic and tetraplegics of the Istria Region<\/td>\r\n<td>Zorani\u0107eva 17, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.paraplegia-hr.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.paraplegia-hr.com\/<\/a><\/td>\r\n<td>Association<\/td>\r\n<td>Regional<\/td>\r\n<td>Encourages and provides assistance to its members and their families in order to improve the quality of life and social concern, care and protection of interests, and to promote self-awareness and social, economic, cultural and other affirmation of persons with disabilities. Working to raise public awareness on users needs and problems, and through different actions catch attention of general pubblic and institutions as well as work with institutions that need to be addressed and, if necessary, put pressure on them. <\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Udruga_osoba_s_invaliditetom_Labin__Association_of_Persons_with_Disabilities_Labin\" style=\"position: absolute; top: -130px;\"><\/span>Udruga osoba s invaliditetom Labin - Association of Persons with Disabilities Labin<\/td>\r\n<td>Katuri 17, 52220 Labin, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.labin.hr\/udruga-osoba-s-invaliditetom-labin_1\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.labin.hr\/udruga-osoba-s-invaliditetom-labin_1<\/a><\/td>\r\n<td>Association<\/td>\r\n<td>Local\/Regional<\/td>\r\n<td>Established in 2004 in order to improve the rehabilitation and protection of the disabled and their fully social affirmation, socialization and quality of life. The Association improves access to work with people with disabilities, children with disabilities and their families, and prepares children with developmental disabilities and young people for family life through partnership and parenting roles. The Association  has 236 members from the area of Labin City.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Drutvo_osoba_s_tjelesnim_invaliditetom_Podrunica_Pula__Society_of_persons_with_physical_disabilities__Subsidiary_Pula\" style=\"position: absolute; top: -130px;\"><\/span>Dru\u0161tvo osoba s tjelesnim invaliditetom Podru\u017enica Pula - Society of persons with physical disabilities - Subsidiary Pula<\/td>\r\n<td>Gajeva 3, 52100 Pula, Croatia\r\n<\/td>\r\n<td><a href=\"http:\/\/www.sdtiiz.hr\/pula\/odtipula.html\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.sdtiiz.hr\/pula\/odtipula.html<\/a><\/td>\r\n<td>Association<\/td>\r\n<td>Local<\/td>\r\n<td>All the societies in their cities work on offer servicies for their users:                                  - Promotion of medical, educational, professional and social rehabilitation and employment of persons with physical disabilities.\r\n- providing standardized social services (transport, home help etc.)                                      - amendments to the legal regulations in favor of persons with physical disabilities\r\n- assistance to regular members in the realization of rehabilitation and protection, in the procurement of orthopedic aids and other aids\r\n- education of parents in the implementation of rehabilitation of children with developmental difficulties\r\n- establishment of services and institutions for persons with physical disabilities\r\n- empowerment of disabled people and children with developmental difficulties for active participation in community life                                                                                                - Creative workshops to better integration of users in the community (art therapy, <\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Drutvo_tjelesnih_invalida_Buzet__Society_of_people_with_physical_disabilities_Buzet\" style=\"position: absolute; top: -130px;\"><\/span>Dru\u0161tvo tjelesnih invalida Buzet - Society of people with physical disabilities Buzet<\/td>\r\n<td>Ro\u010d 51, 52425 Ro\u010d, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.sdtiiz.hr\/buzet\/index.html\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.sdtiiz.hr\/buzet\/index.html<\/a><\/td>\r\n<td>Association<\/td>\r\n<td>Local<\/td>\r\n<td>All the societies in their cities work on offer servicies for their users:                                  - Promotion of medical, educational, professional and social rehabilitation and employment of persons with physical disabilities.\r\n- providing standardized social services (transport, home help etc.)                                      - amendments to the legal regulations in favor of persons with physical disabilities\r\n- assistance to regular members in the realization of rehabilitation and protection, in the procurement of orthopedic aids and other aids\r\n- education of parents in the implementation of rehabilitation of children with developmental difficulties\r\n- establishment of services and institutions for persons with physical disabilities\r\n- empowerment of disabled people and children with developmental difficulties for active participation in community life                                                                                                - Creative workshops to better integration of users in the community (art therapy, <\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Udruga_cerebralne_paralize_Istarske_upanije__Cerebral_Palsy_Association_of_the_Istria_Region_\" style=\"position: absolute; top: -130px;\"><\/span>Udruga cerebralne paralize Istarske \u017eupanije - Cerebral Palsy Association of the Istria Region <\/td>\r\n<td>Gajeva 3, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"https:\/\/www.facebook.com\/pages\/Udruga-cerebralne-paralize-Istarske-%C5%BEupanije\/123475007838536\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.facebook.com\/pages\/Udruga-cerebralne-paralize-Istarske-%C5%BEupanije\/123475007838536 <\/a><\/td>\r\n<td>Association<\/td>\r\n<td>Local\/Regional<\/td>\r\n<td>Was established in 2005 with the aim of improving the quality of life of people with cerebral palsy, including improving their health, education, work and social status. Our association's program is filled with a variety of educational content and activities, ranging from sports like swimming to creative as art and literary workshops. <\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Drutvo_multiple_skleroze_I__Multiple_Sclerosis_Society_of_Istria_Region\" style=\"position: absolute; top: -130px;\"><\/span>Dru\u0161tvo multiple skleroze I\u017d - Multiple Sclerosis Society of Istria Region<\/td>\r\n<td>Ker\u0161ovanijeva 35, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"http:\/\/dmsiz.hr\/onama\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/dmsiz.hr\/onama<\/a><\/td>\r\n<td>Association<\/td>\r\n<td>Local\/Regional<\/td>\r\n<td>Imrove the quality life of people with multiple sclerosis: rehabilitation swimming and exercise, therapeutic riding on horses, yoga, art-creative workshop, tailoring workshop, excursion, socializing with a neurologist, psychological and legal counseling and the like.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Udruga_djece_i_mladih_oteena_sluha_Istre__Association_of_children_and_young_people_with_hearing_impairment_of_Istria\" style=\"position: absolute; top: -130px;\"><\/span>Udruga djece i mladih o\u0161te\u0107ena sluha Istre - Association of children and young people with hearing impairment of Istria<\/td>\r\n<td>Radi\u0107eva 8, 52100 PULA, Croatia<\/td>\r\n<td><a href=\"http:\/\/udmosi.hr\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/udmosi.hr\/<\/a><\/td>\r\n<td>Association<\/td>\r\n<td>Local\/Regional<\/td>\r\n<td>The association brings together and takes care for persons with hearing problems, in the Region of Istria.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"UAI__udruga_za_autizam_Istra__UAI__Association_for_Autism_Istria\" style=\"position: absolute; top: -130px;\"><\/span>UAI - udruga za autizam Istra - UAI - Association for Autism Istria<\/td>\r\n<td>Gajeva 3,  52100 Pula, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.autism-istria.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.autism-istria.org\/<\/a><\/td>\r\n<td>Association<\/td>\r\n<td>Local\/Regional<\/td>\r\n<td>Help people with autism spectrum disorders and their families to exercise the rights of persons with special needs; the Association also wants to sensitize and rise awarness about the needs and rights of people with autistic spectrum disorders.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"UHVIDRa_Labin__Croatian_Disabled_Homeland_War_Veterans_Association_Labin\" style=\"position: absolute; top: -130px;\"><\/span>UHVIDR-a Labin - Croatian Disabled Homeland War Veterans' Association Labin<\/td>\r\n<td>Rudarska 9, 52220 Labin, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.hvidra.hr\/adresar-zupanijskih-udruga\/zzu-hvidr-a-istarska\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.hvidra.hr\/adresar-zupanijskih-udruga\/zzu-hvidr-a-istarska\/<\/a><\/td>\r\n<td>Association<\/td>\r\n<td>Local<\/td>\r\n<td>Is an association of disabled Croatian war veterans who fought in the Croatian Homeland War or the War in Bosnia and Herzegovina with the aim of social and legal protection of Croatian war veterans,people with invalidity from the Homeland War, and the promotion, development and enhancement of the values of the Homeland War as well as its victims.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Sveuilite_Jurja_Dobrile_u_Puli__University_of_Juraj_Dobrila_in_Pula\" style=\"position: absolute; top: -130px;\"><\/span>Sveu\u010dili\u0161te Jurja Dobrile u Puli - University of Juraj Dobrila in Pula<\/td>\r\n<td>Zagreba\u010dka 30, 52100 Pula, Croatia      <\/td>\r\n<td><a href=\"https:\/\/www.unipu.hr\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.unipu.hr\/<\/a><\/td>\r\n<td>Higher education<\/td>\r\n<td>Regional\/national<\/td>\r\n<td>Current courses on Social Entrepreneurship:\r\n- Introduction to Entrepreneurship,, Undergraduate Study, 2nd year\r\n- Sustainable Development Management, Undergraduate Study, 3rd year\r\n- Entrepreneurship and Economics, graduate study, 1st year\r\n- Entrepreneurship and Innovation, graduate study, 1st year\r\n- Environmental Economics, graduate study, 1st year\r\n- Social Responsibility, Postgraduate Specialist Study 'Human Resources and Knowledge Society'\r\n- Social Responsibility, Postgraduate Doctoral Program 'New Economy'<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Politehnika_Pula__Polytechnic_University_of_Pula\" style=\"position: absolute; top: -130px;\"><\/span>Politehnika Pula - Polytechnic University of Pula<\/td>\r\n<td>Riva 6, 52100 Pula, Croatia    <\/td>\r\n<td><a href=\"https:\/\/www.politehnika-pula.hr\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.politehnika-pula.hr<\/a><\/td>\r\n<td>Higher education<\/td>\r\n<td>Regional\/national<\/td>\r\n<td>The basic goal of Politehnika Pula is to educate future engineers who will have a high level of technical knowledge, but also economical business, will be well versed in management and IT, will be familiar with the principles of engineering and teamwork and serve the skills of quickly transferring ideas to practice. The modern role of engineers also implies the ability to think and run projects, understand the economy, knowledge management and intellectual resources.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Ekonomska_kola_Pula__School_of_Economics\" style=\"position: absolute; top: -130px;\"><\/span>Ekonomska \u0161kola Pula - School of Economics<\/td>\r\n<td>Kova\u010di\u0107eva 3, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.ss-ekonomska-pu.skole.hr\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.ss-ekonomska-pu.skole.hr\/<\/a><\/td>\r\n<td>General Education<\/td>\r\n<td>Local\/Regional<\/td>\r\n<td>Professionals economist and business secretary<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Gimnazija_i_strukovna_kola_JURJA_DOBRILE__General_high_school_and_technical_school\" style=\"position: absolute; top: -130px;\"><\/span>Gimnazija i strukovna \u0161kola JURJA DOBRILE - General high school and technical school<\/td>\r\n<td>\u0160etali\u0161te Pazinske gimnazije 11, 52000 Pazin, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.gssjd.hr\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.gssjd.hr\/<\/a><\/td>\r\n<td>General Education<\/td>\r\n<td>Local\/Regional<\/td>\r\n<td>General Gymnasium, Economics, Commerce and Business Administration, Administrator, Commercial Officer, Salesman, Electrical Engineer and Computing, Electronics Technician, Electro mechanic.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"GIMNAZIJA_PULA__Gymnasium_high_school_Pula\" style=\"position: absolute; top: -130px;\"><\/span>GIMNAZIJA PULA - Gymnasium high school Pula<\/td>\r\n<td>Trierska 8, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.gimnazija-pula.skole.hr\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.gimnazija-pula.skole.hr\/<\/a><\/td>\r\n<td>General Education<\/td>\r\n<td>Local\/Regional<\/td>\r\n<td>High school with subjet: Politics and economy, Social ecology;\r\n<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Gospodarska_kola__School_of_commerce_and_economics\" style=\"position: absolute; top: -130px;\"><\/span>Gospodarska \u0161kola - School of commerce and economics<\/td>\r\n<td>\u0160kolski brijeg 1, 52460  Buje, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.ss-gospodarska-buje.skole.hr\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.ss-gospodarska-buje.skole.hr\/<\/a><\/td>\r\n<td>General Education<\/td>\r\n<td>Local\/Regional<\/td>\r\n<td>Professions: Mechanical Engineering, Shipbuilding, Electrical Engineering, Economics, Tourism, Forestry, ...<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Industrijskoobrtnika_kola__School_for_industry_and_crafts\" style=\"position: absolute; top: -130px;\"><\/span>Industrijsko-obrtni\u010dka \u0161kola - School for industry and crafts<\/td>\r\n<td>Rizzijeva 40, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"http:\/\/ss-ios-pu.skole.hr\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/ss-ios-pu.skole.hr\/<\/a><\/td>\r\n<td>General Education<\/td>\r\n<td>Local\/Regional<\/td>\r\n<td>Professions: Automobile mechanic, electromechanter, ceramic, ...<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Medicinska_kola_Pula__Medical_School\" style=\"position: absolute; top: -130px;\"><\/span>Medicinska \u0161kola Pula - Medical School<\/td>\r\n<td>Ri\u017eanske skup\u0161tine 2, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.ss-medicinska-pu.skole.hr\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.ss-medicinska-pu.skole.hr\/<\/a><\/td>\r\n<td>General Education<\/td>\r\n<td>Local\/Regional<\/td>\r\n<td>High school for nurses<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Pazinski_Kolegij__KLASINA_GIMNAZIJA__College_Pazin\" style=\"position: absolute; top: -130px;\"><\/span>Pazinski Kolegij \u2013 KLASI\u010cNA GIMNAZIJA - College Pazin<\/td>\r\n<td>Jurja Dobrile 6, 52000 Pazin, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.pazinski-kolegij.hr\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.pazinski-kolegij.hr\/<\/a><\/td>\r\n<td>General Education<\/td>\r\n<td>Local\/Regional<\/td>\r\n<td>High school, gymnasium<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Privatna_gimnazija_JURJA_DOBRILE__Private_general_high_school_Juraj_Dobrila\" style=\"position: absolute; top: -130px;\"><\/span>Privatna gimnazija JURJA DOBRILE - Private general high school Juraj Dobrila<\/td>\r\n<td>Ru\u017ee Petrovi\u0107 15, 52100 Pula, Croatia <\/td>\r\n<td><a href=\"http:\/\/www.gimnazija-privatna-jdobrile-pu.skole.hr\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.gimnazija-privatna-jdobrile-pu.skole.hr\/<\/a><\/td>\r\n<td>General Education<\/td>\r\n<td>Local\/Regional<\/td>\r\n<td>Private Gymnasium in Pula<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Srednja_kola__LEONARDO_DA_VINCI__Italian_high_school_Leonardo_Da_Vinci\" style=\"position: absolute; top: -130px;\"><\/span>Srednja \u0161kola  \u00abLEONARDO DA VINCI\u00bb - Italian high school Leonardo Da Vinci<\/td>\r\n<td>\u0160kolski brijeg 1, 52460 Buje, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.ss-leonardodavinci-buje.skole.hr\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.ss-leonardodavinci-buje.skole.hr\/<\/a><\/td>\r\n<td>General Education<\/td>\r\n<td>Local\/Regional<\/td>\r\n<td>Professions: General and Mathematics Gymnasium, Computer and Electronics Technician, Automobile Mechanic, Turner, Waiter, ...<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Srednja_kola_VLADIMIR_GORTAN__High_school_Vladimir_Gortan\" style=\"position: absolute; top: -130px;\"><\/span>Srednja \u0161kola \u00abVLADIMIR GORTAN\u00bb - High school Vladimir Gortan<\/td>\r\n<td>\u0160kolski brijeg 1, 52460 Buje, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.ss-vgortan-buje.skole.hr\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.ss-vgortan-buje.skole.hr\/<\/a><\/td>\r\n<td>General Education<\/td>\r\n<td>Local\/Regional<\/td>\r\n<td>Economics, gymnasium and catering-tourism technician<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Srednja_kola__MATE_BALOTE_High_school_Mate_Balota\" style=\"position: absolute; top: -130px;\"><\/span>Srednja \u0161kola  MATE BALOTE -High school Mate Balota<\/td>\r\n<td>Karla Huguesa 6, 52440 Pore\u010d, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.ss-mbalote-porec.skole.hr\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.ss-mbalote-porec.skole.hr\/<\/a><\/td>\r\n<td>General Education<\/td>\r\n<td>Local\/Regional<\/td>\r\n<td>Economist, gymnasium and Agro technician.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Srednja_kola__MATE_BLAINE__High_school_Mate_Blaina\" style=\"position: absolute; top: -130px;\"><\/span>Srednja \u0161kola  MATE BLA\u017dINE - High school Mate Bla\u017eina<\/td>\r\n<td>Rudarska 4, 52220 Labin, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.ssmb.hr\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.ssmb.hr\/<\/a><\/td>\r\n<td>General Education<\/td>\r\n<td>Local\/Regional<\/td>\r\n<td>Gymnasium, economy-trade and business administration, Electrical engineering and computing, tourims and catering, Mechanical engineering.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"kola_primijenjenih_umjetnosti_i_dizajna__School_of_applied_arts_and_design__\" style=\"position: absolute; top: -130px;\"><\/span>\u0160kola primijenjenih umjetnosti i dizajna - School of applied arts and design  <\/td>\r\n<td>Radi\u0107eva 19, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.ss-primijenjenihumjetnostiidizajna-pu.skole.hr\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.ss-primijenjenihumjetnostiidizajna-pu.skole.hr\/<\/a><\/td>\r\n<td>General Education<\/td>\r\n<td>Local\/Regional<\/td>\r\n<td>Professions: graphics, painting, sculpture and textil designer.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"kola_za_turizam_ugostiteljstvo_i_trgovinu__Tourism_Catering_and_Trade_school\" style=\"position: absolute; top: -130px;\"><\/span>\u0160kola za turizam, ugostiteljstvo i trgovinu - Tourism, Catering and Trade school<\/td>\r\n<td>Kandlerova 48, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.ss-tur-ugo-trg-pu.skole.hr\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.ss-tur-ugo-trg-pu.skole.hr\/<\/a><\/td>\r\n<td>General Education<\/td>\r\n<td>Local\/Regional<\/td>\r\n<td>Professions: Waiter, catering-tourism technician, Commercial agent, salesman,  chef and confectioner.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Talijanska_srednja_kola_DANTE_ALIGHIERI____________________Italian_high_schhol_Dante_Alighieri_Pula\" style=\"position: absolute; top: -130px;\"><\/span>Talijanska srednja \u0161kola \u00abDANTE ALIGHIERI\u00bb -                   Italian high schhol Dante Alighieri Pula<\/td>\r\n<td>Santoriova 3, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.ss-dante-pula.skole.hr\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.ss-dante-pula.skole.hr\/<\/a><\/td>\r\n<td>General Education<\/td>\r\n<td>Local\/Regional<\/td>\r\n<td>General and linguistic gymnasium, economist, electronics technician, salesman, mechanic technician; subject: Socially responsible business.\r\n<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Dom_za_starije_osobe_Alfredo_tigli__Home_for_the_elderly\" style=\"position: absolute; top: -130px;\"><\/span>Dom za starije osobe 'Alfredo \u0160tigli\u0107' - Home for the elderly<\/td>\r\n<td>Krle\u017eina 33, 52100 Pula, Croatia <\/td>\r\n<td><a href=\"http:\/\/www.dom-alfredo-stiglic.hr\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.dom-alfredo-stiglic.hr\/<\/a><\/td>\r\n<td>Local public or private service providers<\/td>\r\n<td>Local<\/td>\r\n<td>Caring for the elderly, living room, department for dementia and Altheimer. The home provides instuonal, semi-institutional and institutional care services. There are orthopedic for renting and counseling for people with dementia.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Dom_za_psihiki_bolesne_odrasle_osobe_Vila_Maria__Home_for_mentally_ill_adults\" style=\"position: absolute; top: -130px;\"><\/span>Dom za psihi\u010dki bolesne odrasle osobe 'Vila Maria' - Home for mentally ill adults<\/td>\r\n<td>\u0160i\u0161anska 2, 52100 Pula, Croatia <\/td>\r\n<td><a href=\"https:\/\/www.dom-vilamaria.hr\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.dom-vilamaria.hr\/<\/a><\/td>\r\n<td>Local public or private service providers<\/td>\r\n<td>Local<\/td>\r\n<td>The Vila Maria is a public institution under the jurisdiction of the Ministry of Social Policy and Youth, founded by the Republic of Croatia for people with mental illnesses.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Dom_za_starije_osobe_Buzet__Home_for_the_elderly_Buzet\" style=\"position: absolute; top: -130px;\"><\/span>Dom za starije osobe Buzet - Home for the elderly Buzet<\/td>\r\n<td>Naselje Gori\u010dica 1\/1, 52420 Buzet, Croatia<\/td>\r\n<td><a href=\"https:\/\/www.dombuzet.hr\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.dombuzet.hr<\/a><\/td>\r\n<td>Local public or private service providers<\/td>\r\n<td>Local<\/td>\r\n<td>Care for elderly and helpless persons on the premises, an out-of-institutional activity involving the delivery of meals to the elderly's home and, if necessary, the interest - home help, hygiene services, washing and ironing,\u2026<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Dom_za_starije_osobe_Domenico_Pergolis_Rovinj__Home_for_the_elderly__Domenico_Pergolis_Rovigno\" style=\"position: absolute; top: -130px;\"><\/span>Dom za starije osobe 'Domenico Pergolis' Rovinj - Home for the elderly  'Domenico Pergolis' Rovigno<\/td>\r\n<td>Carduccijeva 18, 52210, Rovinj, Croatia<\/td>\r\n<td><a href=\"https:\/\/www.domzaodrasle-dp.hr\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.domzaodrasle-dp.hr\/<\/a><\/td>\r\n<td>Local public or private service providers<\/td>\r\n<td>Local<\/td>\r\n<td>Rovinj's home for elderly people 'Domenico Pergolis' offers accommodation, accommodation services (full-time, half-day) and home help services. Diet services for external users: right in the restaurant of the House, delivery to the house.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Centar_za_rehabilitaciju_Pula__Rehabilitation_Center_Pula\" style=\"position: absolute; top: -130px;\"><\/span>Centar za rehabilitaciju Pula - Rehabilitation Center Pula<\/td>\r\n<td>Santoriova 11, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"http:\/\/czr-pula.hr\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/czr-pula.hr\/<\/a><\/td>\r\n<td>Local public or private service providers<\/td>\r\n<td>Local<\/td>\r\n<td>Rehabilitation Center Pula provides adults with intellectual disabilities services of accommodation and stay, food, care and health care, purchasing clothing and footwear, medical and psychosocial rehabilitation, work activities and services, organized leisure activities.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Dnevni_centar_za_radnu_terapiju_i_rehabilitaciju__Daily_Center_for_Work_Therapy_and_Rehabilitation\" style=\"position: absolute; top: -130px;\"><\/span>Dnevni centar za radnu terapiju i rehabilitaciju - Daily Center for Work Therapy and Rehabilitation<\/td>\r\n<td>Gajeva 3, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"https:\/\/www.moja-djelatnost.hr\/radna-terapija-i-rehabilitacija-pula\/dnevni-centar-za-radnu-terapiju-i-rehabilitaciju-pula\/MMx7yaG7\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.moja-djelatnost.hr\/radna-terapija-i-rehabilitacija-pula\/dnevni-centar-za-radnu-terapiju-i-rehabilitaciju-pula\/MMx7yaG7<\/a><\/td>\r\n<td>Local public or private service providers<\/td>\r\n<td>Local<\/td>\r\n<td>Organization of work therapy and rehabilitation involving professional staff<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Down_centar_Pula__Down_Center_Pula\" style=\"position: absolute; top: -130px;\"><\/span>Down centar Pula - Down Center Pula<\/td>\r\n<td>Gajeva 14, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.downcentar.hr\/hr\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.downcentar.hr\/hr\/<\/a><\/td>\r\n<td>Local public or private service providers<\/td>\r\n<td>Local\/Regional<\/td>\r\n<td>Social welfare Institution, proud to provide services to all chronological phases, from early childhood (baby) up to adulthood, to strengthening all opportunities for the child and to the socialization of the user and his integration into community life as fae as possible.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Centre_for_Social_Welfare_Centar_za_socijalnu_skrb__Pula\" style=\"position: absolute; top: -130px;\"><\/span>Centre for Social Welfare Centar za socijalnu skrb - Pula<\/td>\r\n<td>Sergijevaca 2, 52100 Pula, Croatia <\/td>\r\n<td><a href=\"http:\/\/www.czsspula.hr\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.czsspula.hr\/<\/a><\/td>\r\n<td>Local public or private service providers<\/td>\r\n<td>Local<\/td>\r\n<td>The Social Welfare Center is a public institution in the social welfare system. It promotes, organizes and conducts activities aimed at preventing and combating social and personal problems. Provides information on family circumstances and opinions and suggestions in court proceedings concerning family law and criminal law protection, predla\u017ee mjere unapre\u0111enja socijalne politike,... <\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Centre_for_Social_Welfare__Rovinj\" style=\"position: absolute; top: -130px;\"><\/span>Centre for Social Welfare - Rovinj<\/td>\r\n<td>Carera 21\/II, 52210 Rovinj, Croatia<\/td>\r\n<td><a href=\"https:\/\/www.czss-rovinj.hr\/hr\/dokumenti-2\/statisticki-izvjestaji\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.czss-rovinj.hr\/hr\/dokumenti-2\/statisticki-izvjestaji\/<\/a><\/td>\r\n<td>Local public or private service providers<\/td>\r\n<td>Local<\/td>\r\n<td>The Social Welfare Center is a public institution in the social welfare system. It promotes, organizes and conducts activities aimed at preventing and combating social and personal problems. Provides information on family circumstances and opinions and suggestions in court proceedings concerning family law and criminal law protection, predla\u017ee mjere unapre\u0111enja socijalne politike,... <\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Centre_for_Social_Welfare__Pazin\" style=\"position: absolute; top: -130px;\"><\/span>Centre for Social Welfare - Pazin<\/td>\r\n<td>Prolaz Otokara Ker\u0161ovanija 2, 52000 PAZIN, Croatia<\/td>\r\n<td><a href=\"https:\/\/www.pazin.hr\/socijalna-skrb-zdravstvo\/ustanove-3\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.pazin.hr\/socijalna-skrb-zdravstvo\/ustanove-3\/<\/a><\/td>\r\n<td>Local public or private service providers<\/td>\r\n<td>Local<\/td>\r\n<td>The Social Welfare Center is a public institution in the social welfare system. It promotes, organizes and conducts activities aimed at preventing and combating social and personal problems. Provides information on family circumstances and opinions and suggestions in court proceedings concerning family law and criminal law protection, predla\u017ee mjere unapre\u0111enja socijalne politike,... <\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Centre_for_Social_Welfare__Labin\" style=\"position: absolute; top: -130px;\"><\/span>Centre for Social Welfare - Labin<\/td>\r\n<td>\r\nIstarska 1, 52220 Labin, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.czss-labin.hr\/kontakt\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.czss-labin.hr\/kontakt\/<\/a><\/td>\r\n<td>Local public or private service providers<\/td>\r\n<td>Local<\/td>\r\n<td>The Social Welfare Center is a public institution in the social welfare system. It promotes, organizes and conducts activities aimed at preventing and combating social and personal problems. Provides information on family circumstances and opinions and suggestions in court proceedings concerning family law and criminal law protection, predla\u017ee mjere unapre\u0111enja socijalne politike,... <\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Centre_for_Social_Welfare__Buje_Buje_Umag_i_Novigrad\" style=\"position: absolute; top: -130px;\"><\/span>Centre for Social Welfare - Buje (Buje, Umag i Novigrad)<\/td>\r\n<td>Rudine 1, 52460, Buje, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.czss-buje.hr\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.czss-buje.hr\/<\/a><\/td>\r\n<td>Local public or private service providers<\/td>\r\n<td>Local<\/td>\r\n<td>The Social Welfare Center is a public institution in the social welfare system. It promotes, organizes and conducts activities aimed at preventing and combating social and personal problems. Provides information on family circumstances and opinions and suggestions in court proceedings concerning family law and criminal law protection, predla\u017ee mjere unapre\u0111enja socijalne politike,... <\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Istarski_regionalni_zadruni_savez__Istrian_Regional_Cooperative_Association\" style=\"position: absolute; top: -130px;\"><\/span>Istarski regionalni zadru\u017eni savez - Istrian Regional Co-operative Association<\/td>\r\n<td>\u0160etali\u0161te Pazinske gimnazije 1, 52000 Pazin, Croatia<\/td>\r\n<td><a href=\"http:\/\/irzs.coop.hr\/index.php\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/irzs.coop.hr\/index.php<\/a><\/td>\r\n<td>Thematic networks<\/td>\r\n<td>Regional<\/td>\r\n<td>The Alliance acts as an organized communication network and \/ or as a forum within which dialogue is developed in order to achieve consensus of the different needs of the Member States with the general objectives of balanced and sustainable regional development, whether or not the specific needs of the Member States are based on their activities (fisheries, social, consumer, labor, artisan or other types of cooperatives).<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Leader_mrea_HrvatskeNacionalne_mrea_LAGova__National_LAGs_Network\" style=\"position: absolute; top: -130px;\"><\/span>Leader mre\u017ea Hrvatske\/Nacionalne mre\u017ea LAG-ova - National LAGs Network<\/td>\r\n<td>Kurilovac 1, 47280 Ozalj, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.lmh.hr\/o-nama\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.lmh.hr\/o-nama<\/a><\/td>\r\n<td>Thematic networks<\/td>\r\n<td>National<\/td>\r\n<td>The LEADER Network of Croatia is a national non-governmental association of LAGs and support organizations \/ institutions from the public and civil sector for the development of rural areas that operate at the national level and provide expert assistance to local action groups.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Institut_za_razvoj_i_inovativnost_mladih_IRIM__Institute_for_Development_and_Innovation_of_Youth_IRIM\" style=\"position: absolute; top: -130px;\"><\/span>Institut za razvoj i inovativnost mladih IRIM - Institute for Development and Innovation of Youth IRIM<\/td>\r\n<td>Strojarska cesta 20, 10 000 Zagreb, Croatia<\/td>\r\n<td><a href=\"http:\/\/croatianmakers.hr\/hr\/naslovnica\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/croatianmakers.hr\/hr\/naslovnica\/<\/a><\/td>\r\n<td>R&D technological innovation for social purposes, health, social care, and general social- driven market innovation<\/td>\r\n<td>National<\/td>\r\n<td>His focus is on the development of digital and scientific literacy, technological and other competences within the STEM area for youth in Croatia and other countries. Project: 'Internet of Things' in Croatian schools and teacher education.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Otvorena_platforma_Rojc_Open_Platform_Rojc\" style=\"position: absolute; top: -130px;\"><\/span>Otvorena platforma Rojc - Open Platform Rojc<\/td>\r\n<td>Gajeva 3 , 52100 Pula, Croatia<\/td>\r\n<td><a href=\"http:\/\/rojcnet.pula.org\/index.php\/hr\/71-otvorena-platforma-rojc\/1104-otvorena-platforma-rojc\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/rojcnet.pula.org\/index.php\/hr\/71-otvorena-platforma-rojc\/1104-otvorena-platforma-rojc<\/a><\/td>\r\n<td>Thematic networks<\/td>\r\n<td>Local\/Regional<\/td>\r\n<td>The Platform advocates social innovation for the sustainable development of the Social Center Rojc and achieving a greater degree of inclusive by improving access for people with disabilities or persons with reduced mobility. 10 civil society organizations from Pula; the platform involved: Union of Associations Rojc, association Merlin, Contact, Armazonex, Sunflower-Pula, city workshops, Magician's Hat, Adriatic animation, Scout sailors 'Uljanik' and association Metamedia.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Centar_za_popularizaciju_znanosti_i_inovacija_I__Center_for_the_popularization_of_science_and_innovation_of_the_Istrian_County\" style=\"position: absolute; top: -130px;\"><\/span>Centar za popularizaciju znanosti i inovacija I\u017d - Center for the popularization of science and innovation of the Istrian County<\/td>\r\n<td>Uspon Franje Glavini\u0107a 2, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.cpzi.eu\/index.php?id=543\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.cpzi.eu\/index.php?id=543<\/a><\/td>\r\n<td>Training centre initial and continuing training<\/td>\r\n<td>Regional<\/td>\r\n<td>Founders: Istrian Development Agency (IDA) Ltd., in cooperation with the Community of Technical Culture Pula, for elementary and secondary schools, the Center will enable learning the fundamental laws of nature in a simple and interesting way, through interactive experiments for which teaching resources are provided.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"IDA__Istrian_Development_Agency\" style=\"position: absolute; top: -130px;\"><\/span>IDA - Istrian Development Agency<\/td>\r\n<td>Mleta\u010dka 12\/IV, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"http:\/\/ida.hr\/index.php?id=23\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/ida.hr\/index.php?id=23<\/a><\/td>\r\n<td>Public local \/regional development agencies<\/td>\r\n<td>Regional<\/td>\r\n<td>Established in 1999, the first development agency in the Republic of Croatia, established as the main operational body for the implementation of development projects and programs of the Istria Region.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Obrtnika_komora_I__Crafts_Chamber_of_Istria_Region\" style=\"position: absolute; top: -130px;\"><\/span>Obrtni\u010dka komora I\u017d - Crafts Chamber of Istria Region<\/td>\r\n<td>Mleta\u010dka 12\/I, 52100 PULA, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.ok-istre.hr\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.ok-istre.hr\/<\/a><\/td>\r\n<td>Chambers of commerce<\/td>\r\n<td>Regional<\/td>\r\n<td>Member of the Croatian Chamber of Trades and Crafts, the Chamber promotes, harmonizes, represents and represents the common interests of craftsmen in the area of its territorial envelope - Istrian County. Membership in the Chamber is mandatory. Association of Craftsmen Pula; Association of Craftsmen Buze; Association of Craftsmen Labin; Association of Craftsmen Pazin; Association of Craftsmen Pore\u010d; Association of Craftsmen Rovinj and Association of Craftsmen Buj\u0161tina - Umag.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"HGK__upanijska_komora_PulaCroatian_Chamber_of_EconomyRegional_chamber_Pula\" style=\"position: absolute; top: -130px;\"><\/span>HGK - \u017dupanijska komora Pula-Croatian Chamber of Economy\/Regional chamber Pula<\/td>\r\n<td>Carrarina 5, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"https:\/\/www.hgk.hr\/zupanijska-komora-pula\/zupanijska-komora-pula\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.hgk.hr\/zupanijska-komora-pula\/zupanijska-komora-pula<\/a><\/td>\r\n<td>Chambers of commerce<\/td>\r\n<td>Regional\/Local<\/td>\r\n<td>Pula County Chamber consists of 9,724 active members, most of whom are legal entities engaged in economic activity, while the rest are made up of institutions and voluntary members (trades, agro family farm).<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Region_of_Istria__Administrative_Department_for_Health_and_Social_Welfare\" style=\"position: absolute; top: -130px;\"><\/span>Region of Istria - Administrative Department for Health and Social Welfare<\/td>\r\n<td>Flanati\u010dka 29, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"https:\/\/www.istra-istria.hr\/index.php?id=23\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.istra-istria.hr\/index.php?id=23<\/a><\/td>\r\n<td>Regional public authority<\/td>\r\n<td>Regional<\/td>\r\n<td>Ensures transparency and participation of civil society in the planning, organization and evaluation of forms of health and social care.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Region_of_Istria__Administrative_Department_for_the_Economy\" style=\"position: absolute; top: -130px;\"><\/span>Region of Istria - Administrative Department for the Economy<\/td>\r\n<td>Riva 8, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"https:\/\/www.istra-istria.hr\/index.php?id=1408\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.istra-istria.hr\/index.php?id=1408<\/a><\/td>\r\n<td>Regional public authority<\/td>\r\n<td>Regional<\/td>\r\n<td>Conduce activities in the area of regional development and the development of strategic documents, cooperation with state administration bodies, municipalities, cities, counties and other entities. Podupire razvoju poduzetni\u0161tva.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"City_of_Pula__The_City_office\" style=\"position: absolute; top: -130px;\"><\/span>City of Pula - The City office<\/td>\r\n<td>Forum 1, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"http:\/\/old.pula.hr\/index.php?id=2243\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/old.pula.hr\/index.php?id=2243<\/a><\/td>\r\n<td>Local public authority<\/td>\r\n<td>Local<\/td>\r\n<td>Publication of some documents like: Sustainability report, Social Responsibility Policy by IQNet SR-10, Code of Ethics of the City of Pula - Pula,\u2026<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"City_of_Pula__Administrative_Department_for_Social_Activities\" style=\"position: absolute; top: -130px;\"><\/span>City of Pula - Administrative Department for Social Activities<\/td>\r\n<td>Sergijevaca 2, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"http:\/\/www.pula.hr\/hr\/uprava\/upravni-odjeli-i-sluzbe\/upravni-odjel-za-drustvene-djelatnosti\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.pula.hr\/hr\/uprava\/upravni-odjeli-i-sluzbe\/upravni-odjel-za-drustvene-djelatnosti\/<\/a><\/td>\r\n<td>Local public authority<\/td>\r\n<td>Local<\/td>\r\n<td>Activities of proposing the program of public needs of the City in the fields of education, sport, technical culture, social welfare and health, monitoring the program of public institutions in the area of social welfare, raising the quality of life of the beneficiaries, and raising the quality of work in institutions.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Labor_Market_Comittee_of_Istria_Region__Administrative_Department_for_the_Economy__Vijee_trita_rada_I__upravni_odjel_za_gospodarstvo_\" style=\"position: absolute; top: -130px;\"><\/span>Labor Market Comittee of Istria Region - Administrative Department for the Economy - Vije\u0107e tr\u017ei\u0161ta rada I\u017d - upravni odjel za gospodarstvo <\/td>\r\n<td>Riva 8, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"http:\/\/vtr.istra-istria.hr\/hr\/home\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/vtr.istra-istria.hr\/hr\/home\/<\/a><\/td>\r\n<td>Regional public authority<\/td>\r\n<td>Regional<\/td>\r\n<td>Development of a Human Resources Development Strategy, networked and coordinated with all operational, management and advisory county bodies and other relevant professional, educational and economic-market subjects, for the purpose of providing a better and more comprehensive human resources development in the County.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Economic_Social_Council_of_the_City_of_Pula_______________________________________Gospodarsko_socijalno_vijee_Grada_Pule________________________\" style=\"position: absolute; top: -130px;\"><\/span>Economic Social Council of the City of Pula                                       Gospodarsko socijalno vije\u0107e Grada Pule                        <\/td>\r\n<td>Krle\u017eina 37, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"https:\/\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/<\/a><\/td>\r\n<td>Local public authority<\/td>\r\n<td>Regional\/Local<\/td>\r\n<td>The Economic and Social Council is an advisory body of the Istria Region Assembly which was established for the establishment and development of a tripartite dialogue. Its members are elected from the ranks of trade unions, employers and the Istria Region.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Council_for_Municipal_Prevention_of_the_City_of_Pula__Vijee_za_komunalnu_prevenciju_Grada_Pule\" style=\"position: absolute; top: -130px;\"><\/span>Council for Municipal Prevention of the City of Pula - Vije\u0107e za komunalnu prevenciju Grada Pule<\/td>\r\n<td>Forum 1, 52100 Pula, Croatia<\/td>\r\n<td><a href=\"http:\/\/old.pula.hr\/index.php?id=921\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/old.pula.hr\/index.php?id=921<\/a><\/td>\r\n<td>Local public authority<\/td>\r\n<td>Local<\/td>\r\n<td>Established in 2013 with the aim of developing crime prevention programs in the area of the Pula City,for the protection of citizens, material goods and the community as a whole, through partnership and joint planning and action of various authorities, jpublic services, businesses and citizens. <\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Ministry_of_Economy_Entrepreneurship_and_Crafts__Ministarstvo_gospodarstva_poduzetnitva_i_obrta_\" style=\"position: absolute; top: -130px;\"><\/span>Ministry of Economy, Entrepreneurship and Crafts - Ministarstvo gospodarstva, poduzetni\u0161tva i obrta <\/td>\r\n<td>Ulica grada Vukovara 78, 10 000 Zagreb, Croatia<\/td>\r\n<td><a href=\"https:\/\/www.mingo.hr\/page\/kategorija\/intelektualno-vlasnistvo-inovacije-nove-tehnologije-odrzivi-razvitak\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.mingo.hr\/page\/kategorija\/intelektualno-vlasnistvo-inovacije-nove-tehnologije-odrzivi-razvitak<\/a><\/td>\r\n<td>National public authority<\/td>\r\n<td>National<\/td>\r\n<td>Development and improvement of competitiveness of the Croatian economy, instruments and measures of economic policy; development of micro, small and medium entrepreneurship; industrial policy and policy of applying innovations and new technologies.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Ministry_of_Regional_Development_and_EU_Affairs__Ministarstvo_regionalnog_razvoja_i_poslova_EU\" style=\"position: absolute; top: -130px;\"><\/span>Ministry of Regional Development and EU Affairs - Ministarstvo regionalnog razvoja i poslova EU<\/td>\r\n<td>Miramarska cesta 22, 10000 Zagreb, Croatia<\/td>\r\n<td><a href=\"https:\/\/razvoj.gov.hr\/o-ministarstvu\/9\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/razvoj.gov.hr\/o-ministarstvu\/9<\/a><\/td>\r\n<td>National public authority<\/td>\r\n<td>National<\/td>\r\n<td>Planning and implementation of regional development policy and establishment of a comprehensive system of planning, programming, management and financing of regional development. Proposing and coordinating the implementation of national incentive measures and regional development programs and projects and monitoring their implementation and evaluation of their effects and alignment with the European Union in the area of regional policy and structural instrument management.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Ministry_for_Demography_Family_Youth_and_Social_Policy__Ministarstvo_za_demografiju_obitelj_mlade_i_socijalnu_politiku_\" style=\"position: absolute; top: -130px;\"><\/span>Ministry for Demography, Family, Youth and Social Policy - Ministarstvo za demografiju, obitelj, mlade i socijalnu politiku <\/td>\r\n<td>Trg Nevenke Topalu\u0161i\u0107 1, 10000 Zagreb, Croatia<\/td>\r\n<td><a href=\"https:\/\/mdomsp.gov.hr\/kontakti-6800\/6800\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/mdomsp.gov.hr\/kontakti-6800\/6800<\/a><\/td>\r\n<td>National public authority<\/td>\r\n<td>National<\/td>\r\n<td>SOCIAL POLICY MANAGEMENT: Sector for Social Services Development and Coordination of Service Providers. Sector for Program and Project Management: The Service for Preparation and Implementation of Programs from EU Funds and the Program Monitoring Service and Evaluation of Projects from EU Funds.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Croatian_employment_office_Hrvatski_zavod_za_zapoljavanje\" style=\"position: absolute; top: -130px;\"><\/span>Croatian employment office Hrvatski zavod za zapo\u0161ljavanje<\/td>\r\n<td>Radni\u010dka cesta 1, 10000 Zagreb, Croatia<\/td>\r\n<td><a href=\"http:\/\/mjere.hr\/mjere\/javni-rad\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/mjere.hr\/mjere\/javni-rad\/<\/a><\/td>\r\n<td>Public employment agencies<\/td>\r\n<td>National<\/td>\r\n<td>Measures of active employment policy: Public work is a measure whose program is based on socially beneficial work initiated by the local community or civil society organizations. The aim of the measure is to include unemployed persons into the activation program for socially useful work.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"MRA\" style=\"position: absolute; top: -130px;\"><\/span>MRA<\/td>\r\n<td>Pobre\u0161ka cesta 20, 2000 Maribor<\/td>\r\n<td><a href=\"http:\/\/www.mra.si\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.mra.si\/<\/a><\/td>\r\n<td>Public local \/regional development agencies<\/td>\r\n<td>Regional<\/td>\r\n<td>responsible for preparation of RDP in Podravje, development of clusters and networks, creation of regional info systems, supporting start-ups, development of creative industries, tourism and rural areas<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Employment_Service_of_Slovenia_Regional_office_Ptuj\" style=\"position: absolute; top: -130px;\"><\/span>Employment Service of Slovenia, Regional office Ptuj<\/td>\r\n<td>Osojnikova 1, 2250 Ptuj<\/td>\r\n<td><a href=\"https:\/\/www.ess.gov.si\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.ess.gov.si\/<\/a><\/td>\r\n<td>Public employment agencies<\/td>\r\n<td>Regional<\/td>\r\n<td>The Employment Service of Slovenia represents the central institution on the labour market. This is the division for Ptuj. <\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Employment_Service_of_Slovenia_Regional_office_Maribor\" style=\"position: absolute; top: -130px;\"><\/span>Employment Service of Slovenia, Regional office Maribor<\/td>\r\n<td>Gregor\u010di\u010deva 37, 2000 Maribor<\/td>\r\n<td><a href=\"https:\/\/www.ess.gov.si\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.ess.gov.si\/<\/a><\/td>\r\n<td>Public employment agencies<\/td>\r\n<td>Regional<\/td>\r\n<td>The Employment Service of Slovenia represents the central institution on the labour market.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Znanstvenoraziskovalno_sredie_Bistra_Ptuj\" style=\"position: absolute; top: -130px;\"><\/span>Znanstveno-raziskovalno sredi\u0161\u010de Bistra Ptuj<\/td>\r\n<td>Slovenski trg 6, 2250 Ptuj<\/td>\r\n<td><a href=\"https:\/\/www.bistra.si\/en\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.bistra.si\/en\/<\/a><\/td>\r\n<td>Private local \/regional development agencies<\/td>\r\n<td>Regional<\/td>\r\n<td>Scientific research center Bistra Ptuj<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Zdruenje_Center_alternativne_in_avtonomne_produkcije_socialno_podjetje\" style=\"position: absolute; top: -130px;\"><\/span>Zdru\u017eenje Center alternativne in avtonomne produkcije, socialno podjetje<\/td>\r\n<td>Tkalski prehod 4, 2000 Maribor<\/td>\r\n<td><a href=\"http:\/\/brazde.org\/?p=113\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/brazde.org\/?p=113<\/a><\/td>\r\n<td>Other bodies involved in social innovation<\/td>\r\n<td>Regional<\/td>\r\n<td>Association of Alternative and Autonomous Production Center, social enterprise<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"PRJ_HALO_Podeelsko_razvojno_jedro_\" style=\"position: absolute; top: -130px;\"><\/span>PRJ HALO Pode\u017eelsko razvojno jedro <\/td>\r\n<td>Cirkulane 56, 2282 Cirkulane<\/td>\r\n<td><a href=\"https:\/\/www.haloze.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.haloze.org\/<\/a><\/td>\r\n<td>Other bodies involved in social innovation<\/td>\r\n<td>Local<\/td>\r\n<td>PRJ HALO Rural Development Core is an institution that deals with the development of rural areas in the Haloze region and the search for development opportunities for the enterprise and the agricultural sector.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"RAZVOJNO_INFORMACIJSKI_CENTER_SLOVENSKA_BISTRICA\" style=\"position: absolute; top: -130px;\"><\/span>RAZVOJNO INFORMACIJSKI CENTER SLOVENSKA BISTRICA<\/td>\r\n<td>Trg svobode 5, 2310 Slovenska Bistrica<\/td>\r\n<td><a href=\"https:\/\/ric-sb.si\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/ric-sb.si\/<\/a><\/td>\r\n<td>Other bodies involved in social innovation<\/td>\r\n<td>Local<\/td>\r\n<td>RIC is a development and support institution whose primary purpose is to promote the development of entrepreneurship, economic development and tourism in the area of the municipality of Slovenska Bistrica.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"TKALKA_zadruga_za_razvoj_drubenih_in_tehnolokih_inovacij_zbo_socialno_podjetje\" style=\"position: absolute; top: -130px;\"><\/span>TKALKA, zadruga za razvoj dru\u017ebenih in tehnolo\u0161kih inovacij z.b.o., socialno podjetje<\/td>\r\n<td>Tkalski prehod 4, 2000 Maribor<\/td>\r\n<td><a href=\"http:\/\/tkalka.si\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/tkalka.si\/<\/a><\/td>\r\n<td>Private innovation hubs<\/td>\r\n<td>Regional<\/td>\r\n<td>TKALKA is community adevelopment center\r\nin the center of Maribor. A space that offers inspiration for cooperation and creativity conditions for improving the quality of life in the city and the region.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Skupnost_obin_Slovenije\" style=\"position: absolute; top: -130px;\"><\/span>Skupnost ob\u010din Slovenije<\/td>\r\n<td> Partizanska cesta 1, 2000 Maribor<\/td>\r\n<td><a href=\"https:\/\/skupnostobcin.si\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/skupnostobcin.si\/<\/a><\/td>\r\n<td>National public or private service providers<\/td>\r\n<td>National<\/td>\r\n<td> Association of Municipalities and Towns of  Slovenia<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"MDDSZEM_Direktorat_trga_dela_in_zaposleovanja\" style=\"position: absolute; top: -130px;\"><\/span>MDDSZEM, Direktorat trga dela in zaposleovanja<\/td>\r\n<td>Kotnikova 28, 1000 Ljubljana<\/td>\r\n<td><a href=\"http:\/\/www.mddsz.gov.si\/si\/delovna_podrocja\/trg_dela_in_zaposlovanje\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.mddsz.gov.si\/si\/delovna_podrocja\/trg_dela_in_zaposlovanje\/<\/a><\/td>\r\n<td>National public authority<\/td>\r\n<td>National<\/td>\r\n<td>The Labor and Employment Directorate is responsible for the employment policy at home and abroad, unemployment insurance, student policy and the enforcement of professional standards, the certification system\u2026<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"SPIRIT_Slovenija\" style=\"position: absolute; top: -130px;\"><\/span>SPIRIT Slovenija<\/td>\r\n<td>Verov\u0161kova ulica 60e, 1000 Ljubljana<\/td>\r\n<td><a href=\"http:\/\/www.spiritslovenia.si\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.spiritslovenia.si\/<\/a><\/td>\r\n<td>National public authority<\/td>\r\n<td>National<\/td>\r\n<td>Public Agency for Entrepreneurship, Internationalization, Fore\u00adign Investments and Technology<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"ZAVOD_PIP__PRAVNI_IN_INFORMACIJSKI_CENTER_MARIBOR\" style=\"position: absolute; top: -130px;\"><\/span>ZAVOD PIP - PRAVNI IN INFORMACIJSKI CENTER MARIBOR<\/td>\r\n<td>Gosposvetska cesta 83, 2000 Maribor<\/td>\r\n<td><a href=\"http:\/\/zavodpip.si\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/zavodpip.si\/<\/a><\/td>\r\n<td>Other bodies involved in social innovation<\/td>\r\n<td>Regional<\/td>\r\n<td>Zavod PIP is a non-profit organization of private law specialized for providing legal counselling and legal aid, information about the European Union and developing non-governmental organizations.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Fakulteta_za_uporabne_drubene_tudije\" style=\"position: absolute; top: -130px;\"><\/span>Fakulteta za uporabne dru\u017ebene \u0161tudije<\/td>\r\n<td>Gregor\u010di\u010deva ulica 19, 5000 Nova Gorica<\/td>\r\n<td><a href=\"http:\/\/www.fuds.si\/sl\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.fuds.si\/sl<\/a><\/td>\r\n<td>Private University or equivalent of higher education<\/td>\r\n<td>Regional<\/td>\r\n<td>School of advanced social studies <\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Univerza_v_Ljubljani_Sredie_za_socialno_podjetnitvo\" style=\"position: absolute; top: -130px;\"><\/span>Univerza v Ljubljani, Sredi\u0161\u010de za socialno podjetni\u0161tvo<\/td>\r\n<td>Kongresni trg 12\r\n1000 Ljubljana<\/td>\r\n<td><a href=\"https:\/\/www.uni-lj.si\/sodelovanje_z_gospodarstvom_in_sirsim_druzbenim_okoljem\/sredisce_za_socialno_podjetnistvo_ul\/o_nas\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.uni-lj.si\/sodelovanje_z_gospodarstvom_in_sirsim_druzbenim_okoljem\/sredisce_za_socialno_podjetnistvo_ul\/o_nas\/<\/a><\/td>\r\n<td>Public university or equivalent of higher education<\/td>\r\n<td>Regional<\/td>\r\n<td>The Center for Social Entrepreneurship of the University of Ljubljana is a special organizational form established at the University level in order to address interdisciplinary challenges in the field of social ent.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Aurora_Coworking_The_Glue_Skrivnostni_otok_doo\" style=\"position: absolute; top: -130px;\"><\/span>Aurora Coworking, The Glue, Skrivnostni otok d.o.o.<\/td>\r\n<td>Lendavska ul. 43, 9000 Murska Sobota, Slovenia<\/td>\r\n<td><a href=\"https:\/\/www.auroracoworking.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.auroracoworking.com\/<\/a><\/td>\r\n<td>Private innovation hubs<\/td>\r\n<td>Regional<\/td>\r\n<td>\u201cRaising Entrepreneurship\u201d is our Vision of Present. That means creating, maintaining and living a culture of support, inclusion, independence, interdependence, personal growth and social impact.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Zdruenje_Socialna_ekonomija_Slovenije_socialno_podjetje\" style=\"position: absolute; top: -130px;\"><\/span>Zdru\u017eenje Socialna ekonomija Slovenije, socialno podjetje<\/td>\r\n<td>Gorkega ulica 34, 2000 Maribor<\/td>\r\n<td><a href=\"http:\/\/socialnaekonomija.si\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/socialnaekonomija.si\/<\/a><\/td>\r\n<td>Social cluster business support<\/td>\r\n<td>National<\/td>\r\n<td>ZSES is an independent, non-governmental, non-political institution based on the principles of social entrepreneurship. It represents its members who actively work in the field of social economy, regardless of form<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Znanstvenoraziskovalno_zdruenje_za_umetnost_kulturne_in_izobraevalne_programe_in_tehnologijo_EPEKA_socialno_podjetje\" style=\"position: absolute; top: -130px;\"><\/span>Znanstveno-raziskovalno zdru\u017eenje za umetnost, kulturne in izobra\u017eevalne programe in tehnologijo EPEKA, socialno podjetje<\/td>\r\n<td>Koro\u0161ka cesta 8, 2000 Maribor<\/td>\r\n<td><a href=\"http:\/\/epeka.si\/en\/about-us\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/epeka.si\/en\/about-us\/<\/a><\/td>\r\n<td>Other<\/td>\r\n<td>Regional<\/td>\r\n<td>EPEKA Association was founded as an initiative to connect creators of cultural, artistic, educational, scientific and technological content for the European Capital of Culture 2012 project.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Romsko_drutvo_Romano_Pralipe_Maribor_socialno_podjetje\" style=\"position: absolute; top: -130px;\"><\/span>Romsko dru\u0161tvo Romano Pralipe Maribor, socialno podjetje<\/td>\r\n<td>Partizanska cesta 12, 2000 Maribor<\/td>\r\n<td>Not available<\/td>\r\n<td>Other<\/td>\r\n<td><\/td>\r\n<td>\/<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Zadruga_BikeLab_zadruga_za_razvoj_mobilnosti_zoo_socialno_podjetje\" style=\"position: absolute; top: -130px;\"><\/span>Zadruga BikeLab, zadruga za razvoj mobilnosti z.o.o., socialno podjetje<\/td>\r\n<td>Gosposka ulica 11, 2000 Maribor<\/td>\r\n<td><a href=\"http:\/\/www.bikelab.si\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.bikelab.si\/<\/a><\/td>\r\n<td>Other<\/td>\r\n<td>Local<\/td>\r\n<td>The basic purpose of the cooperative, while providing green jobs, is the provision of quality cycling service services, reuse, planning, implementation and maintenance of tourist infrastructure, design of tourist products and professional training.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Kooperativa_DAME_trajnostni_turizem_in_gostinstvo_zoo_socialno_podjetje\" style=\"position: absolute; top: -130px;\"><\/span>Kooperativa DAME, trajnostni turizem in gostinstvo, z.o.o., socialno podjetje<\/td>\r\n<td>Ljubljanska ulica 4, 2000 Maribor<\/td>\r\n<td><a href=\"http:\/\/www.kooperativa-dame.si\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.kooperativa-dame.si\/<\/a><\/td>\r\n<td>Other<\/td>\r\n<td>Regional<\/td>\r\n<td>The main activity of the cooperative, the social enterprise Kooperativa DAME, is the development of sustainable tourism and catering.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"FREKVENCA_Socialnokulturno_zdruenje_nemirnih_in_aktivnih_socialno_podjetje\" style=\"position: absolute; top: -130px;\"><\/span>FREKVENCA, Socialno-kulturno zdru\u017eenje nemirnih in aktivnih, socialno podjetje<\/td>\r\n<td>Tkalski prehod 4, 2000 Maribor<\/td>\r\n<td><a href=\"http:\/\/epeka.si\/frekvenca-so-p\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/epeka.si\/frekvenca-so-p\/<\/a><\/td>\r\n<td>Other<\/td>\r\n<td>Local<\/td>\r\n<td>the social association of restless and active contributes to the development and welfare of the social and cultural life of vulnerable social and social groups.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"ZAVOD_ARTMAR_izobraevanje_in_razvoj_Maribor_sop\" style=\"position: absolute; top: -130px;\"><\/span>ZAVOD ARTMAR, izobra\u017eevanje in razvoj, Maribor, so.p.<\/td>\r\n<td>Gosposka ulica 7, 2000 Maribor<\/td>\r\n<td>Not available<\/td>\r\n<td>Other<\/td>\r\n<td>Local<\/td>\r\n<td>\/<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Drutvo_za_razvijanje_socialnih_projektov_in_spodbujanje_aktivnega_ivljenja_AKTIVIRAJ_SE_socialno_podjetje\" style=\"position: absolute; top: -130px;\"><\/span>Dru\u0161tvo za razvijanje socialnih projektov in spodbujanje aktivnega \u017eivljenja AKTIVIRAJ SE, socialno podjetje<\/td>\r\n<td>Zrkovska cesta 61, 2000 Maribor<\/td>\r\n<td>Not available<\/td>\r\n<td>Other<\/td>\r\n<td>Local<\/td>\r\n<td>Society for developing social projects and promoting active life ACTIVE, so.e.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Drutvo_Dnevni_center_aktivnosti_za_stareje_Maribor_socialno_podjetje\" style=\"position: absolute; top: -130px;\"><\/span>Dru\u0161tvo Dnevni center aktivnosti za starej\u0161e Maribor, socialno podjetje<\/td>\r\n<td>Gorkega ulica 34, 2000 Maribor<\/td>\r\n<td><a href=\"http:\/\/www.prostovoljstvo-mb.si\/?p=2750\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.prostovoljstvo-mb.si\/?p=2750<\/a><\/td>\r\n<td>Other<\/td>\r\n<td>Local<\/td>\r\n<td>TOTI Association DCA Maribor is an intergenerational center of activities aimed at connecting, integrating and socializing older and younger users. You can actively spend leisure time with them in social activities.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Novi_Armal_nove_oblike_proizvodnje_in_proizvodnja_igra_Maribor_zbo_sop\" style=\"position: absolute; top: -130px;\"><\/span>Novi Armal, nove oblike proizvodnje in proizvodnja igra\u010d Maribor, z.b.o. so.p.<\/td>\r\n<td>Ulica 10. oktobra 7, 2000 Maribor<\/td>\r\n<td>Not available<\/td>\r\n<td>Other<\/td>\r\n<td>Local<\/td>\r\n<td>New forms of production and production of toys Maribor<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"ZELENA_DIREKTIVA_Intitut_za_razvoj_biotske_pestrosti_in_ekoloke_kulture_Maribor_socialno_podjetje\" style=\"position: absolute; top: -130px;\"><\/span>ZELENA DIREKTIVA, In\u0161titut za razvoj biotske pestrosti in ekolo\u0161ke kulture, Maribor, socialno podjetje<\/td>\r\n<td>Tkalski prehod 4, 2000 Maribor<\/td>\r\n<td><a href=\"http:\/\/epeka.si\/institut-zelena-direktiva-p\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/epeka.si\/institut-zelena-direktiva-p\/<\/a><\/td>\r\n<td>Other<\/td>\r\n<td>Local<\/td>\r\n<td>in order to set up a platform that would be a generator of re-primary cannabis production in Slovenia, as well as the development of natural solutions and products in the field of biotechnology for the needs of agriculture, industry and medicine.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Kooperativa_ZEBRA_za_etiko_v_bannitvu_in_razvojno_alternativo_zbo_socialno_podjetje\" style=\"position: absolute; top: -130px;\"><\/span>Kooperativa ZEBRA, za etiko v ban\u010dni\u0161tvu in razvojno alternativo, z.b.o., socialno podjetje<\/td>\r\n<td>Tkalski prehod 4, 2000 Maribor<\/td>\r\n<td><a href=\"http:\/\/zebra.blue\/index.php\/sl\/kdo-smo\/osebna-izkaznica\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/zebra.blue\/index.php\/sl\/kdo-smo\/osebna-izkaznica<\/a><\/td>\r\n<td>Other<\/td>\r\n<td>Regional<\/td>\r\n<td>For ethics in banking and developmental alternative<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Drutvo_za_podporo_zmanjevanju_ogljinega_odtisa_KOLO_sop\" style=\"position: absolute; top: -130px;\"><\/span>Dru\u0161tvo za podporo zmanj\u0161evanju oglji\u010dnega odtisa KOLO so.p.<\/td>\r\n<td>Celestrina 6, 2000 Maribor<\/td>\r\n<td><a href=\"https:\/\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/<\/a><\/td>\r\n<td>Other<\/td>\r\n<td>Local<\/td>\r\n<td>Society for the Support of Reduction of Carbon Footprint<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Hia_Drutvo_za_ljudi_in_prostore_socialno_podjetje\" style=\"position: absolute; top: -130px;\"><\/span>Hi\u0161a! Dru\u0161tvo za ljudi in prostore, socialno podjetje<\/td>\r\n<td>Oro\u017enova 7, 2000 Maribor<\/td>\r\n<td><a href=\"http:\/\/www.ziva-dvorisca.si\/sl\/content\/hi%C5%A1a\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.ziva-dvorisca.si\/sl\/content\/hi%C5%A1a<\/a><\/td>\r\n<td>Other<\/td>\r\n<td>Local<\/td>\r\n<td>HOUSE! is a society within which we have formalized our work, cultural creators, who from 2010 on we are making and implementing the program of the Living Courtyard of Maribor.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"OBRTNA_ZADRUGA_TRGOKOOPERANT_zoo_socialno_podjetje\" style=\"position: absolute; top: -130px;\"><\/span>OBRTNA ZADRUGA TRGOKOOPERANT z.o.o., socialno podjetje<\/td>\r\n<td>Titova cesta 44, 2000 Maribor<\/td>\r\n<td><a href=\"https:\/\/trgo.si\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/trgo.si\/<\/a><\/td>\r\n<td>Other<\/td>\r\n<td>Regional<\/td>\r\n<td>We are one of the oldest craft cooperatives in north-eastern Slovenia, which in 2013 changed its mission and vision. Our online solutions enable businesses to focus exclusively on their business. We take care of everything else.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Zadruga_Artmijemar_za_razvoj_prepoznavnosti_mesta_Maribor_in_slovenskih_izdelkov_zoo_sop\" style=\"position: absolute; top: -130px;\"><\/span>Zadruga Artmijemar, za razvoj prepoznavnosti mesta Maribor in slovenskih izdelkov, z.o.o., so.p.<\/td>\r\n<td>Gosposka ulica 7, 2000 Maribor<\/td>\r\n<td><a href=\"https:\/\/artmijemar.si\/index.php?route=common\/home\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/artmijemar.si\/index.php?route=common\/home<\/a><\/td>\r\n<td>Other<\/td>\r\n<td>Local<\/td>\r\n<td>Cooperative Artemiar, for the development of the city of Maribor and Slovenian products<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Drutvo_za_podporo_radiu_Mar_socialno_podjetje\" style=\"position: absolute; top: -130px;\"><\/span>Dru\u0161tvo za podporo radiu Mar\u0161, socialno podjetje<\/td>\r\n<td>Tkalski prehod 4, 2000 Maribor<\/td>\r\n<td><a href=\"http:\/\/www.radiomars.si\/radio?page=1\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.radiomars.si\/radio?page=1<\/a><\/td>\r\n<td>Other<\/td>\r\n<td>Local<\/td>\r\n<td>Marsh Support Society, a social enterprise<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"VARUHI_SEMEN_Drutvo_za_ohranjanje_biotske_pestrosti_kulturnih_rastlin_socialno_podjetje\" style=\"position: absolute; top: -130px;\"><\/span>VARUHI SEMEN, Dru\u0161tvo za ohranjanje biotske pestrosti kulturnih rastlin, socialno podjetje<\/td>\r\n<td>Tkalski prehod 4, 2000 Maribor<\/td>\r\n<td><a href=\"http:\/\/brazde.org\/?cat=7\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/brazde.org\/?cat=7<\/a><\/td>\r\n<td>Other<\/td>\r\n<td>Local<\/td>\r\n<td>The Seed Library is an alternative approach to preserving the biotic diversity of crop plants, which, through the free exchange of seeds or planting material, reinforces the local community among its members and returns seed into the hands of people, fields, gardens and orchards.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Drutvo_za_razvoj_kreativnosti_in_potencialovPortret_socialno_podjetje\" style=\"position: absolute; top: -130px;\"><\/span>Dru\u0161tvo za razvoj kreativnosti in potencialov-Portret, socialno podjetje<\/td>\r\n<td>Knafel\u010deva ulica 15, 2000 Maribor<\/td>\r\n<td><a href=\"http:\/\/www.drustvo-portret.si\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.drustvo-portret.si\/<\/a><\/td>\r\n<td>Other<\/td>\r\n<td>Local<\/td>\r\n<td>Society for the Development of Creativity and Potentials - Portrait, social enterprise, carries out programs and training in the field of culture, education and social protection.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Peron_kooperativa_projektnih_ustvarjalcev_zoo_socialno_podjetje\" style=\"position: absolute; top: -130px;\"><\/span>Peron, kooperativa projektnih ustvarjalcev z.o.o., socialno podjetje<\/td>\r\n<td>Tkalski prehod 4, 2000 Maribor<\/td>\r\n<td><a href=\"https:\/\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/<\/a><\/td>\r\n<td>Other<\/td>\r\n<td>Local<\/td>\r\n<td>Peron, cooperative for project designers z.o.o., social enterprise<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Evropski_kulturni_in_tehnoloki_center_Maribor_socialno_podjetje\" style=\"position: absolute; top: -130px;\"><\/span>Evropski kulturni in tehnolo\u0161ki center Maribor, socialno podjetje<\/td>\r\n<td>Glavni trg 20, 2000 Maribor<\/td>\r\n<td><a href=\"http:\/\/www.ektc.si\/sl\/o-nas\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.ektc.si\/sl\/o-nas<\/a><\/td>\r\n<td>Other<\/td>\r\n<td>Regional<\/td>\r\n<td>a private institution with the status of a youth center recognized by the Office of the Republic of Slovenia for Youth and the City of Maribor, within its activities, carries out activities in the field of youth work, including young people with special needs, for their greater competence and careers, informal education and for other values and content relevant to young people.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Drutvo_Glazerjeva_domaija_socialno_podjetje\" style=\"position: absolute; top: -130px;\"><\/span>Dru\u0161tvo Glazerjeva doma\u010dija, socialno podjetje<\/td>\r\n<td>Grizoldova ulica 13, 2342 Ru\u0161e<\/td>\r\n<td><a href=\"https:\/\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/<\/a><\/td>\r\n<td>Other<\/td>\r\n<td>Local<\/td>\r\n<td>Society of Glazer Farmhome, a social enterprise<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Romsko_drutvo_Romani_kafenava_dobrota_socialno_podjetje\" style=\"position: absolute; top: -130px;\"><\/span>Romsko dru\u0161tvo Romani kafenava dobrota, socialno podjetje<\/td>\r\n<td>Gorkega ulica 34, 2000 Maribor<\/td>\r\n<td><a href=\"http:\/\/romani-kafenava.si\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/romani-kafenava.si\/<\/a><\/td>\r\n<td>Other<\/td>\r\n<td>Local<\/td>\r\n<td> the intention of recruiting the Roma minority, in case the inn will have a profit, the project's owners will be earmarked for the creation of new restaurants and jobs for more Roma and Romani women.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Mobilnostni_trendi_in_inovacije_zadruga_za_razvoj_sodobnih_prometnih_reitev_zoo_sop\" style=\"position: absolute; top: -130px;\"><\/span>Mobilnostni trendi in inovacije, zadruga za razvoj sodobnih prometnih re\u0161itev, z.o.o., so.p.<\/td>\r\n<td>Dvorakova ulica 14, 200 Maribor<\/td>\r\n<td><a href=\"https:\/\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/<\/a><\/td>\r\n<td>Other<\/td>\r\n<td>Local<\/td>\r\n<td>Mobility Trends and Innovations, a cooperative for the development of modern transport solutions<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Reitve_za_ranljive_skupine_v_prometu_zoo_sop\" style=\"position: absolute; top: -130px;\"><\/span>Re\u0161itve za ranljive skupine v prometu, z.o.o., so.p.<\/td>\r\n<td>Lo\u0161ka ulica 8, 2000 Maribor<\/td>\r\n<td><a href=\"https:\/\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/<\/a><\/td>\r\n<td>Other<\/td>\r\n<td>Local<\/td>\r\n<td>Solutions for vulnerable groups in traffic<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Drutvo_za_trajnostni_razvoj_in_celostne_reitve_sop\" style=\"position: absolute; top: -130px;\"><\/span>Dru\u0161tvo za trajnostni razvoj in celostne re\u0161itve, so.p.<\/td>\r\n<td>Tkalski prehod 4, 2000 Maribor<\/td>\r\n<td><a href=\"http:\/\/instituteintercer.org\/en\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/instituteintercer.org\/en<\/a><\/td>\r\n<td>Other<\/td>\r\n<td>National<\/td>\r\n<td>Institute InTeRCeR was founded in 2010. It is a private non-profit think-and-do-tank. They operate in Slovenia and other EU countries.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"CITILAB_Zavod_za_razvoj_kreativnih_tehnologij_Maribor_socialno_podjetje\" style=\"position: absolute; top: -130px;\"><\/span>CITILAB, Zavod za razvoj kreativnih tehnologij Maribor, socialno podjetje<\/td>\r\n<td>Turnerjeva ulica 21A, 2000 Maribor<\/td>\r\n<td><a href=\"http:\/\/www.kreatorlab.si\/o-nas\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.kreatorlab.si\/o-nas\/<\/a><\/td>\r\n<td>Other<\/td>\r\n<td>Regional<\/td>\r\n<td>Institute for development of creative technologies Maribor.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"P_invest_zadruga_za_investiranje_v_parkirna_mesta_zoo_sop\" style=\"position: absolute; top: -130px;\"><\/span>P invest, zadruga za investiranje v parkirna mesta, z.o.o., so.p.<\/td>\r\n<td>Lo\u0161ka ulica 8, 2000 Maribor<\/td>\r\n<td><a href=\"https:\/\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/<\/a><\/td>\r\n<td>Other<\/td>\r\n<td>Local<\/td>\r\n<td>Cooperative for investing in parking spaces<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Zrak_zadruga_za_razvoj_komponent_za_elektro_vozila_zoo_sop\" style=\"position: absolute; top: -130px;\"><\/span>Zrak, zadruga za razvoj komponent za elektro vozila, z.o.o., so.p.<\/td>\r\n<td>Cesta k Tamu 7, 2000 Maribor<\/td>\r\n<td><a href=\"https:\/\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/<\/a><\/td>\r\n<td>Other<\/td>\r\n<td>Local<\/td>\r\n<td>Development Cooperative Component for Electric Vehicles<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Vodno_polje_ekoloka_pridelava_hrane_zoo_sop\" style=\"position: absolute; top: -130px;\"><\/span>Vodno polje, ekolo\u0161ka pridelava hrane, z.o.o. so.p.<\/td>\r\n<td>Cesta XIV. divizije 5, 2000 Maribor<\/td>\r\n<td><a href=\"https:\/\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/<\/a><\/td>\r\n<td>Other<\/td>\r\n<td>Local<\/td>\r\n<td>Water field, organic food production<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Elektrina_vozila_zadruga_za_elektrifikacijo_vozil_zoo_sop\" style=\"position: absolute; top: -130px;\"><\/span>Elektri\u010dna vozila, zadruga za elektrifikacijo vozil, z.o.o., so.p.<\/td>\r\n<td>Betnavska cesta 122, 2000 Maribor <\/td>\r\n<td><a href=\"https:\/\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/<\/a><\/td>\r\n<td>Other<\/td>\r\n<td>Local<\/td>\r\n<td>Electric vehicles, a vehicle electrification cooperative, a social enterprise<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"ZEMER_trgovina_in_storitve_doo_socialno_podjetje\" style=\"position: absolute; top: -130px;\"><\/span>ZEMER trgovina in storitve d.o.o. socialno podjetje<\/td>\r\n<td>Titova cesta 44, 2000 Maribor<\/td>\r\n<td><a href=\"https:\/\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/<\/a><\/td>\r\n<td>Other<\/td>\r\n<td>Local<\/td>\r\n<td>Zemer trade and services social enterprise<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Kreativna_zadruga_za_izobraevanje_usposabljanje_in_kreiranje_novih_delovnih_mest_zoo_sop\" style=\"position: absolute; top: -130px;\"><\/span>Kreativna zadruga za izobra\u017eevanje, usposabljanje in kreiranje novih delovnih mest z.o.o., so.p.<\/td>\r\n<td>Pesnica pri Mariboru 61 c, 2211 Pesnica pri Mariboru<\/td>\r\n<td><a href=\"https:\/\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/<\/a><\/td>\r\n<td>Other<\/td>\r\n<td>Local<\/td>\r\n<td>A creative cooperative for education, training and job creation<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Permakulturni_intitut_Maribor_socialno_podjetje\" style=\"position: absolute; top: -130px;\"><\/span>Permakulturni in\u0161titut Maribor, socialno podjetje<\/td>\r\n<td>Betnavska cesta 116, 2000 Maribor<\/td>\r\n<td><a href=\"http:\/\/permakulturni-institut.si\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/permakulturni-institut.si\/<\/a><\/td>\r\n<td>Other<\/td>\r\n<td>Local<\/td>\r\n<td>The Permaculture Institute Maribor is primarily concerned with raising public awareness of sustainable systems, their planning and economic viability, and above all the need for their quick adaptation.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Grunt_Zavod_za_socialno_podjetnitvo_na_podeelju\" style=\"position: absolute; top: -130px;\"><\/span>Grunt, Zavod za socialno podjetni\u0161tvo na pode\u017eelju<\/td>\r\n<td>Glavarjeva cesta 50,1218 Komenda<\/td>\r\n<td><a href=\"http:\/\/grunt-sop.si\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/grunt-sop.si\/<\/a><\/td>\r\n<td>Other<\/td>\r\n<td>Local<\/td>\r\n<td>Grunt, a social enterprise in the countryside, is a non-profit organization with the status of employment centre, founded with the purpose of employing people with disabilities from the countryside who have less opportunities for employment in the local environment. <\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Zadruna_zveza_Slovenije\" style=\"position: absolute; top: -130px;\"><\/span>Zadru\u017ena zveza Slovenije<\/td>\r\n<td>Miklo\u0161i\u010deva cesta 4, 1000 Ljubljana<\/td>\r\n<td><a href=\"http:\/\/www.zzs.si\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.zzs.si\/<\/a><\/td>\r\n<td>Business support organization<\/td>\r\n<td>National<\/td>\r\n<td>Cooperative Union of Slovenia is a non-governmental organisation with voluntary membership. We support the development of cooperative movement and represent the interests of our members. <\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Intitut_RISE\" style=\"position: absolute; top: -130px;\"><\/span>In\u0161titut RISE<\/td>\r\n<td> Erazmova ulica 35, 6230 Postojna<\/td>\r\n<td><a href=\"https:\/\/www.ri.se\/sv\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.ri.se\/sv<\/a><\/td>\r\n<td>Business support organization<\/td>\r\n<td>National<\/td>\r\n<td>RISE Research Institutes of Sweden is Sweden\u2019s research and innovation partner. Through international collaborations with the business community, academia and the public sector, we work to ensure the competitiveness of Swedish commerce and industry and contribute to a sustainable society.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Sklad_05\" style=\"position: absolute; top: -130px;\"><\/span>Sklad 05<\/td>\r\n<td>Britof 469, 4000 Kranj<\/td>\r\n<td><a href=\"http:\/\/www.sklad05.si\/stran\/13\/fund05-angleska\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.sklad05.si\/stran\/13\/fund05-angleska<\/a><\/td>\r\n<td>Financial institutions<\/td>\r\n<td>National<\/td>\r\n<td>Sklad 05 is a private financial institution established to finance social entrepreneurship and social innovation.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"FERI__Fakulteta_za_elektrotehniko_raunalnitvo_in_informatiko\" style=\"position: absolute; top: -130px;\"><\/span>FERI - Fakulteta za elektrotehniko, ra\u010dunalni\u0161tvo in informatiko<\/td>\r\n<td>Koro\u0161ka cesta 46, 2000 Maribor<\/td>\r\n<td><a href=\"https:\/\/feri.um.si\/en\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/feri.um.si\/en\/<\/a><\/td>\r\n<td>Higher education<\/td>\r\n<td>National<\/td>\r\n<td>The Faculty of Electrical Engineering and Computer Science at the University of Maribor (UM FERI) is one of the leading teaching and research institution in the field of Electrical Engineering and Computer Science in Slovenia.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"ADA__Associaco_de_Desenvolvimento_Acco_Social_e_Defesa_do_Ambiente\" style=\"position: absolute; top: -130px;\"><\/span>ADA - Associa\u00e7\u00e3o de Desenvolvimento, Ac\u00e7\u00e3o Social e Defesa do Ambiente<\/td>\r\n<td>Rua da Vidigueira, 7220-390 PORTEL<\/td>\r\n<td>Not available<\/td>\r\n<td>Local public or private service providers<\/td>\r\n<td>Local<\/td>\r\n<td>Private non-profit association, providing social services at local level.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Associaco_Amigos_dos_Reformados_Pensionistas_e_Idosos_de_S_Miguel_de_Machede_AARPISMM\" style=\"position: absolute; top: -130px;\"><\/span>Associa\u00e7\u00e3o Amigos dos Reformados Pensionistas e Idosos de S. Miguel de Machede, AARPI\/SMM<\/td>\r\n<td>Rua 5 de Outubro, n.\u00ba 32 , \u00c9vora<\/td>\r\n<td><a href=\"http:\/\/aarpismm.blogspot.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/aarpismm.blogspot.com\/<\/a><\/td>\r\n<td>Local public or private service providers<\/td>\r\n<td>Local<\/td>\r\n<td>Private non-profit association, providing social services for elderly at local level.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Associaco_da_Creche_e_Jardim_de_Infancia_de_Evora\" style=\"position: absolute; top: -130px;\"><\/span>Associa\u00e7\u00e3o da Creche e Jardim de Inf\u00e2ncia de \u00c9vora<\/td>\r\n<td>Rua de Machede, n\u00ba. 8 , 7000 \u00c9VORA<\/td>\r\n<td>Not available<\/td>\r\n<td>Local public or private service providers<\/td>\r\n<td>Local<\/td>\r\n<td>Private non-profit association, providing social services for children at local level.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Associaco_de_Amigos_Unidos_pelo_Escoural\" style=\"position: absolute; top: -130px;\"><\/span>Associa\u00e7\u00e3o de Amigos Unidos pelo Escoural<\/td>\r\n<td>Rua Salvador Joaquim do Pomar, n\u00ba 1, Montemor-o-Novo<\/td>\r\n<td><a href=\"http:\/\/amigosunidospeloescoural.blogspot.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/amigosunidospeloescoural.blogspot.com\/<\/a><\/td>\r\n<td>Local public or private service providers<\/td>\r\n<td>Local<\/td>\r\n<td>Private non-profit association, providing social services at local level.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Associaco_de_Convivio_dos_Reformados_de_Alcacovas\" style=\"position: absolute; top: -130px;\"><\/span>Associa\u00e7\u00e3o de Conv\u00edvio dos Reformados de Alc\u00e1\u00e7ovas<\/td>\r\n<td>Rua dos Escudeiros, n\u00ba9, 7090 VIANA DO ALENTEJO<\/td>\r\n<td>Not available<\/td>\r\n<td>Local public or private service providers<\/td>\r\n<td>Local<\/td>\r\n<td>Private non-profit association, providing social services for elderly, at local level.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Associaco_de_Idosos_e_Reformados_da_Freguesia_do_Sabugueiro_\" style=\"position: absolute; top: -130px;\"><\/span>Associa\u00e7\u00e3o de Idosos e Reformados da Freguesia do Sabugueiro <\/td>\r\n<td>Rua 1\u00ba de Maio, n.\u00ba 14 - Sabugueiro, Arraiolos<\/td>\r\n<td>Not available<\/td>\r\n<td>Local public or private service providers<\/td>\r\n<td>Local<\/td>\r\n<td>Private non-profit association, providing social care for elderly, at local level<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Associaco_de_Protecco_Social_a_Populaco_de_Santiago_do_Escoural\" style=\"position: absolute; top: -130px;\"><\/span>Associa\u00e7\u00e3o de Protec\u00e7\u00e3o Social \u00e0 Popula\u00e7\u00e3o de Santiago do Escoural<\/td>\r\n<td>Rua Mariana Gutierrez Morais Paquete, n.\u00ba 26, 7050-556 Santiago do Escoural, Montemor-o-Novo<\/td>\r\n<td>Not available<\/td>\r\n<td>Local public or private service providers<\/td>\r\n<td>Local<\/td>\r\n<td>Private non-profit association, providing social services at local level.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Associaco_de_Reformados_Pensionistas_e_Idosos_de_Igrejinha_\" style=\"position: absolute; top: -130px;\"><\/span>Associa\u00e7\u00e3o de Reformados Pensionistas e Idosos de Igrejinha <\/td>\r\n<td>Rua 25 de Abril, 7040-210 Igrejinha<\/td>\r\n<td><a href=\"http:\/\/arpiigrejinha.pt\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/arpiigrejinha.pt<\/a><\/td>\r\n<td>Local public or private service providers<\/td>\r\n<td>Local<\/td>\r\n<td>Private non-profit association, providing social services for elderly at local level.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Associaco_de_Reformados_Pensionistas_e_Idosos_das_Silveiras\" style=\"position: absolute; top: -130px;\"><\/span>Associa\u00e7\u00e3o de Reformados, Pensionistas e Idosos das Silveiras<\/td>\r\n<td> Centro Cultural de Silveiras, Montemor-o-Novo<\/td>\r\n<td>Not available<\/td>\r\n<td>Local public or private service providers<\/td>\r\n<td>Local<\/td>\r\n<td>Private non-profit association, providing social services at local level.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Associaco_de_Solidariedade_Social_25_de_Abril_de_Vendas_Novas_\" style=\"position: absolute; top: -130px;\"><\/span>Associa\u00e7\u00e3o de Solidariedade Social 25 de Abril de Vendas Novas <\/td>\r\n<td>Rua Bartolomeu Dias, n.-\u00ba 20, Vendas Novas<\/td>\r\n<td>Not available<\/td>\r\n<td>Local public or private service providers<\/td>\r\n<td>Local<\/td>\r\n<td>Private non-profit association, providing social services for children, younsters and elderly, at local level.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Casa_do_Povo_de_Freixo\" style=\"position: absolute; top: -130px;\"><\/span>Casa do Povo de Freixo<\/td>\r\n<td>Freixo, 7170-113 REDONDO, \u00c9vora<\/td>\r\n<td>Not available<\/td>\r\n<td>Local public or private service providers<\/td>\r\n<td>Local<\/td>\r\n<td>Private non profit associations developing social and cultural activities to support local populations.\r\n<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Centro_Infantil_Irene_Lisboa_\" style=\"position: absolute; top: -130px;\"><\/span>Centro Infantil Irene Lisboa <\/td>\r\n<td>P\u00e1tio do Salema, 20\r\n7000-818 \u00c9vora<\/td>\r\n<td><a href=\"http:\/\/ciirenelisboa.wixsite.com\/ciil\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/ciirenelisboa.wixsite.com\/ciil<\/a><\/td>\r\n<td>Local public or private service providers<\/td>\r\n<td>Local<\/td>\r\n<td>Private non-profit association, providing social services for children at local level.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Centro_Social_Paroquial_de_Santo_Andre_de_Estremoz_\" style=\"position: absolute; top: -130px;\"><\/span>Centro Social Paroquial de Santo Andr\u00e9 de Estremoz <\/td>\r\n<td>Rossio Marques de Pombal n\u00ba 60 - 7100 - 513 Estremoz<\/td>\r\n<td><a href=\"https:\/\/www.cspsa-etz.pt\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.cspsa-etz.pt<\/a><\/td>\r\n<td>Local public or private service providers<\/td>\r\n<td>Local<\/td>\r\n<td>Parrish Social Center, providing social care at local level.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"CIMAC__Comunidade_Intermunicipal_do_Alentejo_Central\" style=\"position: absolute; top: -130px;\"><\/span>CIMAC - Comunidade Intermunicipal do Alentejo Central<\/td>\r\n<td>Rua 24 de Julho, n\u00ba1 , 7000-673 \u00c9vora<\/td>\r\n<td><a href=\"http:\/\/www.cimac.pt\/pt\/cimac\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.cimac.pt\/pt\/cimac<\/a><\/td>\r\n<td>Regional public authority<\/td>\r\n<td>Regional<\/td>\r\n<td>Collective public body that gathers all the municipalities in Central Alentejo, promoting the planning and management of the economic, social and environmental development strategy of the Central Alentejo territory. <\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"CLAS_Alandroal_represented_by_the_Municipality_of_Alandroal\" style=\"position: absolute; top: -130px;\"><\/span>CLAS Alandroal, represented by the Municipality of Alandroal<\/td>\r\n<td>Pra\u00e7a da Rep\u00fablica, 7250-116 Alandroal<\/td>\r\n<td><a href=\"http:\/\/www.cm-alandroal.pt\/pt\/Paginas\/home.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.cm-alandroal.pt\/pt\/Paginas\/home.aspx<\/a><\/td>\r\n<td>Local public authority<\/td>\r\n<td>Local<\/td>\r\n<td>Local Council for Social Action of Alandroal - The CLAS is composed of all municipal public institutions that have administrative functions in social areas, the presidents of the parish councils and representatives of private institutions (non-profit or for profit), that pursue social development objectives. <\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"CLAS_Borba_represented_by_the_Municipality_of_Borba\" style=\"position: absolute; top: -130px;\"><\/span>CLAS Borba, represented by the Municipality of Borba<\/td>\r\n<td>Borba, Borba<\/td>\r\n<td><a href=\"http:\/\/www.cm-borba.pt\/pt\/Paginas\/home.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.cm-borba.pt\/pt\/Paginas\/home.aspx<\/a><\/td>\r\n<td>Local public authority<\/td>\r\n<td>Local<\/td>\r\n<td>Local Council for Social Action of Borba  - The CLAS is composed of all municipal public institutions that have administrative functions in social areas, the presidents of the parish councils and representatives of private institutions (non-profit or for profit), that pursue social development objectives. <\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"CLAS_Estremoz_represented_by_the_Municipality_of_Estremoz\" style=\"position: absolute; top: -130px;\"><\/span>CLAS Estremoz, represented by the Municipality of Estremoz<\/td>\r\n<td>Rossio Marqu\u00eas de Pombal, 7100-513 Estremoz<\/td>\r\n<td><a href=\"http:\/\/www.cm-estremoz.pt\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.cm-estremoz.pt\/<\/a><\/td>\r\n<td>Local public authority<\/td>\r\n<td>Local<\/td>\r\n<td>Local Council for Social Action of Estremoz - The CLAS is composed of all municipal public institutions that have administrative functions in social areas, the presidents of the parish councils and representatives of private institutions (non-profit or for profit), that pursue social development objectives. <\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"CLAS_Evora_represented_by_the_Municipality_of_Evora\" style=\"position: absolute; top: -130px;\"><\/span>CLAS \u00c9vora, represented by the Municipality of \u00c9vora<\/td>\r\n<td>Pra\u00e7a do Sert\u00f3rio, 7004-506 \u00c9vora<\/td>\r\n<td><a href=\"http:\/\/www.cm-evora.pt\/pt\/Paginas\/home.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.cm-evora.pt\/pt\/Paginas\/home.aspx<\/a><\/td>\r\n<td>Local public authority<\/td>\r\n<td>Local<\/td>\r\n<td>Local Council for Social Action of \u00c9vora - The CLAS is composed of all municipal public institutions that have administrative functions in social areas, the presidents of the parish councils and representatives of private institutions (non-profit or for profit), that pursue social development objectives. <\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"CLAS_MontemoroNovo_represented_by_the_Municipality_of_MontemoroNovo\" style=\"position: absolute; top: -130px;\"><\/span>CLAS Montemor-o-Novo, represented by the Municipality of Montemor-o-Novo<\/td>\r\n<td>Largo dos Pa\u00e7os do Concelho, 7050-127 Montemor-o-novo<\/td>\r\n<td><a href=\"http:\/\/www.cm-montemornovo.pt\/em\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.cm-montemornovo.pt\/em<\/a><\/td>\r\n<td>Local public authority<\/td>\r\n<td>Local<\/td>\r\n<td>Local Council for Social Action - The CLAS is composed of all municipal public institutions that have administrative functions in social areas, the presidents of the parish councils and representatives of private institutions (non-profit or for profit), that pursue social development objectives. <\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"CLAS_Redondo_represented_by_the_Municipality_of_Redondo\" style=\"position: absolute; top: -130px;\"><\/span>CLAS Redondo, represented by the Municipality of Redondo<\/td>\r\n<td>Pra\u00e7a da Rep\u00fablica, 7170-011 Redondo<\/td>\r\n<td><a href=\"http:\/\/www.cm-redondo.pt\/pt\/paginas\/home.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.cm-redondo.pt\/pt\/paginas\/home.aspx<\/a><\/td>\r\n<td>Local public authority<\/td>\r\n<td>Local<\/td>\r\n<td>Local Council for Social Action - The CLAS is composed of all municipal public institutions that have administrative functions in social areas, the presidents of the parish councils and representatives of private institutions (non-profit or for profit), that pursue social development objectives. <\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"CLAS_Vila_Vicosa_represented_by_the_Municipality_of_Vila_Vicosa\" style=\"position: absolute; top: -130px;\"><\/span>CLAS Vila Vi\u00e7osa, represented by the Municipality of Vila Vi\u00e7osa<\/td>\r\n<td>Pra\u00e7a da Rep\u00fablica, 7160-207 Vila Vi\u00e7osa<\/td>\r\n<td><a href=\"http:\/\/www.cm-vilavicosa.pt\/pt\/Paginas\/home.aspx\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.cm-vilavicosa.pt\/pt\/Paginas\/home.aspx<\/a><\/td>\r\n<td>Local public authority<\/td>\r\n<td>Local<\/td>\r\n<td>Local Council for Social Action - The CLAS is composed of all municipal public institutions that have administrative functions in social areas, the presidents of the parish councils and representatives of private institutions (non-profit or for profit), that pursue social development objectives. <\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"EcoNutraceuticos_SA\" style=\"position: absolute; top: -130px;\"><\/span>Eco-Nutraceuticos, SA<\/td>\r\n<td>RUA FERNANDA SENO, 6 \r\n7005-485 \u00c9VORA<\/td>\r\n<td>Not available<\/td>\r\n<td>SME<\/td>\r\n<td>National<\/td>\r\n<td>SME focsing on the distribution of natural nutritional supplements<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"IEFP__Instituto_de_Emprego_e_Formaco_Profissional__Delegaco_Regional_do_Alentejo_\" style=\"position: absolute; top: -130px;\"><\/span>IEFP - Instituto de Emprego e Forma\u00e7\u00e3o Profissional - Delega\u00e7\u00e3o Regional do Alentejo. <\/td>\r\n<td>Rua do Menino Jesus, 47 - 51 7000 - 601 \u00c9VORA<\/td>\r\n<td><a href=\"https:\/\/www.iefp.pt\/delegacao-alentejo\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.iefp.pt\/delegacao-alentejo<\/a><\/td>\r\n<td>Public employment agencies<\/td>\r\n<td>Regional<\/td>\r\n<td>Public institute responsible for the implementation of active employment policies, including vocational training.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"IPJ__Instituto_Portugues_do_Desporto_e_Juventude\" style=\"position: absolute; top: -130px;\"><\/span>IPJ - Instituto Portugu\u00eas do Desporto e Juventude<\/td>\r\n<td>Rua Rodrigo da Fonseca, 55\r\n1250-190 Lisboa<\/td>\r\n<td><a href=\"http:\/\/juventude.gov.pt\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/juventude.gov.pt<\/a><\/td>\r\n<td>National public authority<\/td>\r\n<td>National<\/td>\r\n<td>The Portuguese Institute for Youth is a public body promoting youth information, youth volunteering and good practices on health and youth sexuality.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Jardim_Infantil_de_Nossa_Senhora_da_Piedade_\" style=\"position: absolute; top: -130px;\"><\/span>Jardim Infantil de Nossa Senhora da Piedade <\/td>\r\n<td>Rua 24 de Julho, N\u00ba. 5, 7000-673 \u00c9vora<\/td>\r\n<td><a href=\"https:\/\/jinspiedade.pt\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/jinspiedade.pt\/<\/a><\/td>\r\n<td>Local public or private service providers<\/td>\r\n<td>Local<\/td>\r\n<td>Private non-profit association, providing social services to children at local level.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Liga_de_Amigos_do_Hospital_do_Espirito_Santo__Evora_\" style=\"position: absolute; top: -130px;\"><\/span>Liga de Amigos do Hospital do Espirito Santo - \u00c9vora <\/td>\r\n<td>Largo do Senhor da Pobreza, 7000-811 \u00c9VORA\r\n<\/td>\r\n<td><a href=\"http:\/\/www.hevora.min-saude.pt\/o-hospital\/parceiros\/liga-de-amigos-do-hospital-do-espirito-santo-de-evora-epe\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.hevora.min-saude.pt\/o-hospital\/parceiros\/liga-de-amigos-do-hospital-do-espirito-santo-de-evora-epe\/<\/a><\/td>\r\n<td>Local public or private service providers<\/td>\r\n<td>Local<\/td>\r\n<td>Private non-profit association, providing social support to the patients of \u00c9vora Hospital.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Monte_ACE__Desenvolvimento_Alentejo_Central\" style=\"position: absolute; top: -130px;\"><\/span>Monte, ACE - Desenvolvimento Alentejo Central<\/td>\r\n<td>Rua Joaquim Bas\u00edlio Lopes, n.1\r\n7040-066 Arraiolos<\/td>\r\n<td><a href=\"http:\/\/www.monte-ace.pt\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.monte-ace.pt<\/a><\/td>\r\n<td>Regional public or private service providers<\/td>\r\n<td>Regional<\/td>\r\n<td>NGO promoting sustainable development, based on participatory approaches with the local\/regional actors and population. <\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Po_e_Paz__Associaco_de_Solidariedade_Social\" style=\"position: absolute; top: -130px;\"><\/span>P\u00e3o e Paz - Associa\u00e7\u00e3o de Solidariedade Social<\/td>\r\n<td>Rua dos Penedos, n\u00ba 13 7000-531 \u00c9vora<\/td>\r\n<td><a href=\"http:\/\/www.paoepaz.pt\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.paoepaz.pt\/<\/a><\/td>\r\n<td>Local public or private service providers<\/td>\r\n<td>Local<\/td>\r\n<td>Private non-profit association, providing social services at local level.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Recolhimento_Nossa_Senhora_dos_Martires_\" style=\"position: absolute; top: -130px;\"><\/span>Recolhimento Nossa Senhora dos M\u00e1rtires <\/td>\r\n<td>Rua Herois da India, s\/n , 7100 Estremoz<\/td>\r\n<td><a href=\"http:\/\/www.recolhimento.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.recolhimento.org\/<\/a><\/td>\r\n<td>Local public or private service providers<\/td>\r\n<td>Local<\/td>\r\n<td>Private non-profit association, providing social services for elderly at local level.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Santa_Casa_da_Misericordia_de_Borba_\" style=\"position: absolute; top: -130px;\"><\/span>Santa Casa da Miseric\u00f3rdia de Borba <\/td>\r\n<td>Rua Humberto Silveira Fernandes, 16,  7150 Borba<\/td>\r\n<td><a href=\"http:\/\/www.scmborba.pt\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.scmborba.pt\/<\/a><\/td>\r\n<td>Local public or private service providers<\/td>\r\n<td>Local<\/td>\r\n<td>Private Social Solidarity Institution \/ Non-profit charitable organisation, providing social services at local level<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Santa_Casa_da_Misericordia_de_Estremoz_\" style=\"position: absolute; top: -130px;\"><\/span>Santa Casa da Miseric\u00f3rdia de Estremoz <\/td>\r\n<td>Rossio Marqu\u00eas de Pombal N\u00ba 30 \u2013 7100 \u2013 513 ESTREMOZ<\/td>\r\n<td><a href=\"http:\/\/www.scmestremoz.pt\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.scmestremoz.pt\/<\/a><\/td>\r\n<td>Local public or private service providers<\/td>\r\n<td>Local<\/td>\r\n<td>Private Social Solidarity Institution \/ Non-profit charitable organisation, providing social services at local level.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Unio_das_Mutualidades_Portuguesas\" style=\"position: absolute; top: -130px;\"><\/span>Uni\u00e3o das Mutualidades Portuguesas<\/td>\r\n<td>Pra\u00e7a Francisco S\u00e1 Carneiro, 1000-160 Lisboa<\/td>\r\n<td><a href=\"https:\/\/www.mutualismo.pt\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.mutualismo.pt<\/a><\/td>\r\n<td>National public or private service providers<\/td>\r\n<td>National<\/td>\r\n<td>Union of Mutualist Portuguese Associations<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Universidade_de_Evora__Departamento_de_Informatica\" style=\"position: absolute; top: -130px;\"><\/span>Universidade de \u00c9vora - Departamento de Inform\u00e1tica<\/td>\r\n<td>Largo dos Colegiais 2, 7000 \u00c9vora<\/td>\r\n<td><a href=\"http:\/\/www.uevora.pt\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.uevora.pt\/<\/a><\/td>\r\n<td>Public university or equivalent of higher education<\/td>\r\n<td>Regional<\/td>\r\n<td>Higher education and academic research - ICT Department<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"USE__Universidade_Senior_de_Evora__Associaco_de_Aprendizagem_ao_Longo_da_Vida\" style=\"position: absolute; top: -130px;\"><\/span>USE - Universidade S\u00e9nior de \u00c9vora - Associa\u00e7\u00e3o de Aprendizagem ao Longo da Vida<\/td>\r\n<td>Rua Fernanda Seno, 20 B- Horta das Figueiras, \u00c9vora<\/td>\r\n<td><a href=\"https:\/\/universidadeseniordeevora.blogs.sapo.pt\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/universidadeseniordeevora.blogs.sapo.pt\/<\/a><\/td>\r\n<td>Local public or private service providers<\/td>\r\n<td>Local<\/td>\r\n<td>Private non-profit association, providing social and cultural services to elderly, at local level.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Veneto_Lavoro\" style=\"position: absolute; top: -130px;\"><\/span>Veneto Lavoro<\/td>\r\n<td>via Ca' Marcello 67\/6 30172 Venezia-Mestre Italy<\/td>\r\n<td><a href=\"https:\/\/www.venetolavoro.it\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.venetolavoro.it<\/a><\/td>\r\n<td>Public employment agencies<\/td>\r\n<td>Regional<\/td>\r\n<td>Veneto Lavoro implements active labour policy for disadvantaged groups through the public emplyment services in the Veneto Region <\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"IRECOOP_VENETO\" style=\"position: absolute; top: -130px;\"><\/span>IRECOOP VENETO<\/td>\r\n<td>Via Giovanni Savelli 128, 35129 Padova (PD), Italy<\/td>\r\n<td><a href=\"https:\/\/www.irecoop.veneto.it\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.irecoop.veneto.it<\/a><\/td>\r\n<td>Training centre initial and continuing training<\/td>\r\n<td>Regional<\/td>\r\n<td>IRECOOP Veneto is a training centre accredited by the Veneto Region. It fosters the growth of people, organizations and networks, promoting cooperative values in support of the civil economy <\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Veneto_Agricoltura\" style=\"position: absolute; top: -130px;\"><\/span>Veneto Agricoltura<\/td>\r\n<td> Viale dell\u2019Universit\u00e0,14 - Legnaro (PD) Italy<\/td>\r\n<td><a href=\"http:\/\/www.venetoagricoltura.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.venetoagricoltura.org\/ <\/a><\/td>\r\n<td>Public local \/regional development agencies<\/td>\r\n<td>Regional<\/td>\r\n<td>It provides support to the Region in testing and disseminating technological and organizational innovations aimed at improving companies competitiveness and sustainability, in the agricultural, forestry and fisheries sectors<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"GAL_Prealpi_e_Dolomiti\" style=\"position: absolute; top: -130px;\"><\/span>GAL Prealpi e Dolomiti<\/td>\r\n<td>Piazza della Vittoria 21, 32036 Sedico (BL), Italy<\/td>\r\n<td><a href=\"https:\/\/www.galprealpidolomiti.it\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.galprealpidolomiti.it<\/a><\/td>\r\n<td>Public local \/regional development agencies<\/td>\r\n<td>Local<\/td>\r\n<td>A LAG is a public-private partnership that brings together the potential actors of local development with the purpose of defining concerted policies, according to the LEADER approach<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"GAL_Polesine_Adige_\" style=\"position: absolute; top: -130px;\"><\/span>GAL Polesine Adige <\/td>\r\n<td>Piazza Garibaldi 6, 45100 Rovigo, Italy<\/td>\r\n<td><a href=\"https:\/\/www.galadige.it\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.galadige.it<\/a><\/td>\r\n<td>Public local \/regional development agencies<\/td>\r\n<td>Local<\/td>\r\n<td>A LAG is a public-private partnership that brings together the potential actors of local development with the purpose of defining concerted policies, according to the LEADER approach<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"GAL_Alto_Bellunese\" style=\"position: absolute; top: -130px;\"><\/span>GAL Alto Bellunese<\/td>\r\n<td>via Padre Marino \u2013 Lozzo di Cadore (BL) <\/td>\r\n<td><a href=\"https:\/\/ www.galaltobellunese.com\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/ www.galaltobellunese.com <\/a><\/td>\r\n<td>Public local \/regional development agencies<\/td>\r\n<td>Local<\/td>\r\n<td>A LAG is a public-private partnership that brings together the potential actors of local development with the purpose of defining concerted policies, according to the LEADER approach<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"GAL_Alta_Marca_\" style=\"position: absolute; top: -130px;\"><\/span>GAL Alta Marca <\/td>\r\n<td>Via Roma 4, Pieve di Soligo (TV) Italy<\/td>\r\n<td><a href=\"http:\/\/www.galaltamarca.it\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.galaltamarca.it <\/a><\/td>\r\n<td>Public local \/regional development agencies<\/td>\r\n<td>Local<\/td>\r\n<td>A LAG is a public-private partnership that brings together the potential actors of local development with the purpose of defining concerted policies, according to the LEADER approach<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"ETIFOR_\" style=\"position: absolute; top: -130px;\"><\/span>ETIFOR <\/td>\r\n<td>Viale dell\u2019Universit\u00e0 16, 35020 Legnaro (PD), Italy<\/td>\r\n<td><a href=\"https:\/\/www.etifor.com\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.etifor.com<\/a><\/td>\r\n<td>Public university or equivalent of higher education<\/td>\r\n<td>International - other areas<\/td>\r\n<td>Spin-off of the University of Padua. It provides consulting services in order to improve the economic, environmental and social benefits of policies and projects through applied science, proactive innovation and good governance<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"UniSMART_Padova_Enterprise_\" style=\"position: absolute; top: -130px;\"><\/span>UniSMART Padova Enterprise <\/td>\r\n<td>via Niccol\u00f2 Tommaseo 77, 35131 Padova (PD) Italy<\/td>\r\n<td><a href=\"http:\/\/www.unismart.it\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.unismart.it <\/a><\/td>\r\n<td>Public university or equivalent of higher education<\/td>\r\n<td>National<\/td>\r\n<td>UniSMART is a spin-off of the University of Padua. Its main purpose is to create synergies between the research world and innovative companies.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"SolCo_Verona\" style=\"position: absolute; top: -130px;\"><\/span>Sol.Co Verona<\/td>\r\n<td>Via Monte Baldo 10, 37062 Villafranca (VR) Italy<\/td>\r\n<td><a href=\"https:\/\/www.solcoverona.it\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.solcoverona.it<\/a><\/td>\r\n<td>Other bodies involved in social innovation<\/td>\r\n<td>Local<\/td>\r\n<td>It is a consortium of social cooperatives that offers support to companies and public bodies in the co-planning and testing of new community welfare systems, CSR strategies and other services with a high social impact.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Veneto_Insieme__Societa_Cooperativa_Sociale_Consortile_\" style=\"position: absolute; top: -130px;\"><\/span>Veneto Insieme \u2013 Societ\u00e0 Cooperativa Sociale Consortile <\/td>\r\n<td>Via Giorgio Pull\u00e8, 21 - 35136 Padova, Italy<\/td>\r\n<td><a href=\"https:\/\/www.venetoinsieme.it\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.venetoinsieme.it<\/a><\/td>\r\n<td>Other bodies involved in social innovation<\/td>\r\n<td>Local<\/td>\r\n<td>It is a consortium that promotes network actions and stimulates collaboration and coordination between the associated social cooperatives, in particular in relations with public interlocutors.<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Consorzio_3_Venezie_\" style=\"position: absolute; top: -130px;\"><\/span>Consorzio 3 Venezie <\/td>\r\n<td>Via Monte Baldo, 10 \u2013 37062 Villafranca (VR) Italy<\/td>\r\n<td><a href=\"http:\/\/solcoverona.it\/portfolio\/consorzio-3-venezie\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/solcoverona.it\/portfolio\/consorzio-3-venezie\/ <\/a><\/td>\r\n<td>Other bodies involved in social innovation<\/td>\r\n<td>Regional<\/td>\r\n<td>It aims at being an incubator and innovation developer in support of the consortia and social cooperatives of the Triveneto area, in constant relationship with the communities.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Consorzio_In_Concerto\" style=\"position: absolute; top: -130px;\"><\/span>Consorzio In Concerto<\/td>\r\n<td> Via Ospedale, 10, 31033 Castelfranco Veneto (TV) Italy<\/td>\r\n<td><a href=\"https:\/\/www.consorzioinconcerto.it\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.consorzioinconcerto.it<\/a><\/td>\r\n<td>Other bodies involved in social innovation<\/td>\r\n<td>Local<\/td>\r\n<td>It is a consortium of social cooperatives  which promotes the development of local communities in the field of agriculture, industry, business services and social welfare. <\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Banca_Etica_\" style=\"position: absolute; top: -130px;\"><\/span>Banca Etica <\/td>\r\n<td>Via Niccol\u00f2 Tommaseo, 7 35131 Padova (PD) Italy<\/td>\r\n<td><a href=\"https:\/\/www.bancaetica.it\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.bancaetica.it<\/a><\/td>\r\n<td>Financial institutions<\/td>\r\n<td>International - MED area<\/td>\r\n<td>Banca Etica is a cooperative bank that funds projects aimed at welfare, social economy, environmental protection, innovation, international cooperation and culture<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Fondazione_Di_Comunita_Della_Sinistra_Piave_Per_La_Qualita_Della_Vita_Onlus\" style=\"position: absolute; top: -130px;\"><\/span>Fondazione Di Comunit\u00e0 Della Sinistra Piave Per La Qualit\u00e0 Della Vita Onlus<\/td>\r\n<td>via Ortigara 131 \u2013 31015 Conegliano (TV) Italy<\/td>\r\n<td><a href=\"http:\/\/www.fondazionesinistrapiave.it\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.fondazionesinistrapiave.it<\/a><\/td>\r\n<td>Other bodies involved in social innovation<\/td>\r\n<td>Local<\/td>\r\n<td>The  Foundation aims at consolidating the sense of belonging to the community, promoting social responsibility and social innovation and solidarity initiatives<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Fondazione_La_Fornace_dellInnovazione\" style=\"position: absolute; top: -130px;\"><\/span>Fondazione La Fornace dell\u2019Innovazione<\/td>\r\n<td>Via Strada Muson, 2 c 31011 Asolo (TV) Italy<\/td>\r\n<td><a href=\"https:\/\/www.fondazionefornace.org\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.fondazionefornace.org<\/a><\/td>\r\n<td>Private innovation hubs<\/td>\r\n<td>Local<\/td>\r\n<td>It aims at fostering innovation processes in local companies and start-ups, in order to connect the local system to the dynamics of the knowledge-based economy.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Fondazione_La_Casa_onlus\" style=\"position: absolute; top: -130px;\"><\/span>Fondazione La Casa onlus<\/td>\r\n<td>Via del Commissario 42, 35124 Padova (PD) Italy<\/td>\r\n<td><a href=\"http:\/\/www.fondazionelacasa.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.fondazionelacasa.org\/<\/a><\/td>\r\n<td>Social housing<\/td>\r\n<td>Local<\/td>\r\n<td>It promotes initiatives and projects which are aimed at managing housing problems of disadvantaged families, encouraging their social and economic inclusion<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Sinode\" style=\"position: absolute; top: -130px;\"><\/span>Sinod\u00e8<\/td>\r\n<td>Corso del Popolo 57, 35131 Padova, Italy<\/td>\r\n<td><a href=\"https:\/\/www.sinode.it\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.sinode.it<\/a><\/td>\r\n<td>Business support organization<\/td>\r\n<td>National<\/td>\r\n<td>Sinod\u00e8 offers consultancy to the organizations that work in welfare system aiming to participate at and influence market dynamics by improving quality and by stimulating the cultural debate. <\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Ergon_Group_\" style=\"position: absolute; top: -130px;\"><\/span>Ergon Group <\/td>\r\n<td>Viale dell'Industria, 21, 35129 Padova (PD) Italy<\/td>\r\n<td><a href=\"https:\/\/www.ergongroup.it\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.ergongroup.it<\/a><\/td>\r\n<td>Business support organization<\/td>\r\n<td>Regional<\/td>\r\n<td>Ergon Group is a training organization that deals with financed training, management consulting, innovation and technology transfer <\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Innoveneto_\" style=\"position: absolute; top: -130px;\"><\/span>Innoveneto <\/td>\r\n<td>not available<\/td>\r\n<td><a href=\"https:\/\/www.innoveneto.org\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.innoveneto.org<\/a><\/td>\r\n<td>Open data providers<\/td>\r\n<td>Regional<\/td>\r\n<td>Portal of the Veneto Region which promotes ecosystems related to processes of innovation, technology transfer and internationalization of companies and provides, for each of these fields, a mapping of the subjects that supply innovation.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"RIBESNEST_\" style=\"position: absolute; top: -130px;\"><\/span>RIBESNEST <\/td>\r\n<td>Via San Fermo 3 \u2013 35100 Padova (PD) Italy<\/td>\r\n<td><a href=\"https:\/\/www.ribesnest.it\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.ribesnest.it <\/a><\/td>\r\n<td>Thematic networks<\/td>\r\n<td>Regional<\/td>\r\n<td>Regional Innovative Network \u2013 Smart Agrifood <\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"INNOSAP__Innovation_for_Sustainability_in_Agrifood_Production\" style=\"position: absolute; top: -130px;\"><\/span>INNOSAP - Innovation for Sustainability in Agrifood Production<\/td>\r\n<td>not available<\/td>\r\n<td><a href=\"https:\/\/www.venetoclusters.it\/area-reti-innovative-regionali\/innosap-innovation-sustainability-agrifood-production\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.venetoclusters.it\/area-reti-innovative-regionali\/innosap-innovation-sustainability-agrifood-production <\/a><\/td>\r\n<td>Thematic networks<\/td>\r\n<td>Regional<\/td>\r\n<td>Regional Innovative Network \u2013 Smart Agrifood <\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Rete_Innovativa_Alimentare_Veneto__RIAV\" style=\"position: absolute; top: -130px;\"><\/span>Rete Innovativa Alimentare Veneto - RIAV<\/td>\r\n<td>Piazza Cittadella, 12 - 37122 Verona (VR) Italy<\/td>\r\n<td><a href=\"https:\/\/www.riav.it\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.riav.it <\/a><\/td>\r\n<td>Thematic networks<\/td>\r\n<td>Regional<\/td>\r\n<td>Regional Innovative Network \u2013 Smart Agrifood <\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Veneto_Clima_ed_Energia\" style=\"position: absolute; top: -130px;\"><\/span>Veneto Clima ed Energia<\/td>\r\n<td>Piazza Cittadella, 12 - 37122 Verona (VR) Italy<\/td>\r\n<td><a href=\"https:\/\/www.venetoclimaenergia.it\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.venetoclimaenergia.it <\/a><\/td>\r\n<td>Thematic networks<\/td>\r\n<td>Regional<\/td>\r\n<td>Regional Innovative Network \u2013 Smart Manufacturing <\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Veneto_Green_Cluster\" style=\"position: absolute; top: -130px;\"><\/span>Veneto Green Cluster<\/td>\r\n<td>Via Pigafetta, 40 \u2013 Grisignano di Zocco 36040 (VI) Italy<\/td>\r\n<td><a href=\"https:\/\/www.venetoclusters.it\/area-reti-innovative-regionali\/veneto-green-cluster\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.venetoclusters.it\/area-reti-innovative-regionali\/veneto-green-cluster <\/a><\/td>\r\n<td>Thematic networks<\/td>\r\n<td>Regional<\/td>\r\n<td>Regional Innovative Network \u2013 Smart Manufacturing <\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"M3Net\" style=\"position: absolute; top: -130px;\"><\/span>M3-Net<\/td>\r\n<td>not available<\/td>\r\n<td><a href=\"https:\/\/www.venetoclusters.it\/area-reti-innovative-regionali\/m3-net\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.venetoclusters.it\/area-reti-innovative-regionali\/m3-net <\/a><\/td>\r\n<td>Thematic networks<\/td>\r\n<td>Regional<\/td>\r\n<td>Regional Innovative Network \u2013 Smart Manufacturing <\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Venetian_Green_Building_Cluster\" style=\"position: absolute; top: -130px;\"><\/span>Venetian Green Building Cluster<\/td>\r\n<td>not available<\/td>\r\n<td><a href=\"https:\/\/www.vegbc.org\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.vegbc.org <\/a><\/td>\r\n<td>Thematic networks<\/td>\r\n<td>Regional<\/td>\r\n<td>Regional Innovative Network \u2013 Sustainable Living <\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"ICT_for_Smart_and_Sustainable_Living\" style=\"position: absolute; top: -130px;\"><\/span>ICT for Smart and Sustainable Living<\/td>\r\n<td>not available<\/td>\r\n<td><a href=\"https:\/\/www.venetoclusters.it\/area-reti-innovative-regionali\/ict-smart-and-sustainable-living\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.venetoclusters.it\/area-reti-innovative-regionali\/ict-smart-and-sustainable-living <\/a><\/td>\r\n<td>Thematic networks<\/td>\r\n<td>Regional<\/td>\r\n<td>Regional Innovative Network \u2013 Sustainable Living <\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Euteknos\" style=\"position: absolute; top: -130px;\"><\/span>Euteknos<\/td>\r\n<td>Via Principe Amedeo 49\/a Este (PD) Italy<\/td>\r\n<td><a href=\"https:\/\/www.euteknos.it\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.euteknos.it <\/a><\/td>\r\n<td>Thematic networks<\/td>\r\n<td>Regional<\/td>\r\n<td>Regional Innovative Network\u2013 Creative Industries <\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Facedesign\" style=\"position: absolute; top: -130px;\"><\/span>Face-design<\/td>\r\n<td>Via Venezia 62, 35010 Capriccio di Vigonza (PD) Italy<\/td>\r\n<td><a href=\"https:\/\/www.venetoclusters.it\/area-reti-innovative-regionali\/face-design\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.venetoclusters.it\/area-reti-innovative-regionali\/face-design <\/a><\/td>\r\n<td>Thematic networks<\/td>\r\n<td>Regional<\/td>\r\n<td>Regional Innovative Network\u2013 Creative Industries<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Sicurezza_e_protezione_nel_lavoro_e_nello_sport\" style=\"position: absolute; top: -130px;\"><\/span>Sicurezza e protezione nel lavoro e nello sport<\/td>\r\n<td>not available<\/td>\r\n<td><a href=\"https:\/\/www.venetoclusters.it\/area-reti-innovative-regionali\/sicurezza-e-protezione-nel-lavoro-e-nello-sport\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.venetoclusters.it\/area-reti-innovative-regionali\/sicurezza-e-protezione-nel-lavoro-e-nello-sport <\/a><\/td>\r\n<td>Thematic networks<\/td>\r\n<td>Regional<\/td>\r\n<td>Regional Innovative Network\u2013 Creative Industries<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Veneto_Region\" style=\"position: absolute; top: -130px;\"><\/span>Veneto Region<\/td>\r\n<td>Palazzo Balbi - Dorsoduro, 3901\r\n30123 Venezia<\/td>\r\n<td><a href=\"https:\/\/www.regione.veneto.it\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.regione.veneto.it\/<\/a><\/td>\r\n<td>Regional public authority<\/td>\r\n<td>Regional<\/td>\r\n<td>Veneto Region is a NUTS2 first-level constituent entity of the Italian Republic. As region with an ordinary statute, it exercises concurrent legislation together with the State on a number of subjects, among others: international and EU relations; foreign trade; education, scientific and technological research as well as support to innovation in productive sectors; health and food; large-scale transport and navigation networks; energy production, transportation and distribution; complementary social welfare; public accounts harmonisation, coordination of the public finances and taxation system; development of cultural and environmental resources.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"AixMarseille_University\" style=\"position: absolute; top: -130px;\"><\/span>Aix-Marseille University<\/td>\r\n<td>Jardin du Pharo 58, Boulevard Charles Livon\r\n13284 Marseille, France<\/td>\r\n<td><a href=\"https:\/\/www.univ-amu.fr\/en\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.univ-amu.fr\/en<\/a><\/td>\r\n<td>Public university or equivalent of higher education<\/td>\r\n<td>Regional<\/td>\r\n<td>A public research university located in the region of Provence, southern France. With its 78 000 students, 120 recognized research units and 18 components, Aix-Marseille is a center of international excellence in social and natural sciences and is among the top French universities in the Shanghai ranking. Today AMU is creating a European University 'CIVIS, a European Civic University' which focuses on the Mediterranean and African region.  <\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Foundation_for_Partnership_and_Civil_Society_Development\" style=\"position: absolute; top: -130px;\"><\/span>Foundation for Partnership and Civil Society Development<\/td>\r\n<td>Riva 8\r\n52100 Pula, Croatia<\/td>\r\n<td><a href=\"https:\/\/zaklada.civilnodrustvo.hr\/en\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/zaklada.civilnodrustvo.hr\/en<\/a><\/td>\r\n<td>Non Profit Organization<\/td>\r\n<td>National<\/td>\r\n<td>A non-profit organisation which encourages international cooperation and develops the awareness of philantropic and democratic values, all with the scope of local community development and grassroot social innovation. <\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Region_of_Istria\" style=\"position: absolute; top: -130px;\"><\/span>Region of Istria<\/td>\r\n<td>Dr\u0161\u0107evka 3\r\n52000 Pazin, Croatia<\/td>\r\n<td><a href=\"https:\/\/www.istra-istria.hr\/index.php?id=2336\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.istra-istria.hr\/index.php?id=2336<\/a><\/td>\r\n<td>Regional public authority<\/td>\r\n<td>Regional<\/td>\r\n<td>A unit of regional self-government responsible for the Istrian region\u2019s economic development and its inhabitants quality of life\u2019s improvement by improving education, health, urban development, transport, infrastructure, industrial and touristic sectors. <\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"RCDI__Development_and_Innovation_Network\" style=\"position: absolute; top: -130px;\"><\/span>RCDI \u2013 Development and Innovation Network<\/td>\r\n<td>Centro Empresarial de Gr\u00e2ndola, Frac\u00e7\u00e3o E - Incubadora de\r\nEmpresas- Estrada da Aldeia do Futuro\r\n7570-272 Gr\u00e2ndola, Portugal<\/td>\r\n<td><a href=\"http:\/\/www.rcdi.pt\/#notop\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.rcdi.pt\/#notop<\/a><\/td>\r\n<td>Non Profit Organization<\/td>\r\n<td>Regional<\/td>\r\n<td>A non-profit association that gathers a network of experts converging on innovation, sustainable development and territorial cohesion. With a focus on territorial cooperation, the mission of RCDI is to promote initiatives and activities to support the development of local resources and the improvement of individual and collective capacities, encouraging the participation of citizens and institutions in transnational initiatives. Providing advice and technical support to public and private entities and to citizens, RCDI aims to contribute to the development of a creative, sustainable and inclusive society. <\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Region_of_East_Macedonia_and_Thrace__Regional_Development_Fund\" style=\"position: absolute; top: -130px;\"><\/span>Region of East Macedonia and Thrace - Regional Development Fund<\/td>\r\n<td>Kakoulidou 1\r\n69100 Komotini, Greece<\/td>\r\n<td><a href=\"https:\/\/www.pamth.gov.gr\/index.php\/en\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.pamth.gov.gr\/index.php\/en\/<\/a><\/td>\r\n<td>Regional public authority<\/td>\r\n<td>Regional<\/td>\r\n<td>REMTH is a Legal Person Governed by Public Law, its task is to design and implement policies at the regional level, in accordance with the principles of sustainable development and social cohesion imposed by the State.  <\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Treviso_and_Belluno_Chamber_of_Commerce\" style=\"position: absolute; top: -130px;\"><\/span>Treviso and Belluno Chamber of Commerce<\/td>\r\n<td>Piazza Borsa 3\/b\r\n31100 Treviso, Italy<\/td>\r\n<td><a href=\"https:\/\/www.tb.camcom.gov.it\/#\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.tb.camcom.gov.it\/#<\/a><\/td>\r\n<td>Chambers of commerce<\/td>\r\n<td>Local<\/td>\r\n<td>The mission of the Chamber is to strenghten the entrpneureship and promote cooperation among businesses. The Chamber assists more than 94.000 SMEs belonging to several industrial sectors (tourism, furniture, high-tech, manufacturing, building, agro-food processing, etc). The Chamber has dedicated team to support the implementation of the mission with the support of EU Projects, focusing mainly on Data Economy, Industry 4.0, valorization of the tourism and the local traditions. <\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Technological_Institute_of_Aragon__ITAINNOVA\" style=\"position: absolute; top: -130px;\"><\/span>Technological Institute of Aragon \u2013 ITAINNOVA<\/td>\r\n<td>C\/ Mar\u00eda de Luna 7-8\r\n50018 Zaragoza, Spain<\/td>\r\n<td><a href=\"https:\/\/www.itainnova.es\/es\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.itainnova.es\/es<\/a><\/td>\r\n<td>R&D technological innovation for social purposes, health, social care, and general social- driven market innovation<\/td>\r\n<td>Regional<\/td>\r\n<td>ITAINNOVA is a public research and technological organisation supported by the Government of Aragon. Established in 1984, its mission is to promote research and innovation to boost productivity and competitiveness. The Institute advocates for developing a market oriented research and innovation able to find proper solutions to improve the competitiveness of the companies, transferring knowledge and contributing to the growth and sustainable improvement of society.  <\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Greek_Free_Open_Source_Software_Society__GFOSS\" style=\"position: absolute; top: -130px;\"><\/span>Greek Free Open Source Software Society - GFOSS<\/td>\r\n<td>9, Iroon Polytechniou, GR 157 80. Zografou, Greece<\/td>\r\n<td><a href=\"https:\/\/www.gfoss.eu\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.gfoss.eu<\/a><\/td>\r\n<td>Non Profit Organization<\/td>\r\n<td>National<\/td>\r\n<td>A non-profit organization founded in 2008, 31 Universities and Research Centers are shareholders of GFOSS. The main goal is to promote Openness through the use and the development of Open Standards and Open Technologies in Education, Public Administration and Business in Greece.<\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Barcelona_Activa_SA_SPM\" style=\"position: absolute; top: -130px;\"><\/span>Barcelona Activa SA SPM<\/td>\r\n<td>Carrer Llacuna 162\r\n8018 Barcelona, Spain<\/td>\r\n<td><a href=\"https:\/\/www.barcelonactiva.cat\/barcelonactiva\/en\/index.jsp\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.barcelonactiva.cat\/barcelonactiva\/en\/index.jsp<\/a><\/td>\r\n<td>Public local \/regional development agencies<\/td>\r\n<td>Local<\/td>\r\n<td>It is the Local Economic Development Agency of the Barcelona City Council.\r\nIts aim is to boost the economic policy and local development to promote an improvement in the quality of life of the citizens of Barcelona through the promotion of employment, entrepreneurship and business support, responding to the different needs of the citizens in their neighbourhoods. It does it from the perspective of the plural economy, that includes cooperative, social and solidary economies.\r\nBarcelona Activa accompanies citizens throughout their job search process. It supports entrepreneurs so they can make their business ideas come true, whether it\u2019s as a group, a community or at an individual level. It helps companies and organizations grow, connecting them to the ecosystem and helping them consolidate using socially responsible models. Barcelona Activa provides technology training to job seekers, entrepreneurs and professionals. <\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Open_University_of_Catalonia__UOC\" style=\"position: absolute; top: -130px;\"><\/span>Open University of Catalonia \u2013 UOC<\/td>\r\n<td>Av. Carl Friedrich Gauss, 5\r\n08860 Castelldefels, Barcelona, Spain<\/td>\r\n<td><a href=\"https:\/\/www.uoc.edu\/portal\/en\/index.html\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.uoc.edu\/portal\/en\/index.html<\/a><\/td>\r\n<td>Private University or equivalent of higher education<\/td>\r\n<td>National<\/td>\r\n<td>Was created to encourage the creation of its own offer of distance-learning university education. Its chief aim is to promote the creation and recognition of the UOC, which gives preferential treatment to research into methodologies and techniques applied to distance-learning university education. <\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Foundation_for_Improvement_of_Employment_Possibilities_PRIZMA\" style=\"position: absolute; top: -130px;\"><\/span>Foundation for Improvement of Employment Possibilities PRIZMA<\/td>\r\n<td>Tkalski prehod 4\r\n2000 Maribor, Slovenia<\/td>\r\n<td><a href=\"http:\/\/www.fundacija-prizma.si\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.fundacija-prizma.si\/<\/a><\/td>\r\n<td>Non Profit Organization<\/td>\r\n<td>Regional<\/td>\r\n<td>Stimulates creation of work places and decrease rates of unemployment, which contributes to essential improvement of socio-economic situation in the region. Foundation is one of the most vital actors in the region in increasing employment possibilities of redundant workers and unemployed by stimulating their reintegration into the labour market<\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"National_Association_of_Italian_Municipalities__ANCI\" style=\"position: absolute; top: -130px;\"><\/span>National Association of Italian Municipalities \u2013 ANCI<\/td>\r\n<td>Via dei Prefetti 46\r\n00186 Roma, Italy<\/td>\r\n<td><a href=\"http:\/\/www.anci.it\/\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.anci.it\/<\/a><\/td>\r\n<td>Association<\/td>\r\n<td>National<\/td>\r\n<td>ANCI is the National Association of Italian Municipalities. The fundamental aim of ANCI's activities is to represent and safeguard the municipalities' interests. Specifically, ANCI:  participates, through its own representatives, in every institutional office where decisions concerning the interests of local authorities are taken; provides consultancy to municipalities, directly or through agreements or conventions; promotes studies and research on issues that affect municipalities and metropolitan cities, steering its own capacity to anticipate trends, changes and new critical situations in the public sector; facilitates initiatives to disseminate knowledge of institutions, to improve civic education and to encourage the participation of citizens in municipal life; encourages and co-ordinates the activities of ANCI members in the fields of international relations and co-operation. <\/td>\r\n<\/tr><tr >\r\n<td style=\"position: relative;\"><span id=\"Union_of_Chambers_of_Commerce_and_Industry_of_Albania\" style=\"position: absolute; top: -130px;\"><\/span>Union of Chambers of Commerce and Industry of Albania<\/td>\r\n<td>ST: Kavaja, no.6\r\n1001 Tirana, Albania<\/td>\r\n<td><a href=\"https:\/\/uccial.al\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/uccial.al\/<\/a><\/td>\r\n<td>Chambers of commerce<\/td>\r\n<td>Local<\/td>\r\n<td>A local organization of businesses and companies with the intention to develop and further the interests of local companies and businesses in Albania. Many businesses are international operating companies with offices in Albania. <\/td>\r\n<\/tr><tr class=\"rowa\">\r\n<td style=\"position: relative;\"><span id=\"Regional_coordinator_for_European_Programmes_and_funds_of_the_Region_of_Istria_\" style=\"position: absolute; top: -130px;\"><\/span>Regional coordinator for European Programmes and funds of the Region of Istria <\/td>\r\n<td>Riva 8\r\n52100 Pula, Croatia<\/td>\r\n<td><a href=\"https:\/\/www.rk-aurora.hr\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.rk-aurora.hr\/<\/a><\/td>\r\n<td>Regional public authority<\/td>\r\n<td>Regional<\/td>\r\n<td>Public institution for the implementation of activities related to the coordination and promotion of regional development, preparation and implementation of projects co-financed by European programmes and funds and other sources of funding. The Regional Coordinator performs tasks of public interest and makes a major contribution in utilizing available financial resources from European funds for a rapid and efficient development of the Region of Istria. <\/td>\r\n<\/tr><\/tbody>\r\n<\/table>\r\n        ","protected":false},"excerpt":{"rendered":"Association Business support organization Chambers of commerce Employers\u2019 associations Financial institutions General Education Higher education Large companies Local public authority Local public or private service providers National public authority National public or private service providers Non Profit Organization Open data providers Other bodies involved in social innovation Private innovation hubs Private local \/regional development agencies Private University or equivalent of higher education Public employment agencies Public innovation hubs Public local \/regional development agencies Public social agency Public university or equivalent [&hellip;]","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-templates\/page_fullwidth.php","meta":[],"_links":{"self":[{"href":"https:\/\/opensocialclusters.eu\/wdev\/wp-json\/wp\/v2\/pages\/580"}],"collection":[{"href":"https:\/\/opensocialclusters.eu\/wdev\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/opensocialclusters.eu\/wdev\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/opensocialclusters.eu\/wdev\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/opensocialclusters.eu\/wdev\/wp-json\/wp\/v2\/comments?post=580"}],"version-history":[{"count":85,"href":"https:\/\/opensocialclusters.eu\/wdev\/wp-json\/wp\/v2\/pages\/580\/revisions"}],"predecessor-version":[{"id":807,"href":"https:\/\/opensocialclusters.eu\/wdev\/wp-json\/wp\/v2\/pages\/580\/revisions\/807"}],"wp:attachment":[{"href":"https:\/\/opensocialclusters.eu\/wdev\/wp-json\/wp\/v2\/media?parent=580"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}