<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">(window.webpackJsonp_N_E=window.webpackJsonp_N_E||[]).push([[18],{"2qu3":function(e,t,r){"use strict";var n=r("lSNA"),o=r("lwsE"),u=r("W8MJ");function i(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&amp;&amp;(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function a(e){for(var t=1;t&lt;arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?i(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):i(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function l(e,t){var r;if("undefined"===typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(r=function(e,t){if(!e)return;if("string"===typeof e)return c(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);"Object"===r&amp;&amp;e.constructor&amp;&amp;(r=e.constructor.name);if("Map"===r||"Set"===r)return Array.from(e);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return c(e,t)}(e))||t&amp;&amp;e&amp;&amp;"number"===typeof e.length){r&amp;&amp;(e=r);var n=0,o=function(){};return{s:o,n:function(){return n&gt;=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var u,i=!0,a=!1;return{s:function(){r=e[Symbol.iterator]()},n:function(){var e=r.next();return i=e.done,e},e:function(e){a=!0,u=e},f:function(){try{i||null==r.return||r.return()}finally{if(a)throw u}}}}function c(e,t){(null==t||t&gt;e.length)&amp;&amp;(t=e.length);for(var r=0,n=new Array(t);r&lt;t;r++)n[r]=e[r];return n}t.__esModule=!0,t.default=void 0;var s,d=(s=r("q1tI"))&amp;&amp;s.__esModule?s:{default:s},f=r("8L3h"),p=r("jwwS");var h=[],b=[],y=!1;function m(e){var t=e(),r={loading:!0,loaded:null,error:null};return r.promise=t.then((function(e){return r.loading=!1,r.loaded=e,e})).catch((function(e){throw r.loading=!1,r.error=e,e})),r}function v(e){var t={loading:!1,loaded:{},error:null},r=[];try{Object.keys(e).forEach((function(n){var o=m(e[n]);o.loading?t.loading=!0:(t.loaded[n]=o.loaded,t.error=o.error),r.push(o.promise),o.promise.then((function(e){t.loaded[n]=e})).catch((function(e){t.error=e}))}))}catch(n){t.error=n}return t.promise=Promise.all(r).then((function(e){return t.loading=!1,e})).catch((function(e){throw t.loading=!1,e})),t}function w(e,t){return d.default.createElement(function(e){return e&amp;&amp;e.__esModule?e.default:e}(e),t)}function g(e,t){var r=Object.assign({loader:null,loading:null,delay:200,timeout:null,render:w,webpack:null,modules:null},t),n=null;function o(){if(!n){var t=new _(e,r);n={getCurrentValue:t.getCurrentValue.bind(t),subscribe:t.subscribe.bind(t),retry:t.retry.bind(t),promise:t.promise.bind(t)}}return n.promise()}if(!y&amp;&amp;"function"===typeof r.webpack){var u=r.webpack();b.push((function(e){var t,r=l(u);try{for(r.s();!(t=r.n()).done;){var n=t.value;if(-1!==e.indexOf(n))return o()}}catch(i){r.e(i)}finally{r.f()}}))}var i=function(e,t){o();var u=d.default.useContext(p.LoadableContext),i=(0,f.useSubscription)(n);return d.default.useImperativeHandle(t,(function(){return{retry:n.retry}}),[]),u&amp;&amp;Array.isArray(r.modules)&amp;&amp;r.modules.forEach((function(e){u(e)})),d.default.useMemo((function(){return i.loading||i.error?d.default.createElement(r.loading,{isLoading:i.loading,pastDelay:i.pastDelay,timedOut:i.timedOut,error:i.error,retry:n.retry}):i.loaded?r.render(i.loaded,e):null}),[e,i])};return i.preload=function(){return o()},i.displayName="LoadableComponent",d.default.forwardRef(i)}var _=function(){function e(t,r){o(this,e),this._loadFn=t,this._opts=r,this._callbacks=new Set,this._delay=null,this._timeout=null,this.retry()}return u(e,[{key:"promise",value:function(){return this._res.promise}},{key:"retry",value:function(){var e=this;this._clearTimeouts(),this._res=this._loadFn(this._opts.loader),this._state={pastDelay:!1,timedOut:!1};var t=this._res,r=this._opts;t.loading&amp;&amp;("number"===typeof r.delay&amp;&amp;(0===r.delay?this._state.pastDelay=!0:this._delay=setTimeout((function(){e._update({pastDelay:!0})}),r.delay)),"number"===typeof r.timeout&amp;&amp;(this._timeout=setTimeout((function(){e._update({timedOut:!0})}),r.timeout))),this._res.promise.then((function(){e._update({}),e._clearTimeouts()})).catch((function(t){e._update({}),e._clearTimeouts()})),this._update({})}},{key:"_update",value:function(e){this._state=a(a({},this._state),{},{error:this._res.error,loaded:this._res.loaded,loading:this._res.loading},e),this._callbacks.forEach((function(e){return e()}))}},{key:"_clearTimeouts",value:function(){clearTimeout(this._delay),clearTimeout(this._timeout)}},{key:"getCurrentValue",value:function(){return this._state}},{key:"subscribe",value:function(e){var t=this;return this._callbacks.add(e),function(){t._callbacks.delete(e)}}}]),e}();function O(e){return g(m,e)}function j(e,t){for(var r=[];e.length;){var n=e.pop();r.push(n(t))}return Promise.all(r).then((function(){if(e.length)return j(e,t)}))}O.Map=function(e){if("function"!==typeof e.render)throw new Error("LoadableMap requires a `render(loaded, props)` function");return g(v,e)},O.preloadAll=function(){return new Promise((function(e,t){j(h).then(e,t)}))},O.preloadReady=function(){var e=arguments.length&gt;0&amp;&amp;void 0!==arguments[0]?arguments[0]:[];return new Promise((function(t){var r=function(){return y=!0,t()};j(b,e).then(r,r)}))},window.__NEXT_PRELOADREADY=O.preloadReady;var k=O;t.default=k},"Bl+U":function(e,t,r){"use strict";var n=r("nKUr"),o=r("Vvt1"),u=r.n(o),i=r("q1tI"),a=(r("bMVF"),r("5+Dc"));var l=function(e){var t=e.children;return Object(a.b)()?Object(n.jsx)(n.Fragment,{children:t}):null},c=u()((function(){return r.e(20).then(r.bind(null,"uh4p")).then((function(e){return e.MapContainer}))}),{ssr:!1,loadableGenerated:{webpack:function(){return["uh4p"]},modules:["react-leaflet"]}}),s=u()((function(){return r.e(20).then(r.bind(null,"uh4p")).then((function(e){return e.TileLayer}))}),{ssr:!1,loadableGenerated:{webpack:function(){return["uh4p"]},modules:["react-leaflet"]}}),d=u()((function(){return r.e(20).then(r.bind(null,"uh4p")).then((function(e){return e.Marker}))}),{ssr:!1,loadableGenerated:{webpack:function(){return["uh4p"]},modules:["react-leaflet"]}}),f=u()((function(){return r.e(20).then(r.bind(null,"uh4p")).then((function(e){return e.Popup}))}),{ssr:!1,loadableGenerated:{webpack:function(){return["uh4p"]},modules:["react-leaflet"]}}),p=u()((function(){return r.e(79).then(r.bind(null,"wmQs"))}),{ssr:!1,loadableGenerated:{webpack:function(){return["wmQs"]},modules:["./LocationMarker"]}});t.a=function(e){var t=e.markers,o=e.onClick,u=e.style,a=void 0===u?{}:u,h={iconUrl:"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23257eca' d='M12,11.5A2.5,2.5 0 0,1 9.5,9A2.5,2.5 0 0,1 12,6.5A2.5,2.5 0 0,1 14.5,9A2.5,2.5 0 0,1 12,11.5M12,2A7,7 0 0,0 5,9C5,14.25 12,22 12,22C12,22 19,14.25 19,9A7,7 0 0,0 12,2Z' /%3E%3C/svg%3E",iconSize:[38,95],iconAnchor:[25,60]},b=t[0],y=[b.latitude,b.longitude],m=Object(i.useRef)();return Object(i.useEffect)((function(){var e;return null===(e=m.current)||void 0===e?void 0:e.flyTo([b.latitude,b.longitude])}),[b,m]),Object(n.jsx)(l,{children:Object(n.jsxs)(c,{whenCreated:function(e){return m.current=e},center:y,zoom:15,scrollWheelZoom:!1,style:a,children:[Object(n.jsx)(s,{url:"https://tile2.maps.2gis.com/tiles?x={x}&amp;y={y}&amp;z={z}"}),t.map((function(e,t){return Object(n.jsx)(d,{position:[e.latitude,e.longitude],icon:r("4R65").icon(h),children:Object(n.jsx)(f,{children:e.popup})},t)})),Object(n.jsx)(p,{onClick:o})]})})}},Vvt1:function(e,t,r){e.exports=r("a6RD")},a6RD:function(e,t,r){"use strict";var n=r("lSNA");function o(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&amp;&amp;(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function u(e){for(var t=1;t&lt;arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?o(Object(r),!0).forEach((function(t){n(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):o(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}t.__esModule=!0,t.noSSR=l,t.default=function(e,t){var r=i.default,n={loading:function(e){e.error,e.isLoading;return e.pastDelay,null}};e instanceof Promise?n.loader=function(){return e}:"function"===typeof e?n.loader=e:"object"===typeof e&amp;&amp;(n=u(u({},n),e));if(n=u(u({},n),t),"object"===typeof e&amp;&amp;!(e instanceof Promise)&amp;&amp;(e.render&amp;&amp;(n.render=function(t,r){return e.render(r,t)}),e.modules)){r=i.default.Map;var o={},a=e.modules();Object.keys(a).forEach((function(e){var t=a[e];"function"!==typeof t.then?o[e]=t:o[e]=function(){return t.then((function(e){return e.default||e}))}})),n.loader=o}n.loadableGenerated&amp;&amp;delete(n=u(u({},n),n.loadableGenerated)).loadableGenerated;if("boolean"===typeof n.ssr){if(!n.ssr)return delete n.ssr,l(r,n);delete n.ssr}return r(n)};a(r("q1tI"));var i=a(r("2qu3"));function a(e){return e&amp;&amp;e.__esModule?e:{default:e}}function l(e,t){return delete t.webpack,delete t.modules,e(t)}},bMVF:function(e,t,r){},jwwS:function(e,t,r){"use strict";var n;t.__esModule=!0,t.LoadableContext=void 0;var o=((n=r("q1tI"))&amp;&amp;n.__esModule?n:{default:n}).default.createContext(null);t.LoadableContext=o}}]);</pre></body></html>