Exceptions

An exception has been thrown during the rendering of a template ("Warning: Undefined array key 0").

Exceptions 2

Twig\Error\ RuntimeError

  1.                 {% set liveMealObj = demi_getClassByStringAndIdentifier("\\Elements\\Demi\\Model\\MealType", "getByFid", liveMeal) %}
  2.                 {% if liveMeal not in mealArray|keys %}
  3.                     {% set mealArray = mealArray|merge([liveMealObj]) %}
  4.                 {% endif %}
  5.             {% else %}
  6.                 {% set mealArray = accommodationProduct.getValidMeals(0) %}
  7.             {% endif %}
  8.             {% set images = accommodationProduct is not null ? demi_getRoomPictures(accommodationProduct,fromDate) : [] %}
  9.             <div id="room-row-collapse-parent-{{ product.getProductId() }}"
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
in vendor/twig/twig/src/Template.php -> display (line 379)
  1.             ob_start();
  2.         } else {
  3.             ob_start(function () { return ''; });
  4.         }
  5.         try {
  6.             $this->display($context);
  7.         } catch (\Throwable $e) {
  8.             while (ob_get_level() > $level) {
  9.                 ob_end_clean();
  10.             }
  1.     public function render(array $context = []): string
  2.     {
  3.         // using func_get_args() allows to not expose the blocks argument
  4.         // as it should only be used by internal code
  5.         return $this->template->render($context\func_get_args()[1] ?? []);
  6.     }
  7.     public function display(array $context = [])
  8.     {
  9.         // using func_get_args() allows to not expose the blocks argument
  1.             if (!$ignoreMissing) {
  2.                 throw $e;
  3.             }
  4.         }
  5.         return $loaded $loaded->render($variables) : '';
  6.     } finally {
  7.         if ($isSandboxed && !$alreadySandboxed) {
  8.             $sandbox->disableSandbox();
  9.         }
  10.     }
  1.                         // line 116
  2.                         echo "                            ";
  3.                         $context["templatename"] = $this->extensions['Elements\Bundle\DemiFrontendBundle\Twig\DemiFrontendExtension']->getDeviceDependentTemplate("@ElementsDemiFrontend/Includes/teaser/""room-teaser", (isset($context["container"]) || array_key_exists("container"$context) ? $context["container"] : (function () { throw new RuntimeError('Variable "container" does not exist.'116$this->source); })()));
  4.                         // line 117
  5.                         echo "                            ";
  6.                         echo twig_include($this->env$context, (isset($context["templatename"]) || array_key_exists("templatename"$context) ? $context["templatename"] : (function () { throw new RuntimeError('Variable "templatename" does not exist.'117$this->source); })()), ["hasSingleRoomRow" => true"availabilityIsChecked" =>                         // line 119
  7. (isset($context["availabilityIsChecked"]) || array_key_exists("availabilityIsChecked"$context) ? $context["availabilityIsChecked"] : (function () { throw new RuntimeError('Variable "availabilityIsChecked" does not exist.'119$this->source); })()), "productData" =>                         // line 120
  8. $context["productData"], "accommodation" =>                         // line 121
  9. (isset($context["accommodation"]) || array_key_exists("accommodation"$context) ? $context["accommodation"] : (function () { throw new RuntimeError('Variable "accommodation" does not exist.'121$this->source); })()), "settlerCode" => null]);
  10.                         // line 123
  11.                         echo "
in vendor/twig/twig/src/Template.php -> doDisplay (line 394)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
in vendor/twig/twig/src/Template.php -> display (line 379)
  1.             ob_start();
  2.         } else {
  3.             ob_start(function () { return ''; });
  4.         }
  5.         try {
  6.             $this->display($context);
  7.         } catch (\Throwable $e) {
  8.             while (ob_get_level() > $level) {
  9.                 ob_end_clean();
  10.             }
  1.     public function render(array $context = []): string
  2.     {
  3.         // using func_get_args() allows to not expose the blocks argument
  4.         // as it should only be used by internal code
  5.         return $this->template->render($context\func_get_args()[1] ?? []);
  6.     }
  7.     public function display(array $context = [])
  8.     {
  9.         // using func_get_args() allows to not expose the blocks argument
  1.             if (!$ignoreMissing) {
  2.                 throw $e;
  3.             }
  4.         }
  5.         return $loaded $loaded->render($variables) : '';
  6.     } finally {
  7.         if ($isSandboxed && !$alreadySandboxed) {
  8.             $sandbox->disableSandbox();
  9.         }
  10.     }
  1.         echo ((((isset($context["activeTab"]) || array_key_exists("activeTab"$context) ? $context["activeTab"] : (function () { throw new RuntimeError('Variable "activeTab" does not exist.'354$this->source); })()) == twig_get_attribute($this->env$this->source, (isset($context["anchors"]) || array_key_exists("anchors"$context) ? $context["anchors"] : (function () { throw new RuntimeError('Variable "anchors" does not exist.'354$this->source); })()), "rooms", [], "array"falsefalsefalse354))) ? (" active ") : (""));
  2.         echo " pt-2\" id=\"rooms\"
  3.                      role=\"tabpanel\">
  4.                     ";
  5.         // line 356
  6.         echo twig_include($this->env$context"@ElementsDemiFrontend/Accommodation/includes/acco-rooms.html.twig", ["package" => false"availabilityIsChecked" =>         // line 358
  7. (isset($context["availabilityIsChecked"]) || array_key_exists("availabilityIsChecked"$context) ? $context["availabilityIsChecked"] : (function () { throw new RuntimeError('Variable "availabilityIsChecked" does not exist.'358$this->source); })()), "accommodation" =>         // line 359
  8. (isset($context["accommodation"]) || array_key_exists("accommodation"$context) ? $context["accommodation"] : (function () { throw new RuntimeError('Variable "accommodation" does not exist.'359$this->source); })()), "housePackageMaster" => null"resultSetPresent" =>         // line 361
  9. (isset($context["resultSetPresent"]) || array_key_exists("resultSetPresent"$context) ? $context["resultSetPresent"] : (function () { throw new RuntimeError('Variable "resultSetPresent" does not exist.'361$this->source); })()), "tvbPackage" => null]);
  10.         // line 363
  11.         echo "
in vendor/twig/twig/src/Template.php -> block_content (line 171)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.         } else {
  2.             // line 29
  3.             echo "    <div class=\"main-content--spacing main-content--no-hero-small content-block\">
  4.         ";
  5.             // line 30
  6.             $this->displayBlock("content"$context$blocks);
  7.             echo "
  8.     </div>
  9. ";
  10.         }
  11.         // line 33
in vendor/twig/twig/src/Template.php -> doDisplay (line 394)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
  1.             // line 15
  2.             twig_get_attribute($this->env$this->source$this->extensions['Elements\Bundle\SeoHelperBundle\Twig\SeoHelperExtension']->elementsRobots(), "setNoIndex", [=> true], "method"falsefalsefalse15);
  3.         }
  4.         // line 18
  5.         $this->parent $this->loadTemplate("@ElementsDemiFrontend/Layout/layout.html.twig""@ElementsDemiFrontend/Accommodation/detail.mobile.html.twig"18);
  6.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  7.         
  8.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  9.         
  10.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 394)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
in vendor/twig/twig/src/Template.php -> display (line 379)
  1.             ob_start();
  2.         } else {
  3.             ob_start(function () { return ''; });
  4.         }
  5.         try {
  6.             $this->display($context);
  7.         } catch (\Throwable $e) {
  8.             while (ob_get_level() > $level) {
  9.                 ob_end_clean();
  10.             }
  1.     public function render(array $context = []): string
  2.     {
  3.         // using func_get_args() allows to not expose the blocks argument
  4.         // as it should only be used by internal code
  5.         return $this->template->render($context\func_get_args()[1] ?? []);
  6.     }
  7.     public function display(array $context = [])
  8.     {
  9.         // using func_get_args() allows to not expose the blocks argument
  1.      * @throws SyntaxError  When an error occurred during compilation
  2.      * @throws RuntimeError When an error occurred during rendering
  3.      */
  4.     public function render($name, array $context = []): string
  5.     {
  6.         return $this->load($name)->render($context);
  7.     }
  8.     /**
  9.      * Displays a template.
  10.      *
  1.     {
  2.         if (!$this->container->has('twig')) {
  3.             throw new \LogicException('You cannot use the "renderView" method if the Twig Bundle is not available. Try running "composer require symfony/twig-bundle".');
  4.         }
  5.         return $this->container->get('twig')->render($view$parameters);
  6.     }
  7.     /**
  8.      * Renders a view.
  9.      */
  1.         $templatingEngine $this->container->get('pimcore.templating');
  2.         if ($templatingEngine->isDelegate()) {
  3.             return $templatingEngine->render($view$parameters);
  4.         }
  5.         return parent::renderView($view$parameters);
  6.     }
  7.     /**
  8.      * @return string[]
  9.      */
  1.     /**
  2.      * Renders a view.
  3.      */
  4.     protected function render(string $view, array $parameters = [], Response $response null): Response
  5.     {
  6.         $content $this->renderView($view$parameters);
  7.         if (null === $response) {
  8.             $response = new Response();
  9.         }
  1.             $response->setContent($content);
  2.             return $response;
  3.         }
  4.         return parent::render($view$parameters$response);
  5.     }
  6.     /**
  7.      * {@inheritdoc}
  8.      *
  1.      *
  2.      * @return \Symfony\Component\HttpFoundation\Response
  3.      */
  4.     public function renderTemplate($view, array $parameters = [], Response $response null)
  5.     {
  6.         return $this->render($view$parameters$response);
  7.     }
  8. }
FrontendController->renderTemplate('@ElementsDemiFrontend/Accommodation/detail.mobile.html.twig', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false)) in src/Elements/Bundle/DemiFrontendBundle/Controller/AccommodationController.php (line 326)
  1.         $deviceDetector Tool\DeviceDetector ::getInstance();
  2.         $device $deviceDetector->isPhone() ? 'mobile' 'desktop';
  3.         $path $viewParams['isAffiliate'] ? 'Affiliate' 'Accommodation';
  4.         return $this->renderTemplate('@ElementsDemiFrontend/'.$path.'/detail.'.$device.'.html.twig'$viewParams);
  5.     }
  6.     public function destinationpackageAction(Request $requestint $idint $pidUserInterface $user null): Response
  7.     {
  8.         $object Package::getById($pid);
in vendor/symfony/http-kernel/HttpKernel.php -> detailAction (line 152)
  1.         $this->dispatcher->dispatch($eventKernelEvents::CONTROLLER_ARGUMENTS);
  2.         $controller $event->getController();
  3.         $arguments $event->getArguments();
  4.         // call controller
  5.         $response $controller(...$arguments);
  6.         // view
  7.         if (!$response instanceof Response) {
  8.             $event = new ViewEvent($this$request$type$response);
  9.             $this->dispatcher->dispatch($eventKernelEvents::VIEW);
  1.     public function handle(Request $requestint $type HttpKernelInterface::MAIN_REQUESTbool $catch true)
  2.     {
  3.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  4.         try {
  5.             return $this->handleRaw($request$type);
  6.         } catch (\Exception $e) {
  7.             if ($e instanceof RequestExceptionInterface) {
  8.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  9.             }
  10.             if (false === $catch) {
  1.         $this->boot();
  2.         ++$this->requestStackSize;
  3.         $this->resetServices true;
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
Kernel->handle(object(Request)) in public/index.php (line 35)
  1. $kernel \Pimcore\Bootstrap::kernel();
  2. // reset current request - will be read from request stack from now on
  3. Tool::setCurrentRequest(null);
  4. $response $kernel->handle($request);
  5. $response->send();
  6. $kernel->terminate($request$response);

ErrorException

Warning: Undefined array key 0

  1.                 )
  2.                 ->setParameter(':templateIds'$priceTemplatesIdsConnection::PARAM_INT_ARRAY)
  3.                 ->execute()->fetchAll();
  4.         }
  5.         $template \Elements\Demi\Model\PriceTemplate::getById((int) $result[0]['o_id']);
  6.         if ($template !== null) {
  7.             $mTypes $template->getMealTypes();
  8.             if ($mTypes !== null) {
  9.                 foreach ($template->getMealTypes() as $mealType) {
  10.                     if ($mealType->getNights() <= $nights) {
AccommodationProduct->getValidMeals(0)
  1.         }
  2.         $adapter $this->getAdapter();
  3.         if ($adapter && method_exists($adapter$name)) {
  4.             return call_user_func_array([$adapter$name], $args);
  5.         }
  6.         if (method_exists($this$name)) {
  7.             return call_user_func_array([$this$name], $args);
  8.         }
  1.     }
  2.     // Some objects throw exceptions when they have __call, and the method we try
  3.     // to call is not supported. If ignoreStrictCheck is true, we should return null.
  4.     try {
  5.         $ret $object->$method(...$arguments);
  6.     } catch (\BadMethodCallException $e) {
  7.         if ($call && ($ignoreStrictCheck || !$env->isStrictVariables())) {
  8.             return;
  9.         }
  10.         throw $e;
  1.                     // line 74
  2.                     echo "            ";
  3.                 } else {
  4.                     // line 75
  5.                     echo "                ";
  6.                     $context["mealArray"] = twig_get_attribute($this->env$this->source, (isset($context["accommodationProduct"]) || array_key_exists("accommodationProduct"$context) ? $context["accommodationProduct"] : (function () { throw new RuntimeError('Variable "accommodationProduct" does not exist.'75$this->source); })()), "getValidMeals", [=> 0], "method"falsefalsefalse75);
  7.                     // line 76
  8.                     echo "            ";
  9.                 }
  10.                 // line 77
  11.                 echo "
in vendor/twig/twig/src/Template.php -> doDisplay (line 394)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
in vendor/twig/twig/src/Template.php -> display (line 379)
  1.             ob_start();
  2.         } else {
  3.             ob_start(function () { return ''; });
  4.         }
  5.         try {
  6.             $this->display($context);
  7.         } catch (\Throwable $e) {
  8.             while (ob_get_level() > $level) {
  9.                 ob_end_clean();
  10.             }
  1.     public function render(array $context = []): string
  2.     {
  3.         // using func_get_args() allows to not expose the blocks argument
  4.         // as it should only be used by internal code
  5.         return $this->template->render($context\func_get_args()[1] ?? []);
  6.     }
  7.     public function display(array $context = [])
  8.     {
  9.         // using func_get_args() allows to not expose the blocks argument
  1.             if (!$ignoreMissing) {
  2.                 throw $e;
  3.             }
  4.         }
  5.         return $loaded $loaded->render($variables) : '';
  6.     } finally {
  7.         if ($isSandboxed && !$alreadySandboxed) {
  8.             $sandbox->disableSandbox();
  9.         }
  10.     }
  1.                         // line 116
  2.                         echo "                            ";
  3.                         $context["templatename"] = $this->extensions['Elements\Bundle\DemiFrontendBundle\Twig\DemiFrontendExtension']->getDeviceDependentTemplate("@ElementsDemiFrontend/Includes/teaser/""room-teaser", (isset($context["container"]) || array_key_exists("container"$context) ? $context["container"] : (function () { throw new RuntimeError('Variable "container" does not exist.'116$this->source); })()));
  4.                         // line 117
  5.                         echo "                            ";
  6.                         echo twig_include($this->env$context, (isset($context["templatename"]) || array_key_exists("templatename"$context) ? $context["templatename"] : (function () { throw new RuntimeError('Variable "templatename" does not exist.'117$this->source); })()), ["hasSingleRoomRow" => true"availabilityIsChecked" =>                         // line 119
  7. (isset($context["availabilityIsChecked"]) || array_key_exists("availabilityIsChecked"$context) ? $context["availabilityIsChecked"] : (function () { throw new RuntimeError('Variable "availabilityIsChecked" does not exist.'119$this->source); })()), "productData" =>                         // line 120
  8. $context["productData"], "accommodation" =>                         // line 121
  9. (isset($context["accommodation"]) || array_key_exists("accommodation"$context) ? $context["accommodation"] : (function () { throw new RuntimeError('Variable "accommodation" does not exist.'121$this->source); })()), "settlerCode" => null]);
  10.                         // line 123
  11.                         echo "
in vendor/twig/twig/src/Template.php -> doDisplay (line 394)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
in vendor/twig/twig/src/Template.php -> display (line 379)
  1.             ob_start();
  2.         } else {
  3.             ob_start(function () { return ''; });
  4.         }
  5.         try {
  6.             $this->display($context);
  7.         } catch (\Throwable $e) {
  8.             while (ob_get_level() > $level) {
  9.                 ob_end_clean();
  10.             }
  1.     public function render(array $context = []): string
  2.     {
  3.         // using func_get_args() allows to not expose the blocks argument
  4.         // as it should only be used by internal code
  5.         return $this->template->render($context\func_get_args()[1] ?? []);
  6.     }
  7.     public function display(array $context = [])
  8.     {
  9.         // using func_get_args() allows to not expose the blocks argument
  1.             if (!$ignoreMissing) {
  2.                 throw $e;
  3.             }
  4.         }
  5.         return $loaded $loaded->render($variables) : '';
  6.     } finally {
  7.         if ($isSandboxed && !$alreadySandboxed) {
  8.             $sandbox->disableSandbox();
  9.         }
  10.     }
  1.         echo ((((isset($context["activeTab"]) || array_key_exists("activeTab"$context) ? $context["activeTab"] : (function () { throw new RuntimeError('Variable "activeTab" does not exist.'354$this->source); })()) == twig_get_attribute($this->env$this->source, (isset($context["anchors"]) || array_key_exists("anchors"$context) ? $context["anchors"] : (function () { throw new RuntimeError('Variable "anchors" does not exist.'354$this->source); })()), "rooms", [], "array"falsefalsefalse354))) ? (" active ") : (""));
  2.         echo " pt-2\" id=\"rooms\"
  3.                      role=\"tabpanel\">
  4.                     ";
  5.         // line 356
  6.         echo twig_include($this->env$context"@ElementsDemiFrontend/Accommodation/includes/acco-rooms.html.twig", ["package" => false"availabilityIsChecked" =>         // line 358
  7. (isset($context["availabilityIsChecked"]) || array_key_exists("availabilityIsChecked"$context) ? $context["availabilityIsChecked"] : (function () { throw new RuntimeError('Variable "availabilityIsChecked" does not exist.'358$this->source); })()), "accommodation" =>         // line 359
  8. (isset($context["accommodation"]) || array_key_exists("accommodation"$context) ? $context["accommodation"] : (function () { throw new RuntimeError('Variable "accommodation" does not exist.'359$this->source); })()), "housePackageMaster" => null"resultSetPresent" =>         // line 361
  9. (isset($context["resultSetPresent"]) || array_key_exists("resultSetPresent"$context) ? $context["resultSetPresent"] : (function () { throw new RuntimeError('Variable "resultSetPresent" does not exist.'361$this->source); })()), "tvbPackage" => null]);
  10.         // line 363
  11.         echo "
in vendor/twig/twig/src/Template.php -> block_content (line 171)
  1.             throw new \LogicException('A block must be a method on a \Twig\Template instance.');
  2.         }
  3.         if (null !== $template) {
  4.             try {
  5.                 $template->$block($context$blocks);
  6.             } catch (Error $e) {
  7.                 if (!$e->getSourceContext()) {
  8.                     $e->setSourceContext($template->getSourceContext());
  9.                 }
  1.         } else {
  2.             // line 29
  3.             echo "    <div class=\"main-content--spacing main-content--no-hero-small content-block\">
  4.         ";
  5.             // line 30
  6.             $this->displayBlock("content"$context$blocks);
  7.             echo "
  8.     </div>
  9. ";
  10.         }
  11.         // line 33
in vendor/twig/twig/src/Template.php -> doDisplay (line 394)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
  1.             // line 15
  2.             twig_get_attribute($this->env$this->source$this->extensions['Elements\Bundle\SeoHelperBundle\Twig\SeoHelperExtension']->elementsRobots(), "setNoIndex", [=> true], "method"falsefalsefalse15);
  3.         }
  4.         // line 18
  5.         $this->parent $this->loadTemplate("@ElementsDemiFrontend/Layout/layout.html.twig""@ElementsDemiFrontend/Accommodation/detail.mobile.html.twig"18);
  6.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  7.         
  8.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  9.         
  10.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
in vendor/twig/twig/src/Template.php -> doDisplay (line 394)
  1.     }
  2.     protected function displayWithErrorHandling(array $context, array $blocks = [])
  3.     {
  4.         try {
  5.             $this->doDisplay($context$blocks);
  6.         } catch (Error $e) {
  7.             if (!$e->getSourceContext()) {
  8.                 $e->setSourceContext($this->getSourceContext());
  9.             }
in vendor/twig/twig/src/Template.php -> displayWithErrorHandling (line 367)
  1.         return $this->blocks;
  2.     }
  3.     public function display(array $context, array $blocks = [])
  4.     {
  5.         $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks$blocks));
  6.     }
  7.     public function render(array $context)
  8.     {
  9.         $level ob_get_level();
in vendor/twig/twig/src/Template.php -> display (line 379)
  1.             ob_start();
  2.         } else {
  3.             ob_start(function () { return ''; });
  4.         }
  5.         try {
  6.             $this->display($context);
  7.         } catch (\Throwable $e) {
  8.             while (ob_get_level() > $level) {
  9.                 ob_end_clean();
  10.             }
  1.     public function render(array $context = []): string
  2.     {
  3.         // using func_get_args() allows to not expose the blocks argument
  4.         // as it should only be used by internal code
  5.         return $this->template->render($context\func_get_args()[1] ?? []);
  6.     }
  7.     public function display(array $context = [])
  8.     {
  9.         // using func_get_args() allows to not expose the blocks argument
  1.      * @throws SyntaxError  When an error occurred during compilation
  2.      * @throws RuntimeError When an error occurred during rendering
  3.      */
  4.     public function render($name, array $context = []): string
  5.     {
  6.         return $this->load($name)->render($context);
  7.     }
  8.     /**
  9.      * Displays a template.
  10.      *
  1.     {
  2.         if (!$this->container->has('twig')) {
  3.             throw new \LogicException('You cannot use the "renderView" method if the Twig Bundle is not available. Try running "composer require symfony/twig-bundle".');
  4.         }
  5.         return $this->container->get('twig')->render($view$parameters);
  6.     }
  7.     /**
  8.      * Renders a view.
  9.      */
  1.         $templatingEngine $this->container->get('pimcore.templating');
  2.         if ($templatingEngine->isDelegate()) {
  3.             return $templatingEngine->render($view$parameters);
  4.         }
  5.         return parent::renderView($view$parameters);
  6.     }
  7.     /**
  8.      * @return string[]
  9.      */
  1.     /**
  2.      * Renders a view.
  3.      */
  4.     protected function render(string $view, array $parameters = [], Response $response null): Response
  5.     {
  6.         $content $this->renderView($view$parameters);
  7.         if (null === $response) {
  8.             $response = new Response();
  9.         }
  1.             $response->setContent($content);
  2.             return $response;
  3.         }
  4.         return parent::render($view$parameters$response);
  5.     }
  6.     /**
  7.      * {@inheritdoc}
  8.      *
  1.      *
  2.      * @return \Symfony\Component\HttpFoundation\Response
  3.      */
  4.     public function renderTemplate($view, array $parameters = [], Response $response null)
  5.     {
  6.         return $this->render($view$parameters$response);
  7.     }
  8. }
FrontendController->renderTemplate('@ElementsDemiFrontend/Accommodation/detail.mobile.html.twig', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false)) in src/Elements/Bundle/DemiFrontendBundle/Controller/AccommodationController.php (line 326)
  1.         $deviceDetector Tool\DeviceDetector ::getInstance();
  2.         $device $deviceDetector->isPhone() ? 'mobile' 'desktop';
  3.         $path $viewParams['isAffiliate'] ? 'Affiliate' 'Accommodation';
  4.         return $this->renderTemplate('@ElementsDemiFrontend/'.$path.'/detail.'.$device.'.html.twig'$viewParams);
  5.     }
  6.     public function destinationpackageAction(Request $requestint $idint $pidUserInterface $user null): Response
  7.     {
  8.         $object Package::getById($pid);
in vendor/symfony/http-kernel/HttpKernel.php -> detailAction (line 152)
  1.         $this->dispatcher->dispatch($eventKernelEvents::CONTROLLER_ARGUMENTS);
  2.         $controller $event->getController();
  3.         $arguments $event->getArguments();
  4.         // call controller
  5.         $response $controller(...$arguments);
  6.         // view
  7.         if (!$response instanceof Response) {
  8.             $event = new ViewEvent($this$request$type$response);
  9.             $this->dispatcher->dispatch($eventKernelEvents::VIEW);
  1.     public function handle(Request $requestint $type HttpKernelInterface::MAIN_REQUESTbool $catch true)
  2.     {
  3.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  4.         try {
  5.             return $this->handleRaw($request$type);
  6.         } catch (\Exception $e) {
  7.             if ($e instanceof RequestExceptionInterface) {
  8.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  9.             }
  10.             if (false === $catch) {
  1.         $this->boot();
  2.         ++$this->requestStackSize;
  3.         $this->resetServices true;
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
Kernel->handle(object(Request)) in public/index.php (line 35)
  1. $kernel \Pimcore\Bootstrap::kernel();
  2. // reset current request - will be read from request stack from now on
  3. Tool::setCurrentRequest(null);
  4. $response $kernel->handle($request);
  5. $response->send();
  6. $kernel->terminate($request$response);

Logs

Level Channel Message
DEBUG 11:57:55 doctrine SELECT * FROM website_settings WHERE name = ? AND ( siteId IS NULL OR siteId = 0 OR siteId = ? ) AND ( language IS NULL OR language = '' OR language = ? ) ORDER BY CONCAT(siteId, language) DESC, siteId DESC, language DESC
[
    "defaultSiteConfig",
    null,
    null
]
DEBUG 11:57:55 doctrine SELECT * FROM website_settings WHERE id = ?
[
    1
]
DEBUG 11:57:55 doctrine SELECT name FROM classes WHERE id = ?
[
    "SiteConfig"
]
DEBUG 11:57:55 cache Successfully got data for key object_5668 from cache
{
    "key": "object_5668"
}
DEBUG 11:57:55 doctrine SELECT * FROM website_settings WHERE name = ? AND ( siteId IS NULL OR siteId = 0 OR siteId = ? ) AND ( language IS NULL OR language = '' OR language = ? ) ORDER BY CONCAT(siteId, language) DESC, siteId DESC, language DESC
[
    "mainBlogPortal",
    null,
    null
]
DEBUG 11:57:55 doctrine SELECT * FROM website_settings WHERE id = ?
[
    8
]
DEBUG 11:57:55 doctrine SELECT name FROM classes WHERE id = ?
[
    "BlogPortal"
]
DEBUG 11:57:55 cache Successfully got data for key object_3994103 from cache
{
    "key": "object_3994103"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Elements\Bundle\FrameworkBundle\EventListener\ProfilerDisableListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Elements\\Bundle\\FrameworkBundle\\EventListener\\ProfilerDisableListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\MaintenancePageListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CustomAdminEntryPointCheckListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\RoutingListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Elements\Bundle\FrameworkBundle\EventListener\InlineCssFullpageCacheHashListener::onRequest".
{
    "event": "kernel.request",
    "listener": "Elements\\Bundle\\FrameworkBundle\\EventListener\\InlineCssFullpageCacheHashListener::onRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleSearchConsoleVerificationListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\RequestSubscriber::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreContextListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener::handleRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Targeting\EventListener\TargetingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Targeting\\EventListener\\TargetingListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Event\\TwoFactorFormListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\TranslationDebugListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentMetaDataListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\OutputTimestampListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UserPerspectiveListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UsageStatisticsListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Elements\Bundle\AzureAuthBundle\EventSubscriber\CodeInjectionSubscriber::check".
{
    "event": "kernel.request",
    "listener": "Elements\\Bundle\\AzureAuthBundle\\EventSubscriber\\CodeInjectionSubscriber::check"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Elements\Bundle\DemiFrontendBundle\EventListener\ControllerEventListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Elements\\Bundle\\DemiFrontendBundle\\EventListener\\ControllerEventListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ElementListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "App\EventListener\GlobalTemplateVariablesListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "App\\EventListener\\GlobalTemplateVariablesListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Elements\Bundle\StyleLabBundle\EventSubscriber\UserSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Elements\\Bundle\\StyleLabBundle\\EventSubscriber\\UserSubscriber::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\BruteforceProtectionListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminAuthenticationDoubleCheckListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Elements\Bundle\StyleLabBundle\EventSubscriber\UserSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Elements\\Bundle\\StyleLabBundle\\EventSubscriber\\UserSubscriber::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\PrefixSubscriber::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 11:57:55 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
DEBUG 11:57:55 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Elements\Bundle\FrameworkBundle\EventListener\ProfilerDisableListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Elements\\Bundle\\FrameworkBundle\\EventListener\\ProfilerDisableListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\MaintenancePageListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CustomAdminEntryPointCheckListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\RoutingListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Elements\Bundle\FrameworkBundle\EventListener\InlineCssFullpageCacheHashListener::onRequest".
{
    "event": "kernel.request",
    "listener": "Elements\\Bundle\\FrameworkBundle\\EventListener\\InlineCssFullpageCacheHashListener::onRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleSearchConsoleVerificationListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\RequestSubscriber::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreContextListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener::handleRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Targeting\EventListener\TargetingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Targeting\\EventListener\\TargetingListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Event\\TwoFactorFormListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\TranslationDebugListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentMetaDataListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\OutputTimestampListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UserPerspectiveListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UsageStatisticsListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Elements\Bundle\AzureAuthBundle\EventSubscriber\CodeInjectionSubscriber::check".
{
    "event": "kernel.request",
    "listener": "Elements\\Bundle\\AzureAuthBundle\\EventSubscriber\\CodeInjectionSubscriber::check"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Elements\Bundle\DemiFrontendBundle\EventListener\ControllerEventListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Elements\\Bundle\\DemiFrontendBundle\\EventListener\\ControllerEventListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ElementListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "App\EventListener\GlobalTemplateVariablesListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "App\\EventListener\\GlobalTemplateVariablesListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Elements\Bundle\StyleLabBundle\EventSubscriber\UserSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Elements\\Bundle\\StyleLabBundle\\EventSubscriber\\UserSubscriber::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\BruteforceProtectionListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminAuthenticationDoubleCheckListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Elements\Bundle\StyleLabBundle\EventSubscriber\UserSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Elements\\Bundle\\StyleLabBundle\\EventSubscriber\\UserSubscriber::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\PrefixSubscriber::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 11:57:55 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
DEBUG 11:57:55 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::stopPropagationCheck"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseStackListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorProviderPreparationListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "App\EventListener\GlobalTemplateVariablesListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "App\\EventListener\\GlobalTemplateVariablesListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreHeaderListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\HardlinkCanonicalListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSecurityListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\EnablePreviewTimeSliderListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Elements\Bundle\AzureAuthBundle\EventSubscriber\CodeInjectionSubscriber::inject".
{
    "event": "kernel.response",
    "listener": "Elements\\Bundle\\AzureAuthBundle\\EventSubscriber\\CodeInjectionSubscriber::inject"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleTagManagerListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Targeting\EventListener\TargetingListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Targeting\\EventListener\\TargetingListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Targeting\EventListener\ToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Targeting\\EventListener\\ToolbarListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
DEBUG 11:57:55 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
DEBUG 11:57:55 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onFinishRequest"
}
DEBUG 11:57:55 event Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
DEBUG 11:57:55 event Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets"
}
DEBUG 11:57:55 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Elements\Bundle\FrameworkBundle\EventListener\ProfilerDisableListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Elements\\Bundle\\FrameworkBundle\\EventListener\\ProfilerDisableListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\MaintenancePageListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CustomAdminEntryPointCheckListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\RoutingListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Elements\Bundle\FrameworkBundle\EventListener\InlineCssFullpageCacheHashListener::onRequest".
{
    "event": "kernel.request",
    "listener": "Elements\\Bundle\\FrameworkBundle\\EventListener\\InlineCssFullpageCacheHashListener::onRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleSearchConsoleVerificationListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\RequestSubscriber::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreContextListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener::handleRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Targeting\EventListener\TargetingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Targeting\\EventListener\\TargetingListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Event\\TwoFactorFormListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\TranslationDebugListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentMetaDataListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\OutputTimestampListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UserPerspectiveListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UsageStatisticsListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Elements\Bundle\AzureAuthBundle\EventSubscriber\CodeInjectionSubscriber::check".
{
    "event": "kernel.request",
    "listener": "Elements\\Bundle\\AzureAuthBundle\\EventSubscriber\\CodeInjectionSubscriber::check"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Elements\Bundle\DemiFrontendBundle\EventListener\ControllerEventListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Elements\\Bundle\\DemiFrontendBundle\\EventListener\\ControllerEventListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ElementListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "App\EventListener\GlobalTemplateVariablesListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "App\\EventListener\\GlobalTemplateVariablesListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Elements\Bundle\StyleLabBundle\EventSubscriber\UserSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Elements\\Bundle\\StyleLabBundle\\EventSubscriber\\UserSubscriber::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\BruteforceProtectionListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminAuthenticationDoubleCheckListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Elements\Bundle\StyleLabBundle\EventSubscriber\UserSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Elements\\Bundle\\StyleLabBundle\\EventSubscriber\\UserSubscriber::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\PrefixSubscriber::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 11:57:55 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
DEBUG 11:57:55 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::stopPropagationCheck".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::stopPropagationCheck"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseHeaderListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\ResponseStackListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\ResponseStackListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Provider\TwoFactorProviderPreparationListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Provider\\TwoFactorProviderPreparationListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "App\EventListener\GlobalTemplateVariablesListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "App\\EventListener\\GlobalTemplateVariablesListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreHeaderListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\HardlinkCanonicalListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\HardlinkCanonicalListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\InternalWysiwygHtmlAttributeFilterListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminSecurityListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminSecurityListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\HttpCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\AdminBundle\EventListener\EnablePreviewTimeSliderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\EnablePreviewTimeSliderListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Elements\Bundle\AzureAuthBundle\EventSubscriber\CodeInjectionSubscriber::inject".
{
    "event": "kernel.response",
    "listener": "Elements\\Bundle\\AzureAuthBundle\\EventSubscriber\\CodeInjectionSubscriber::inject"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleTagManagerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleTagManagerListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleAnalyticsCodeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleAnalyticsCodeListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Targeting\EventListener\TargetingListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Targeting\\EventListener\\TargetingListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Pimcore\Targeting\EventListener\ToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Pimcore\\Targeting\\EventListener\\ToolbarListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
DEBUG 11:57:55 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
DEBUG 11:57:55 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onFinishRequest"
}
DEBUG 11:57:55 event Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
DEBUG 11:57:55 event Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets"
}
DEBUG 11:57:55 event Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Elements\Bundle\FrameworkBundle\EventListener\ProfilerDisableListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Elements\\Bundle\\FrameworkBundle\\EventListener\\ProfilerDisableListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\MaintenancePageListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\MaintenancePageListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\FullPageCacheListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\FullPageCacheListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CustomAdminEntryPointCheckListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CustomAdminEntryPointCheckListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\RoutingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\RoutingListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\StaticPageGeneratorListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\StaticPageGeneratorListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Elements\Bundle\FrameworkBundle\EventListener\InlineCssFullpageCacheHashListener::onRequest".
{
    "event": "kernel.request",
    "listener": "Elements\\Bundle\\FrameworkBundle\\EventListener\\InlineCssFullpageCacheHashListener::onRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GoogleSearchConsoleVerificationListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GoogleSearchConsoleVerificationListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\RequestSubscriber::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\RequestSubscriber::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\PimcoreContextListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\PimcoreContextListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\CsrfProtectionListener::handleRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\CsrfProtectionListener::handleRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Targeting\EventListener\TargetingListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Targeting\\EventListener\\TargetingListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\LocaleListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorFormListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Scheb\\TwoFactorBundle\\Security\\TwoFactor\\Event\\TwoFactorFormListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\TranslationDebugListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\TranslationDebugListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\BlockStateListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\BlockStateListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentMetaDataListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentMetaDataListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\EditmodeListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\EditmodeListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\OutputTimestampListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\OutputTimestampListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UserPerspectiveListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UserPerspectiveListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\AdminBundle\EventListener\UsageStatisticsListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\UsageStatisticsListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\EcommerceFrameworkBundle\EventListener\Frontend\TrackingCodeFlashMessageListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\EcommerceFrameworkBundle\\EventListener\\Frontend\\TrackingCodeFlashMessageListener::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Elements\Bundle\AzureAuthBundle\EventSubscriber\CodeInjectionSubscriber::check".
{
    "event": "kernel.request",
    "listener": "Elements\\Bundle\\AzureAuthBundle\\EventSubscriber\\CodeInjectionSubscriber::check"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "CustomerManagementFrameworkBundle\Event\Frontend\UrlActivityTracker::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "CustomerManagementFrameworkBundle\\Event\\Frontend\\UrlActivityTracker::onKernelRequest"
}
DEBUG 11:57:55 event Notified event "kernel.request" to listener "Pimcore\Bundle\CoreBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.request",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Elements\Bundle\DemiFrontendBundle\EventListener\ControllerEventListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Elements\\Bundle\\DemiFrontendBundle\\EventListener\\ControllerEventListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\DocumentFallbackListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\DocumentFallbackListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\ElementListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\ElementListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\SecuritySubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\SecuritySubscriber::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "App\EventListener\GlobalTemplateVariablesListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "App\\EventListener\\GlobalTemplateVariablesListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\Frontend\GlobalTemplateVariablesListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\Frontend\\GlobalTemplateVariablesListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Elements\Bundle\StyleLabBundle\EventSubscriber\UserSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Elements\\Bundle\\StyleLabBundle\\EventSubscriber\\UserSubscriber::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Pimcore\Bundle\CoreBundle\EventListener\EventedControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\CoreBundle\\EventListener\\EventedControllerListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Pimcore\Bundle\AdminBundle\EventListener\BruteforceProtectionListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\BruteforceProtectionListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Pimcore\Bundle\AdminBundle\EventListener\AdminAuthenticationDoubleCheckListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\AdminBundle\\EventListener\\AdminAuthenticationDoubleCheckListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Elements\Bundle\StyleLabBundle\EventSubscriber\UserSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Elements\\Bundle\\StyleLabBundle\\EventSubscriber\\UserSubscriber::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Pimcore\Bundle\PortalEngineBundle\EventSubscriber\PrefixSubscriber::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Pimcore\\Bundle\\PortalEngineBundle\\EventSubscriber\\PrefixSubscriber::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 11:57:55 event Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
DEBUG 11:57:55 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
DEBUG 11:57:55 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}

Stack Traces 2

[2/2] RuntimeError
Twig\Error\RuntimeError:
An exception has been thrown during the rendering of a template ("Warning: Undefined array key 0").

  at src/Elements/Bundle/DemiFrontendBundle/Resources/views/Includes/teaser/room-teaser.mobile.html.twig:75
  at Twig\Template->displayWithErrorHandling(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false), '_parent' => array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false)), '_seq' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'loop' => array('parent' => array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false)), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 5, 'revindex' => 6, 'length' => 6, 'last' => false), 'productData' => array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), '_key' => 0, 'templatename' => '@ElementsDemiFrontend/Includes/teaser/room-teaser.mobile.html.twig', 'hasSingleRoomRow' => true, 'settlerCode' => null), array())
     (vendor/twig/twig/src/Template.php:367)
  at Twig\Template->display(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false), '_parent' => array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false)), '_seq' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'loop' => array('parent' => array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false)), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 5, 'revindex' => 6, 'length' => 6, 'last' => false), 'productData' => array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), '_key' => 0, 'templatename' => '@ElementsDemiFrontend/Includes/teaser/room-teaser.mobile.html.twig', 'hasSingleRoomRow' => true, 'settlerCode' => null))
     (vendor/twig/twig/src/Template.php:379)
  at Twig\Template->render(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false), '_parent' => array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false)), '_seq' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'loop' => array('parent' => array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false)), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 5, 'revindex' => 6, 'length' => 6, 'last' => false), 'productData' => array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), '_key' => 0, 'templatename' => '@ElementsDemiFrontend/Includes/teaser/room-teaser.mobile.html.twig', 'hasSingleRoomRow' => true, 'settlerCode' => null), array())
     (vendor/twig/twig/src/TemplateWrapper.php:40)
  at Twig\TemplateWrapper->render(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false), '_parent' => array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false)), '_seq' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'loop' => array('parent' => array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false)), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 5, 'revindex' => 6, 'length' => 6, 'last' => false), 'productData' => array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), '_key' => 0, 'templatename' => '@ElementsDemiFrontend/Includes/teaser/room-teaser.mobile.html.twig', 'hasSingleRoomRow' => true, 'settlerCode' => null))
     (vendor/twig/twig/src/Extension/CoreExtension.php:1323)
  at twig_include(object(Environment), array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false), '_parent' => array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false)), '_seq' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'loop' => array('parent' => array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false)), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 5, 'revindex' => 6, 'length' => 6, 'last' => false), 'productData' => array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), '_key' => 0, 'templatename' => '@ElementsDemiFrontend/Includes/teaser/room-teaser.mobile.html.twig'), '@ElementsDemiFrontend/Includes/teaser/room-teaser.mobile.html.twig', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false), '_parent' => array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false)), '_seq' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'loop' => array('parent' => array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false)), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 5, 'revindex' => 6, 'length' => 6, 'last' => false), 'productData' => array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), '_key' => 0, 'templatename' => '@ElementsDemiFrontend/Includes/teaser/room-teaser.mobile.html.twig', 'hasSingleRoomRow' => true, 'settlerCode' => null))
     (var/cache/dev/twig/83/83bd4509b88f0366a414dab9084a0cf6.php:310)
  at __TwigTemplate_b40f04f4deb02db70762e687845b049f->doDisplay(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false), '_parent' => array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false)), '_seq' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'loop' => array('parent' => array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false)), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 5, 'revindex' => 6, 'length' => 6, 'last' => false), 'productData' => array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), '_key' => 0, 'templatename' => '@ElementsDemiFrontend/Includes/teaser/room-teaser.mobile.html.twig'), array())
     (vendor/twig/twig/src/Template.php:394)
  at Twig\Template->displayWithErrorHandling(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null), array())
     (vendor/twig/twig/src/Template.php:367)
  at Twig\Template->display(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null))
     (vendor/twig/twig/src/Template.php:379)
  at Twig\Template->render(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null), array())
     (vendor/twig/twig/src/TemplateWrapper.php:40)
  at Twig\TemplateWrapper->render(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null))
     (vendor/twig/twig/src/Extension/CoreExtension.php:1323)
  at twig_include(object(Environment), array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos'), '@ElementsDemiFrontend/Accommodation/includes/acco-rooms.html.twig', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null))
     (var/cache/dev/twig/a6/a6bfab574152e8fa968a51af55555527.php:788)
  at __TwigTemplate_6f5f498b0d268a590cc66df99622efd7->block_content(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos'), array('content' => array(object(__TwigTemplate_6f5f498b0d268a590cc66df99622efd7), 'block_content')))
     (vendor/twig/twig/src/Template.php:171)
  at Twig\Template->displayBlock('content', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159'), array('content' => array(object(__TwigTemplate_6f5f498b0d268a590cc66df99622efd7), 'block_content')))
     (var/cache/dev/twig/fd/fd62481460ea8a27c45aba1d3c0cabf6.php:106)
  at __TwigTemplate_8908925f95f9c4ed0db88e15bfec4776->doDisplay(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159'), array('content' => array(object(__TwigTemplate_6f5f498b0d268a590cc66df99622efd7), 'block_content')))
     (vendor/twig/twig/src/Template.php:394)
  at Twig\Template->displayWithErrorHandling(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159'), array('content' => array(object(__TwigTemplate_6f5f498b0d268a590cc66df99622efd7), 'block_content')))
     (vendor/twig/twig/src/Template.php:367)
  at Twig\Template->display(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159'), array('content' => array(object(__TwigTemplate_6f5f498b0d268a590cc66df99622efd7), 'block_content')))
     (var/cache/dev/twig/a6/a6bfab574152e8fa968a51af55555527.php:67)
  at __TwigTemplate_6f5f498b0d268a590cc66df99622efd7->doDisplay(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159'), array('content' => array(object(__TwigTemplate_6f5f498b0d268a590cc66df99622efd7), 'block_content')))
     (vendor/twig/twig/src/Template.php:394)
  at Twig\Template->displayWithErrorHandling(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig)), array('content' => array(object(__TwigTemplate_6f5f498b0d268a590cc66df99622efd7), 'block_content')))
     (vendor/twig/twig/src/Template.php:367)
  at Twig\Template->display(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false))
     (vendor/twig/twig/src/Template.php:379)
  at Twig\Template->render(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false), array())
     (vendor/twig/twig/src/TemplateWrapper.php:40)
  at Twig\TemplateWrapper->render(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false))
     (vendor/twig/twig/src/Environment.php:277)
  at Twig\Environment->render('@ElementsDemiFrontend/Accommodation/detail.mobile.html.twig', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false))
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:258)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView('@ElementsDemiFrontend/Accommodation/detail.mobile.html.twig', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false))
     (vendor/pimcore/pimcore/lib/Controller/Controller.php:81)
  at Pimcore\Controller\Controller->renderView('@ElementsDemiFrontend/Accommodation/detail.mobile.html.twig', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false))
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:266)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('@ElementsDemiFrontend/Accommodation/detail.mobile.html.twig', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false), null)
     (vendor/pimcore/pimcore/lib/Controller/Controller.php:43)
  at Pimcore\Controller\Controller->render('@ElementsDemiFrontend/Accommodation/detail.mobile.html.twig', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false), null)
     (vendor/pimcore/pimcore/lib/Controller/FrontendController.php:131)
  at Pimcore\Controller\FrontendController->renderTemplate('@ElementsDemiFrontend/Accommodation/detail.mobile.html.twig', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false))
     (src/Elements/Bundle/DemiFrontendBundle/Controller/AccommodationController.php:326)
  at Elements\Bundle\DemiFrontendBundle\Controller\AccommodationController->detailAction(object(Request), 44080159, null)
     (vendor/symfony/http-kernel/HttpKernel.php:152)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:74)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:202)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (public/index.php:35)                
[1/2] ErrorException
ErrorException:
Warning: Undefined array key 0

  at vendor/elements/demi-bundle/src/Elements/Demi/Deskline/DataObject/Adapter/AccommodationProduct.php:121
  at Elements\Demi\Deskline\DataObject\Adapter\AccommodationProduct->getValidMeals(0)
  at call_user_func_array(array(object(AccommodationProduct), 'getValidMeals'), array(0))
     (vendor/elements/demi-bundle/src/Elements/Demi/AbstractObject.php:82)
  at Elements\Demi\AbstractObject->__call('getValidMeals', array(0))
     (vendor/twig/twig/src/Extension/CoreExtension.php:1607)
  at twig_get_attribute(object(Environment), object(Source), object(AccommodationProduct), 'getValidMeals', array(0), 'method', false, false, false, 75)
     (var/cache/dev/twig/01/0124a48d140eaadfbd88e153b60e0dd9.php:213)
  at __TwigTemplate_e4247b62778d677234d13da215b36626->doDisplay(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false), '_parent' => array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false)), '_seq' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'loop' => array('parent' => array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false)), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 5, 'revindex' => 6, 'length' => 6, 'last' => false), 'productData' => array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), '_key' => 0, 'templatename' => '@ElementsDemiFrontend/Includes/teaser/room-teaser.mobile.html.twig', 'hasSingleRoomRow' => true, 'settlerCode' => null, 'possibleIndices' => array(0), 'i' => 0, 'roomRow' => null, 'product' => object(Product), 'accommodationProduct' => object(AccommodationProduct), 'id' => 44080165, 'title' => 'Apartment, shower, toilet, 2 bed rooms', 'price' => 200.0, 'showVacancy' => false, 'showSelection' => false, 'vacancyCount' => 0, 'priceInfo' => array('type' => 'PerUnit', 'nights' => 1), 'priceInfoText' => '    per unit/night'), array())
     (vendor/twig/twig/src/Template.php:394)
  at Twig\Template->displayWithErrorHandling(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false), '_parent' => array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false)), '_seq' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'loop' => array('parent' => array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false)), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 5, 'revindex' => 6, 'length' => 6, 'last' => false), 'productData' => array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), '_key' => 0, 'templatename' => '@ElementsDemiFrontend/Includes/teaser/room-teaser.mobile.html.twig', 'hasSingleRoomRow' => true, 'settlerCode' => null), array())
     (vendor/twig/twig/src/Template.php:367)
  at Twig\Template->display(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false), '_parent' => array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false)), '_seq' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'loop' => array('parent' => array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false)), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 5, 'revindex' => 6, 'length' => 6, 'last' => false), 'productData' => array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), '_key' => 0, 'templatename' => '@ElementsDemiFrontend/Includes/teaser/room-teaser.mobile.html.twig', 'hasSingleRoomRow' => true, 'settlerCode' => null))
     (vendor/twig/twig/src/Template.php:379)
  at Twig\Template->render(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false), '_parent' => array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false)), '_seq' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'loop' => array('parent' => array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false)), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 5, 'revindex' => 6, 'length' => 6, 'last' => false), 'productData' => array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), '_key' => 0, 'templatename' => '@ElementsDemiFrontend/Includes/teaser/room-teaser.mobile.html.twig', 'hasSingleRoomRow' => true, 'settlerCode' => null), array())
     (vendor/twig/twig/src/TemplateWrapper.php:40)
  at Twig\TemplateWrapper->render(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false), '_parent' => array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false)), '_seq' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'loop' => array('parent' => array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false)), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 5, 'revindex' => 6, 'length' => 6, 'last' => false), 'productData' => array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), '_key' => 0, 'templatename' => '@ElementsDemiFrontend/Includes/teaser/room-teaser.mobile.html.twig', 'hasSingleRoomRow' => true, 'settlerCode' => null))
     (vendor/twig/twig/src/Extension/CoreExtension.php:1323)
  at twig_include(object(Environment), array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false), '_parent' => array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false)), '_seq' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'loop' => array('parent' => array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false)), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 5, 'revindex' => 6, 'length' => 6, 'last' => false), 'productData' => array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), '_key' => 0, 'templatename' => '@ElementsDemiFrontend/Includes/teaser/room-teaser.mobile.html.twig'), '@ElementsDemiFrontend/Includes/teaser/room-teaser.mobile.html.twig', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false), '_parent' => array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false)), '_seq' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'loop' => array('parent' => array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false)), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 5, 'revindex' => 6, 'length' => 6, 'last' => false), 'productData' => array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), '_key' => 0, 'templatename' => '@ElementsDemiFrontend/Includes/teaser/room-teaser.mobile.html.twig', 'hasSingleRoomRow' => true, 'settlerCode' => null))
     (var/cache/dev/twig/83/83bd4509b88f0366a414dab9084a0cf6.php:310)
  at __TwigTemplate_b40f04f4deb02db70762e687845b049f->doDisplay(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false), '_parent' => array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false)), '_seq' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'loop' => array('parent' => array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null, 'devicePhone' => true, 'classes' => 'h3 mb-2', 'accommodationProductArray' => array(object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct), object(AccommodationProduct)), 'productDataArray' => array('productData' => array(array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow)))), 'foundTvbProductToDisplay' => false)), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 5, 'revindex' => 6, 'length' => 6, 'last' => false), 'productData' => array('products' => array(object(Product)), 'roomRow' => array(object(RoomRow))), '_key' => 0, 'templatename' => '@ElementsDemiFrontend/Includes/teaser/room-teaser.mobile.html.twig'), array())
     (vendor/twig/twig/src/Template.php:394)
  at Twig\Template->displayWithErrorHandling(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null), array())
     (vendor/twig/twig/src/Template.php:367)
  at Twig\Template->display(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null))
     (vendor/twig/twig/src/Template.php:379)
  at Twig\Template->render(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null), array())
     (vendor/twig/twig/src/TemplateWrapper.php:40)
  at Twig\TemplateWrapper->render(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null))
     (vendor/twig/twig/src/Extension/CoreExtension.php:1323)
  at twig_include(object(Environment), array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos'), '@ElementsDemiFrontend/Accommodation/includes/acco-rooms.html.twig', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos', 'package' => false, 'housePackageMaster' => null, 'tvbPackage' => null))
     (var/cache/dev/twig/a6/a6bfab574152e8fa968a51af55555527.php:788)
  at __TwigTemplate_6f5f498b0d268a590cc66df99622efd7->block_content(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => '#details', 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'fromDate' => null, 'resultSetPresent' => false, 'ajaxUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'parts' => array('/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159', 'nearbySearchId=1580607&nearbySearchLat=47.5314&nearbySearchLong=14.61458&sorting=nearbySearchAsc'), 'liveDetailProductsUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getLiveDetailProducts', 'corridorMatrixUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getCorridorMatrix', 'productUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'paymentInformationUrl' => '/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ajax-44080159?ajaxRequestType=getProductByIdAndMealcode', 'address' => object(DemiAddress), 'maxRatingValue' => 100, 'maxRatingNormalized' => 5, 'anchors' => array('detail' => '#details', 'package' => '#packages', 'rooms' => '#rooms'), 'step1Url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'addToCartUrl' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/booking/cart/step1', 'imagesTypes' => array('ServiceProvider'), 'classifications' => array(), 'hasClassificationsWithIcons' => false, 'jsonLdData' => array('@context' => 'https://schema.org', '@type' => 'LodgingBusiness', 'name' => 'Xeis Natur Apartment', 'description' => 'Living in the national park, close to nature. Our apartments are surrounded by greenery.A path leads from the Ges&auml;use National Park Center past untouched forests and high peaks to Johnsbach.The Xeis adventure begins on the way there. The 6 apartments not only boast incredible views of the Ges&auml;use mountains, their interiors also impress with their closeness to nature and modern gadgets. 4 apartments 1 - 2 persons2 apartments 1 - 4 persons Ecological building materials were used for the most part in the construction. The ground floor was built using Finnish pine blocks. The insulation materials used are made of soft wood fiber (natureplus-certified). The interior walls were predominantly constructed with clay building boards and clay plaster. Oak floors and wooden walls ensure a pleasant indoor climate. The kitchen and bathrooms are simple and stylish. Each apartment has a separate terrace or balcony. Depending on the orientation, you can see legendary mountains such as the Reichenstein and the Hochtorgruppe, led by the 2335-meter-high &quot;Gro&szlig;e &Ouml;dstein&quot; - the mountains that give the individual apartments their names. The mountaineering village of Johnsbach has become a hotspot for anyone who wants to get close to nature again. Whether in summer or winter, hiking, mountain biking, climbing, taking a leisurely stroll or enjoying regional delicacies in one of the inns or alpine huts - the Xeis Natur Apartments are located in the heart of the Ges&auml;use National Park, where you can set off right from the front door.', 'url' => 'https://stage.steiermark.com/en/Plan-your-holiday/Search-book-accommodation/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159', 'sameAs' => 'https://xeis-naturapartment.com', 'address' => array('@type' => 'PostalAddress', 'streetAddress' => 'Johnsbach 35 ', 'postalcode' => '8912', 'addressCountry' => 'AT', 'telephone' => '+43 650 39 08 851', 'email' => 'office@xeis-naturapartment.com', 'addressLocality' => 'Admont'), 'image' => array('@type' => 'ImageObject', 'name' => 'Apartments im Bergsteigerdorf Johnsbach', 'url' => 'https://stage.steiermark.com/deskline/unterkuenfte/betriebe/Xeis%20Natur%20Apartment_44080159/5532450/image-thumb__5532450__demi-desktop-gallery-wide-1/apartments-im-bergsteigerdorf-johnsbach_47398768.jpg'), 'geo' => array('@type' => 'GeoCoordinates', 'latitude' => 47.533814499999998, 'longitude' => 14.597865199999999), 'priceRange' => '€ 115.00 per unit / Night', 'amenityFeature' => array(array('@type' => 'LocationFeatureSpecification', 'name' => 'family friendly'), array('@type' => 'LocationFeatureSpecification', 'name' => 'singles'), array('@type' => 'LocationFeatureSpecification', 'name' => 'snowshoe hiking'), array('@type' => 'LocationFeatureSpecification', 'name' => 'seniors'), array('@type' => 'LocationFeatureSpecification', 'name' => 'English')), 'additionalProperty' => array('@type' => 'PropertyValue', 'name' => 'Category', 'value' => 'holiday apartment')), 'mealtypeId' => null, 'firstImage' => object(Image), 'images' => array(object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image), object(Image)), 'photoCount' => 26, 'galleryString' => '26 Photos'), array('content' => array(object(__TwigTemplate_6f5f498b0d268a590cc66df99622efd7), 'block_content')))
     (vendor/twig/twig/src/Template.php:171)
  at Twig\Template->displayBlock('content', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159'), array('content' => array(object(__TwigTemplate_6f5f498b0d268a590cc66df99622efd7), 'block_content')))
     (var/cache/dev/twig/fd/fd62481460ea8a27c45aba1d3c0cabf6.php:106)
  at __TwigTemplate_8908925f95f9c4ed0db88e15bfec4776->doDisplay(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159'), array('content' => array(object(__TwigTemplate_6f5f498b0d268a590cc66df99622efd7), 'block_content')))
     (vendor/twig/twig/src/Template.php:394)
  at Twig\Template->displayWithErrorHandling(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159'), array('content' => array(object(__TwigTemplate_6f5f498b0d268a590cc66df99622efd7), 'block_content')))
     (vendor/twig/twig/src/Template.php:367)
  at Twig\Template->display(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159'), array('content' => array(object(__TwigTemplate_6f5f498b0d268a590cc66df99622efd7), 'block_content')))
     (var/cache/dev/twig/a6/a6bfab574152e8fa968a51af55555527.php:67)
  at __TwigTemplate_6f5f498b0d268a590cc66df99622efd7->doDisplay(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig), 'canonicalUrl' => '/en/Gesaeuse/Plan-your-holidays/Accommodations/Xeis-Natur-Apartment-holiday-apartment-Admont_ad-44080159'), array('content' => array(object(__TwigTemplate_6f5f498b0d268a590cc66df99622efd7), 'block_content')))
     (vendor/twig/twig/src/Template.php:394)
  at Twig\Template->displayWithErrorHandling(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false, 'app' => object(AppVariable), 'container' => object(App_KernelDevDebugContainer), 'pimcore_csrf' => object(CsrfProtectionHandler), 'pimcore_csp' => object(ContentSecurityPolicyHandler), 'document' => object(Page), 'editmode' => false, 'staticFolder' => '/static/build', 'staticDebugMode' => false, 'siteConfig' => object(SiteConfig)), array('content' => array(object(__TwigTemplate_6f5f498b0d268a590cc66df99622efd7), 'block_content')))
     (vendor/twig/twig/src/Template.php:367)
  at Twig\Template->display(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false))
     (vendor/twig/twig/src/Template.php:379)
  at Twig\Template->render(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false), array())
     (vendor/twig/twig/src/TemplateWrapper.php:40)
  at Twig\TemplateWrapper->render(array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false))
     (vendor/twig/twig/src/Environment.php:277)
  at Twig\Environment->render('@ElementsDemiFrontend/Accommodation/detail.mobile.html.twig', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false))
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:258)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView('@ElementsDemiFrontend/Accommodation/detail.mobile.html.twig', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false))
     (vendor/pimcore/pimcore/lib/Controller/Controller.php:81)
  at Pimcore\Controller\Controller->renderView('@ElementsDemiFrontend/Accommodation/detail.mobile.html.twig', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false))
     (vendor/symfony/framework-bundle/Controller/AbstractController.php:266)
  at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('@ElementsDemiFrontend/Accommodation/detail.mobile.html.twig', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false), null)
     (vendor/pimcore/pimcore/lib/Controller/Controller.php:43)
  at Pimcore\Controller\Controller->render('@ElementsDemiFrontend/Accommodation/detail.mobile.html.twig', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false), null)
     (vendor/pimcore/pimcore/lib/Controller/FrontendController.php:131)
  at Pimcore\Controller\FrontendController->renderTemplate('@ElementsDemiFrontend/Accommodation/detail.mobile.html.twig', array('countingClicksUriJs' => 'https://interface.deskline.net/DSI/ClickCount.asmx/TrackCountClicks?Originator=STEIERMARK&Company=elmnt95563&DBCode=AT1&ItemId=263f3e34-20d2-4aa6-aadd-83be2b60d8be&SalesChannelId=bb556229-e7b1-4f21-9c6a-2bea7120bf5a', 'accommodation' => object(AccommodationServiceProvider), 'sortedMarketingGroups' => array(), 'sortedHealthMeasures' => array(), 'sortedFacilities' => array(array('name' => 'Facilities / Services', 'keyname' => 'bell', 'facilities' => array('family friendly', 'breakfast room', 'WiFi', 'heating')), array('name' => 'Suitability', 'keyname' => 'star', 'facilities' => array('singles', 'seniors', 'groups', 'young persons', 'business travelers', 'person traveling alone', 'families', 'non-smokers', 'children')), array('name' => 'Sports / Leisure time', 'keyname' => 'fitness', 'facilities' => array('snowshoe hiking', 'nordic walking', 'mountain activities')), array('name' => 'Foreign languages', 'keyname' => 'globe', 'facilities' => array('English')), array('name' => 'Category', 'keyname' => 'buildings', 'facilities' => array('family hotel')), array('name' => 'Beds & rooms', 'keyname' => 'bed', 'facilities' => array('holiday apartment/s: 6', 'bed / s: 16')), array('name' => 'Location', 'keyname' => 'marker', 'facilities' => array('romantic surroundings', 'quiet location', 'close to forest')), array('name' => 'Meals', 'keyname' => 'restaurant', 'facilities' => array('breakfast bookable', 'no board')), array('name' => 'Payment methods', 'keyname' => 'payment', 'facilities' => array('bank transfer')), array('name' => 'Wellness', 'keyname' => 'wellness', 'facilities' => array('sauna'))), 'impressionLinks' => array('video' => array(), 'pano' => array()), 'accoLinks' => array(object(DemiLink)), 'showAvailablityCalendar' => true, 'isAffiliate' => false, 'trustYouApiKey' => 'c33df4d2-b14b-4a9b-8c16-3c76a510c449', 'user' => null, 'searchParam' => object(Parameter), 'accommodationResultSet' => object(Accommodation), 'productResultSet' => object(Accommodation), 'packages' => array(), 'destinationPackages' => array(), 'connectedEntries' => array(), 'hasHousePackages' => false, 'availabilityIsChecked' => false, 'activeTab' => null, 'googleMapsKey' => 'AIzaSyAYWDOLX-TLeucyytXz81XAG--o2hLZ5BY', 'showJsonLd' => false))
     (src/Elements/Bundle/DemiFrontendBundle/Controller/AccommodationController.php:326)
  at Elements\Bundle\DemiFrontendBundle\Controller\AccommodationController->detailAction(object(Request), 44080159, null)
     (vendor/symfony/http-kernel/HttpKernel.php:152)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/http-kernel/HttpKernel.php:74)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/http-kernel/Kernel.php:202)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (public/index.php:35)