<div class="font-inter dark:bg-background sticky-header-first-content"> <div class="container mx-auto lg:px-0 px-5 dark:bg-background"> {% for flashMessage in app.flashes('success') %} <div class="alert alert-success flash-message bg-teal-100 border-t-4 border-teal-500 rounded-b text-teal-900 px-4 py-3 shadow-md" role="alert"> <div class="flex"> <div class="py-1"><svg class="fill-current h-6 w-6 text-teal-500 mr-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M2.93 17.07A10 10 0 1 1 17.07 2.93 10 10 0 0 1 2.93 17.07zm12.73-1.41A8 8 0 1 0 4.34 4.34a8 8 0 0 0 11.32 11.32zM9 11V9h2v6H9v-4zm0-6h2v2H9V5z"/></svg></div> <div> // line 4 $this->loadTemplate("partials/mobileHeader.html.twig", "base2.html.twig", 4)->display($context); // line 5 $this->loadTemplate("partials/generalHeader.html.twig", "base2.html.twig", 5)->display($context); // line 6 $this->displayBlock('body', $context, $blocks); // line 7 echo ""; // line 8 $this->loadTemplate("partials/footer.html.twig", "base2.html.twig", 8)->display($context); } protected function displayWithErrorHandling(array $context, array $blocks = []) { try { $this->doDisplay($context, $blocks); } catch (Error $e) { if (!$e->getSourceContext()) { $e->setSourceContext($this->getSourceContext()); } return $this->blocks; } public function display(array $context, array $blocks = []) { $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); } public function render(array $context) { $level = ob_get_level(); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "home/listing.html.twig")); $this->parent = $this->loadTemplate("base2.html.twig", "home/listing.html.twig", 1); $this->parent->display($context, array_merge($this->blocks, $blocks)); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); } protected function displayWithErrorHandling(array $context, array $blocks = []) { try { $this->doDisplay($context, $blocks); } catch (Error $e) { if (!$e->getSourceContext()) { $e->setSourceContext($this->getSourceContext()); } return $this->blocks; } public function display(array $context, array $blocks = []) { $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); } public function render(array $context) { $level = ob_get_level(); ob_start(); } else { ob_start(function () { return ''; }); } try { $this->display($context); } catch (\Throwable $e) { while (ob_get_level() > $level) { ob_end_clean(); } public function render(array $context = []): string { // using func_get_args() allows to not expose the blocks argument // as it should only be used by internal code return $this->template->render($context, \func_get_args()[1] ?? []); } public function display(array $context = []) { // using func_get_args() allows to not expose the blocks argument * @throws SyntaxError When an error occurred during compilation * @throws RuntimeError When an error occurred during rendering */ public function render($name, array $context = []): string { return $this->load($name)->render($context); } /** * Displays a template. * if ($v instanceof FormInterface) { $parameters[$k] = $v->createView(); } } return $this->container->get('twig')->render($view, $parameters); } /** * Renders a view. * * If an invalid form is found in the list of parameters, a 422 status code is returned. * Forms found in parameters are auto-cast to form views. */ protected function render(string $view, array $parameters = [], Response $response = null): Response { $content = $this->renderView($view, $parameters); $response ??= new Response(); if (200 === $response->getStatusCode()) { foreach ($parameters as $v) { if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) { return $this->render('home/listing.html.twig', [ 'allShops' => $allShops, 'allCategories' => $allCategories, 'form' => $form->createView(), 'shops' => $shops, "apiData" => $data, ]); } /** * route par défaut $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS); $controller = $event->getController(); $arguments = $event->getArguments(); // call controller $response = $controller(...$arguments); // view if (!$response instanceof Response) { $event = new ViewEvent($this, $request, $type, $response, $event); $this->dispatcher->dispatch($event, KernelEvents::VIEW); { $request->headers->set('X-Php-Ob-Level', (string) ob_get_level()); $this->requestStack->push($request); try { return $this->handleRaw($request, $type); } catch (\Throwable $e) { if ($e instanceof \Error && !$this->handleAllThrowables) { throw $e; } $this->boot(); ++$this->requestStackSize; $this->resetServices = true; try { return $this->getHttpKernel()->handle($request, $type, $catch); } finally { --$this->requestStackSize; } } $this->request = $request; } public function run(): int { $response = $this->kernel->handle($this->request); $response->send(); if ($this->kernel instanceof TerminableInterface) { $this->kernel->terminate($this->request, $response); }$app = $app(...$args);exit( $runtime ->getRunner($app) ->run());<?phpuse App\Kernel;require_once dirname(__DIR__).'/vendor/autoload_runtime.php';return function (array $context) { return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);}; if (\PHP_SESSION_ACTIVE === session_status()) { throw new \RuntimeException('Failed to start the session: already started by PHP.'); } if (filter_var(\ini_get('session.use_cookies'), \FILTER_VALIDATE_BOOL) && headers_sent($file, $line)) { throw new \RuntimeException(sprintf('Failed to start the session because headers have already been sent by "%s" at line %d.', $file, $line)); } $sessionId = $_COOKIE[session_name()] ?? null; /* * Explanation of the session ID regular expression: `/^[a-zA-Z0-9,-]{22,250}$/`. } if (!$this->started && $this->saveHandler->isActive()) { $this->loadSession(); } elseif (!$this->started) { $this->start(); } return $this->bags[$name]; } $this->storage->registerBag(new SessionBagProxy($bag, $this->data, $this->usageIndex, $this->usageReporter)); } public function getBag(string $name): SessionBagInterface { $bag = $this->storage->getBag($name); return method_exists($bag, 'getBag') ? $bag->getBag() : $bag; } /** /** * Gets the flashbag interface. */ public function getFlashBag(): FlashBagInterface { return $this->getBag($this->flashName); } /** * Gets the attributebag interface. * if (null === $types || '' === $types || [] === $types) { return $session->getFlashBag()->all(); } if (\is_string($types)) { return $session->getFlashBag()->get($types); } $result = []; foreach ($types as $type) { $result[$type] = $session->getFlashBag()->get($type); } // Some objects throw exceptions when they have __call, and the method we try // to call is not supported. If ignoreStrictCheck is true, we should return null. try { $ret = $object->$method(...$arguments); } catch (\BadMethodCallException $e) { if ($call && ($ignoreStrictCheck || !$env->isStrictVariables())) { return; } throw $e; <div class=\"container mx-auto lg:px-0 px-5 dark:bg-background\"> "; // line 9 $context['_parent'] = $context; $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 9, $this->source); })()), "flashes", [0 => "success"], "method", false, false, false, 9)); foreach ($context['_seq'] as $context["_key"] => $context["flashMessage"]) { // line 10 echo " <div class=\"alert alert-success flash-message bg-teal-100 border-t-4 border-teal-500 rounded-b text-teal-900 px-4 py-3 shadow-md\" role=\"alert\"> <div class=\"flex\"> throw new \LogicException('A block must be a method on a \Twig\Template instance.'); } if (null !== $template) { try { $template->$block($context, $blocks); } catch (Error $e) { if (!$e->getSourceContext()) { $e->setSourceContext($template->getSourceContext()); } // line 4 $this->loadTemplate("partials/mobileHeader.html.twig", "base2.html.twig", 4)->display($context); // line 5 $this->loadTemplate("partials/generalHeader.html.twig", "base2.html.twig", 5)->display($context); // line 6 $this->displayBlock('body', $context, $blocks); // line 7 echo ""; // line 8 $this->loadTemplate("partials/footer.html.twig", "base2.html.twig", 8)->display($context); } protected function displayWithErrorHandling(array $context, array $blocks = []) { try { $this->doDisplay($context, $blocks); } catch (Error $e) { if (!$e->getSourceContext()) { $e->setSourceContext($this->getSourceContext()); } return $this->blocks; } public function display(array $context, array $blocks = []) { $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); } public function render(array $context) { $level = ob_get_level(); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "home/listing.html.twig")); $this->parent = $this->loadTemplate("base2.html.twig", "home/listing.html.twig", 1); $this->parent->display($context, array_merge($this->blocks, $blocks)); $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); } protected function displayWithErrorHandling(array $context, array $blocks = []) { try { $this->doDisplay($context, $blocks); } catch (Error $e) { if (!$e->getSourceContext()) { $e->setSourceContext($this->getSourceContext()); } return $this->blocks; } public function display(array $context, array $blocks = []) { $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks)); } public function render(array $context) { $level = ob_get_level(); ob_start(); } else { ob_start(function () { return ''; }); } try { $this->display($context); } catch (\Throwable $e) { while (ob_get_level() > $level) { ob_end_clean(); } public function render(array $context = []): string { // using func_get_args() allows to not expose the blocks argument // as it should only be used by internal code return $this->template->render($context, \func_get_args()[1] ?? []); } public function display(array $context = []) { // using func_get_args() allows to not expose the blocks argument * @throws SyntaxError When an error occurred during compilation * @throws RuntimeError When an error occurred during rendering */ public function render($name, array $context = []): string { return $this->load($name)->render($context); } /** * Displays a template. * if ($v instanceof FormInterface) { $parameters[$k] = $v->createView(); } } return $this->container->get('twig')->render($view, $parameters); } /** * Renders a view. * * If an invalid form is found in the list of parameters, a 422 status code is returned. * Forms found in parameters are auto-cast to form views. */ protected function render(string $view, array $parameters = [], Response $response = null): Response { $content = $this->renderView($view, $parameters); $response ??= new Response(); if (200 === $response->getStatusCode()) { foreach ($parameters as $v) { if ($v instanceof FormInterface && $v->isSubmitted() && !$v->isValid()) { return $this->render('home/listing.html.twig', [ 'allShops' => $allShops, 'allCategories' => $allCategories, 'form' => $form->createView(), 'shops' => $shops, "apiData" => $data, ]); } /** * route par défaut $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS); $controller = $event->getController(); $arguments = $event->getArguments(); // call controller $response = $controller(...$arguments); // view if (!$response instanceof Response) { $event = new ViewEvent($this, $request, $type, $response, $event); $this->dispatcher->dispatch($event, KernelEvents::VIEW); { $request->headers->set('X-Php-Ob-Level', (string) ob_get_level()); $this->requestStack->push($request); try { return $this->handleRaw($request, $type); } catch (\Throwable $e) { if ($e instanceof \Error && !$this->handleAllThrowables) { throw $e; } $this->boot(); ++$this->requestStackSize; $this->resetServices = true; try { return $this->getHttpKernel()->handle($request, $type, $catch); } finally { --$this->requestStackSize; } } $this->request = $request; } public function run(): int { $response = $this->kernel->handle($this->request); $response->send(); if ($this->kernel instanceof TerminableInterface) { $this->kernel->terminate($this->request, $response); }$app = $app(...$args);exit( $runtime ->getRunner($app) ->run());<?phpuse App\Kernel;require_once dirname(__DIR__).'/vendor/autoload_runtime.php';return function (array $context) { return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);};| Level | Channel | Message |
|---|---|---|
| INFO 01:29:54 | request |
Matched route "app_home_list_category". {
"route": "app_home_list_category",
"route_parameters": {
"_route": "app_home_list_category",
"id": "8",
"_controller": "App\\Controller\\HomeController::list"
},
"request_uri": "https://bestof.ovh/listing/8",
"method": "GET"
}
|
| WARNING 01:29:54 | php |
Notice: fwrite(): Write of 305 bytes failed with errno=122 Disk quota exceeded {
"exception": {}
}
|
| DEBUG 01:29:54 | security |
Checking for authenticator support. {
"firewall_name": "main",
"authenticators": 1
}
|
| DEBUG 01:29:54 | security |
Checking support on authenticator. {
"firewall_name": "main",
"authenticator": "App\\Security\\BestofAuthenticator"
}
|
| WARNING 01:29:54 | php |
Notice: fwrite(): Write of 167 bytes failed with errno=122 Disk quota exceeded {
"exception": {}
}
|
| DEBUG 01:29:54 | security |
Authenticator does not support the request. {
"firewall_name": "main",
"authenticator": "App\\Security\\BestofAuthenticator"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.request" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest". {
"event": "kernel.request",
"listener": "EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber::onKernelRequest"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.controller" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController". {
"event": "kernel.controller",
"listener": "EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber::onKernelController"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 01:29:54 | 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 01:29:54 | 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 01:29:54 | 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"
}
|
| INFO 01:29:54 | doctrine |
Connecting with parameters {params} {
"params": {
"url": "<redacted>",
"driver": "pdo_mysql",
"host": "bestofipierrem.mysql.db",
"port": null,
"user": "bestofipierrem",
"password": "<redacted>",
"driverOptions": [],
"defaultTableOptions": {
"collation": "utf8mb4_unicode_ci"
},
"dbname": "bestofipierrem",
"serverVersion": "mariadb-10.3.35",
"charset": "utf8mb4"
}
}
|
| WARNING 01:29:54 | php |
Notice: fwrite(): Write of 678 bytes failed with errno=122 Disk quota exceeded {
"exception": {}
}
|
| DEBUG 01:29:54 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.picture AS picture_3, t0.subtitle AS subtitle_4 FROM category t0 WHERE t0.id = ? (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.picture AS picture_3, t0.subtitle AS subtitle_4 FROM category t0 WHERE t0.id = ?",
"params": {
"1": "8"
},
"types": {
"1": 1
}
}
|
| DEBUG 01:29:54 | doctrine |
Executing query: SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.picture AS picture_2, c0_.subtitle AS subtitle_3 FROM category c0_ {
"sql": "SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.picture AS picture_2, c0_.subtitle AS subtitle_3 FROM category c0_"
}
|
| DEBUG 01:29:54 | doctrine |
Executing statement: SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.email AS email_2, s0_.subtitle AS subtitle_3, s0_.phone_number AS phone_number_4, s0_.about AS about_5, s0_.adress_street AS adress_street_6, s0_.adress_street2 AS adress_street2_7, s0_.address_postal_code AS address_postal_code_8, s0_.address_city AS address_city_9, s0_.image_name AS image_name_10, s0_.image_name2 AS image_name2_11, s0_.image_name3 AS image_name3_12, s0_.image_name4 AS image_name4_13, s0_.image_name5 AS image_name5_14, s0_.image_name6 AS image_name6_15, s0_.facebook AS facebook_16, s0_.twitter AS twitter_17, s0_.instagram AS instagram_18, s0_.linkedin AS linkedin_19, s0_.website AS website_20, s0_.available AS available_21, s0_.verified AS verified_22, s0_.homepage_place AS homepage_place_23, s0_.slug AS slug_24, s0_.created_at AS created_at_25, s0_.updated_at AS updated_at_26, s0_.latitude AS latitude_27, s0_.longitude AS longitude_28, s0_.my_business AS my_business_29, c1_.id AS id_30, c1_.name AS name_31, c1_.picture AS picture_32, c1_.subtitle AS subtitle_33, s0_.users_id AS users_id_34 FROM shop s0_ INNER JOIN shop_category s2_ ON s0_.id = s2_.shop_id INNER JOIN category c1_ ON c1_.id = s2_.category_id WHERE c1_.id IN (?) (parameters: {params}, types: {types}) {
"sql": "SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.email AS email_2, s0_.subtitle AS subtitle_3, s0_.phone_number AS phone_number_4, s0_.about AS about_5, s0_.adress_street AS adress_street_6, s0_.adress_street2 AS adress_street2_7, s0_.address_postal_code AS address_postal_code_8, s0_.address_city AS address_city_9, s0_.image_name AS image_name_10, s0_.image_name2 AS image_name2_11, s0_.image_name3 AS image_name3_12, s0_.image_name4 AS image_name4_13, s0_.image_name5 AS image_name5_14, s0_.image_name6 AS image_name6_15, s0_.facebook AS facebook_16, s0_.twitter AS twitter_17, s0_.instagram AS instagram_18, s0_.linkedin AS linkedin_19, s0_.website AS website_20, s0_.available AS available_21, s0_.verified AS verified_22, s0_.homepage_place AS homepage_place_23, s0_.slug AS slug_24, s0_.created_at AS created_at_25, s0_.updated_at AS updated_at_26, s0_.latitude AS latitude_27, s0_.longitude AS longitude_28, s0_.my_business AS my_business_29, c1_.id AS id_30, c1_.name AS name_31, c1_.picture AS picture_32, c1_.subtitle AS subtitle_33, s0_.users_id AS users_id_34 FROM shop s0_ INNER JOIN shop_category s2_ ON s0_.id = s2_.shop_id INNER JOIN category c1_ ON c1_.id = s2_.category_id WHERE c1_.id IN (?)",
"params": {
"1": 8
},
"types": {
"1": 1
}
}
|
| DEBUG 01:29:54 | doctrine |
Executing statement: SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t0.subtitle AS subtitle_4, t0.phone_number AS phone_number_5, t0.about AS about_6, t0.adress_street AS adress_street_7, t0.adress_street2 AS adress_street2_8, t0.address_postal_code AS address_postal_code_9, t0.address_city AS address_city_10, t0.image_name AS image_name_11, t0.image_name2 AS image_name2_12, t0.image_name3 AS image_name3_13, t0.image_name4 AS image_name4_14, t0.image_name5 AS image_name5_15, t0.image_name6 AS image_name6_16, t0.facebook AS facebook_17, t0.twitter AS twitter_18, t0.instagram AS instagram_19, t0.linkedin AS linkedin_20, t0.website AS website_21, t0.available AS available_22, t0.verified AS verified_23, t0.homepage_place AS homepage_place_24, t0.slug AS slug_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.latitude AS latitude_28, t0.longitude AS longitude_29, t0.my_business AS my_business_30, t0.users_id AS users_id_31 FROM shop t0 WHERE t0.available = ? (parameters: {params}, types: {types}) {
"sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t0.subtitle AS subtitle_4, t0.phone_number AS phone_number_5, t0.about AS about_6, t0.adress_street AS adress_street_7, t0.adress_street2 AS adress_street2_8, t0.address_postal_code AS address_postal_code_9, t0.address_city AS address_city_10, t0.image_name AS image_name_11, t0.image_name2 AS image_name2_12, t0.image_name3 AS image_name3_13, t0.image_name4 AS image_name4_14, t0.image_name5 AS image_name5_15, t0.image_name6 AS image_name6_16, t0.facebook AS facebook_17, t0.twitter AS twitter_18, t0.instagram AS instagram_19, t0.linkedin AS linkedin_20, t0.website AS website_21, t0.available AS available_22, t0.verified AS verified_23, t0.homepage_place AS homepage_place_24, t0.slug AS slug_25, t0.created_at AS created_at_26, t0.updated_at AS updated_at_27, t0.latitude AS latitude_28, t0.longitude AS longitude_29, t0.my_business AS my_business_30, t0.users_id AS users_id_31 FROM shop t0 WHERE t0.available = ?",
"params": {
"1": 1
},
"types": {
"1": 5
}
}
|
| DEBUG 01:29:54 | doctrine |
Executing query: SELECT t0.id AS id_1, t0.name AS name_2, t0.picture AS picture_3, t0.subtitle AS subtitle_4 FROM category t0 {
"sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.picture AS picture_3, t0.subtitle AS subtitle_4 FROM category t0"
}
|
| DEBUG 01:29:54 | doctrine |
Executing query: SELECT t0.id AS id_1, t0.name AS name_2, t0.picture AS picture_3, t0.subtitle AS subtitle_4 FROM category t0 {
"sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.picture AS picture_3, t0.subtitle AS subtitle_4 FROM category t0"
}
|
| DEBUG 01:29:54 | event |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote". {
"event": "debug.security.authorization.vote",
"listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
|
| DEBUG 01:29:54 | event |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote". {
"event": "debug.security.authorization.vote",
"listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
|
| DEBUG 01:29:54 | event |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote". {
"event": "debug.security.authorization.vote",
"listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
|
| DEBUG 01:29:54 | event |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote". {
"event": "debug.security.authorization.vote",
"listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
|
| DEBUG 01:29:54 | event |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote". {
"event": "debug.security.authorization.vote",
"listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
|
| DEBUG 01:29:54 | event |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote". {
"event": "debug.security.authorization.vote",
"listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
|
| DEBUG 01:29:54 | event |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote". {
"event": "debug.security.authorization.vote",
"listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
|
| DEBUG 01:29:54 | event |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote". {
"event": "debug.security.authorization.vote",
"listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
|
| DEBUG 01:29:54 | event |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote". {
"event": "debug.security.authorization.vote",
"listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
|
| DEBUG 01:29:54 | doctrine |
Executing query: SELECT t0.id AS id_1, t0.name AS name_2, t0.picture AS picture_3, t0.subtitle AS subtitle_4 FROM category t0 {
"sql": "SELECT t0.id AS id_1, t0.name AS name_2, t0.picture AS picture_3, t0.subtitle AS subtitle_4 FROM category t0"
}
|
| DEBUG 01:29:54 | event |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote". {
"event": "debug.security.authorization.vote",
"listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
|
| DEBUG 01:29:54 | event |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote". {
"event": "debug.security.authorization.vote",
"listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
|
| DEBUG 01:29:54 | event |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote". {
"event": "debug.security.authorization.vote",
"listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
|
| DEBUG 01:29:54 | event |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote". {
"event": "debug.security.authorization.vote",
"listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
|
| DEBUG 01:29:54 | event |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote". {
"event": "debug.security.authorization.vote",
"listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
|
| DEBUG 01:29:54 | event |
Notified event "debug.security.authorization.vote" to listener "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote". {
"event": "debug.security.authorization.vote",
"listener": "Symfony\\Bundle\\SecurityBundle\\EventListener\\VoteListener::onVoterVote"
}
|
| CRITICAL 01:29:54 | request |
Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Failed to start the session because headers have already been sent by "/home/bestofi/bestof/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php" at line 159.")." at /home/bestofi/bestof/templates/home/listing.html.twig line 9 {
"exception": {}
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.request" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest". {
"event": "kernel.request",
"listener": "EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber::onKernelRequest"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.controller" to listener "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController". {
"event": "kernel.controller",
"listener": "EasyCorp\\Bundle\\EasyAdminBundle\\EventListener\\AdminRouterSubscriber::onKernelController"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController". {
"event": "kernel.controller",
"listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 01:29:54 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 01:29:54 | 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 01:29:54 | 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 01:29:54 | 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"
}
|
|
[2/2]
RuntimeError
|
|---|
Twig\Error\RuntimeError:
An exception has been thrown during the rendering of a template ("Failed to start the session because headers have already been sent by "/home/bestofi/bestof/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php" at line 159.").
at templates/home/listing.html.twig:9
at Twig\Template->displayBlock('body', array('allShops' => array(object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop)), 'allCategories' => array(object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category)), 'form' => object(FormView), 'shops' => array(object(Shop)), 'apiData' => array('html_attributions' => array(), 'result' => array('address_components' => array(array('long_name' => '7', 'short_name' => '7', 'types' => array('street_number')), array('long_name' => 'Rue du Moulin', 'short_name' => 'Rue du Moulin', 'types' => array('route')), array('long_name' => 'Les Eyzies', 'short_name' => 'Les Eyzies', 'types' => array('locality', 'political')), array('long_name' => 'Dordogne', 'short_name' => 'Dordogne', 'types' => array('administrative_area_level_2', 'political')), array('long_name' => 'Nouvelle-Aquitaine', 'short_name' => 'Nouvelle-Aquitaine', 'types' => array('administrative_area_level_1', 'political')), array('long_name' => 'France', 'short_name' => 'FR', 'types' => array('country', 'political')), array('long_name' => '24620', 'short_name' => '24620', 'types' => array('postal_code'))), 'adr_address' => '<span class="street-address">7 Rue du Moulin</span>, <span class="postal-code">24620</span> <span class="locality">Les Eyzies</span>, <span class="country-name">France</span>', 'business_status' => 'CLOSED_TEMPORARILY', 'curbside_pickup' => false, 'delivery' => false, 'dine_in' => true, 'formatted_address' => '7 Rue du Moulin, 24620 Les Eyzies, France', 'formatted_phone_number' => '06 01 43 14 92', 'geometry' => array('location' => array('lat' => 44.9360551, 'lng' => 1.0149352), 'viewport' => array('northeast' => array('lat' => 44.9373998802915, 'lng' => 1.016284630291502), 'southwest' => array('lat' => 44.9347019197085, 'lng' => 1.013586669708498))), 'icon' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png', 'icon_background_color' => '#FF9E67', 'icon_mask_base_uri' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet', 'international_phone_number' => '+33 6 01 43 14 92', 'name' => 'Restaurant NOSCO', 'permanently_closed' => true, 'photos' => array(array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpEwWkM1MWr1QDRH3BfBjPKuNp4fgfA7UE1tltQtoSnSlYgyAarD0qxIq3GqAJB1mPWIx9zwfRW74M2BWNNmwoAZff-MnJHm_SZn4pmMGcXYVfDlRQXEFS82KM4sQmYKJ9_CtYdy3LutmrfzeESUd_dZEsPoAqmeIGNaMSd8yxvCLGSM6aEU-rwMSNHwA6jqu5xztIEjhdI_FChnk0BaYNs924F1DoPyRH7TRim9p8Q0gVRKAv_FlWFmA6-sEurCAOHL8xuoM4BITfnvnsZPLHKjG-YmjFtU15dvIBOLjAdkOdTq65zmUSBY3EHO6LjRJxV1cnPiRzMGgsiYSubM-zLZVha_UGGonTpmqetMM29l470ut57_3nl0Mhi4zm-ilcACGGr4XEvRCDgmFehXDFym4TfTOKQ8prhftinEpRdRQ', 'width' => 4032), array('height' => 3215, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/114864208106042344963">Restaurant NOSCO</a>'), 'photo_reference' => 'AZLasHoaZ2XYtNQ9vFjiajy66EQ9GMO_f-LTedXFmC1GXtVOOOZCMLp8a7yOaoHvhHyPLBwKt8F5nw5YymoPeEutdmJWBrlvydTDm1pTBxZQ5tGHVYwhWz_DX1QlTYmWQXavN-MFkuILf8viuw-ZxIz61tIjqO2fcit_D58-X_8NW-O74W1v-eLcFw-uI8aQGdSNJ8QSNmFIpNODye3D9imAvgoFfkDCthhq7Fz0mg9smTnbVht9m6waqHxP6Cx8xOTpZNRXOLqkm22QbTAFyLOlcucsZRrKIJR6s5tsNAYlJSWQGw', 'width' => 3060), array('height' => 2179, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpE2cTn2zvSwptoNptFfh9grnUUWxXwXNMe1hntgZQMUMU7YSN8rXGGj7Z-hkR4bTC-jKj6Ckkqn_BMhUQ_NcTK9PngM3Z9JGmXULQiRlxzh6WwRj_oRj9ZrC5ZVgMyn6vcEK-PgD8KjsguKNATXg_di_qqWXPcFStVGDfZMD_dZgMtlnhvc3YVBimPCvLASUvIzjsAsQcwliPyRfWNjUOmVdEFw-OIcz7O6Zc1Farze2D3rM7Gc3wcPxXjYHjlRohj5PE49zHMwFj-Llit_QMMWq9ZiPuAg-su7x6-WrnGWQ3HxB4Sdp8FPK7PhwTyRJgUcWbDEATy19alQ-R9NES-B4RmJkr-OMjhGvwaj5Pz8foyTzFX6wW_ThVaArkpvzcmqxbgIrgiuYbdl24spk-rP7KE7GL6FJUfdkuUH10', 'width' => 3983), array('height' => 3060, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/105968091408603288119">Bilbon Lehobbit</a>'), 'photo_reference' => 'AZLasHqUu9npaUe1HeiXoCT9_fsdQ5lS7q0razVfxhxu1vUzZ8uKPhvJ3LRkmyPGpDZboSBKkd91JRtx6r6eAt15BK63qMPIQEolF0Mps6Uj6iZ_77r3fz6w0kCC3-ZLHJRUx-_IZNEmz9oIjhenHVzoiOznbx2EohhroyRMUnU6HAihTIlsT8mBhGiPifpdVF7jN9A0y6lzguZxLSvNGhTuyEGwF0oy2Y-ksKrKEtjAbfWT-jYnB3M872CWHexEqyK3KqLTDQKlFV_kd3KscGWnQyicIlogGFjo-lLrtVIs98V9QhiI6lZzDcS3bzyVNE_qJSoMZcDINrkJzEG-Jf2eIfEh0ThsADQW7pKN8ZdvQK4f4J3RDveRXxyloJ3fD_aFCbDPaOTdXMnTttGjupEFxXQKb3YXkp0b91TXfpmCzkV6AvM', 'width' => 4080), array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHoeRDy4HixKhkRZsVIJ2mSFZa3ggAmfHBSAQ55Sh6Yqbvwkp88q5P75dn4076_GHDyaEfbf6xox0EpVpq-OOPnTxvWQrO03PTmer600SKRF__f_0hp9Od9plEQAXC5Z-5lJ0Wo6z9Z3GTP72pV3DWnt0CeUWhx-hWRTeoj1_0jd8qZz4LP6HrYWtNtCgkQb52xfIeTZnHTwPWiB0JvWdO5yY4VXfY_TlJVHKcRQpCSKQMavLWf17b2LRFkaqkKMQsYzg9KznDaWhy0eCn9PyiK1bGzg8aJX9xMYUL_ksRaceYPazI312vPHLpf-yJMmTnPN_pT-4VfuBoxiV2OXItDljLZeM4Z09oJ2411z71mR-RHAAgVQKpWt2p_5_ttwCHt128Rw5jYEmzN0EvksGAjVx-rSidAX54i8Yi-apWtZQP5bs8JtkCaGTsu-ewYj', 'width' => 4032), array('height' => 3000, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/106196763373855881923">Gilles Rouveure</a>'), 'photo_reference' => 'AZLasHrY2FomMC7MQHZiZu1zi4owLptcdzHqgq6ccuiTtfNZxqFoLSoUrvpcJ0C2fQKcR_4sUstarhKKuVVC4BwZ9TdT4YufFYTtBuj_T4BP2tBfDiwAlfO65NemzNWngMTu-lmp8b1SMdUuileBwczxj7cbsNW30n9cB8CH2Z4b0y1ERcaDkqjJ814cXo15gJhZfoYTd3ZIkfYnw2nkCyVCJwitdgorPD-scUxm3rbjlKjvW2nvEmj0tfDt4JXecLFBya4j3XDf5jesNq7SwDyuIx8rxKisQLK6Htgwx8ePbEPZKN2CgHfK7RK5osc9zQGLtv37UMmHYc0zOQ8MhiTxKMDTKrXmgKVbsJU8OiQd1lMSmMQb9-d-kK9HEvqg6WcHBVZtHlq6MrVhWk-L6WgXGsNsn9qiXqxe40UhEI84I22SEcv4', 'width' => 4000), array('height' => 1311, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/111577640564085862301">LAVAUD Chantal</a>'), 'photo_reference' => 'AZLasHoDei995N-fxubqu78KzzHH_oJlIZCgqZSH40vmJM70VxdDefkbJRtFe1lLXfsRSxKt59NooorE8fXJT8mgwY2OqaCcy9ZOUKL1NshOWQd0aBkZ-3vP7ppwa_lLqxEtitlY0fPU2lUc_xoTDoUUDxkicRGQqdg3-CQ3ERzd-b0xNbgT23b5i_tbHXGZlQKw-YsThrn0f__Zdf78VKVEGngMUOGZgZ8zHN2ZoeMNs3trzyKHEM03PiJeDSxIgLKAUr0w_ELQxkvj2POt9327NGWs47JJkhuA49sCsC24u2exC82PRNOE_N-vHohdnZmNKVrg5e_g_eX7sZg2e3wCClqj3cC2MiTxsqiLCYzoj5RYM4GVAP9jVMROEH_hcUMYM3yTc00dnJ3Yr_y1OJrs728PJYFSg7f37MVXW9WfXH_iiSw', 'width' => 1120), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/104411453226239602216">Sophie Fonvieille</a>'), 'photo_reference' => 'AZLasHow_RDE8zv1Elf_YdXTWDsH2PBhUIOKWvy5R7-ZpBvHUNO9XYYhYosfSBYx8eeX4TMwomSJHgv1aSJhZJg7xlxmmA1p5CQ42f2NZfSvXEB8ttxf0GtUIhbHS9VKf7UhOkweSD5XOAQL4nJj0C0VLg90Qh6UPbKW0QjlkwgnmztR8bzH9UmvvFyFhPtSsRn67yZs-OR-mmgimDIUNDZSB0yXA1LG55vd7m99oTZTW1W5vbhdnMoWHhx1y9LAWPVBj-ZDzCqsjxi0qiC_bXi92J0a_MbVqQz78PBy1QRFAExO-nQpvBFT-vodMUPKDqVrPkDRvIpCNFLtO6OKZj24ICXqrIfd1SwSQjzSNgqNy8Q6DR6MKp6O5phcps3oTiArFvSxOrhOpOnlFVQiJ2STvniTTxR0slC08t3ZP1vX45uRckQD', 'width' => 3024), array('height' => 3023, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHowD1Gbzo9P_BHCjE1rcuHXQkujoYbTHs5ObQzZ2oIJvxzy-rYFjERtqtX044kJdBJRlnQsXCkM3tNoyMhY510ht8uNmGRqya5So-OLBcHDSU-5TY50h_c8KIw2yJRomVgMg9b4icHPy0-sRA7LPpO39mTBPqsBkoFet3f2keGkFTotLL8w8F6k7vg5VYhhriFgnqCusiG1grcFqxhBB-m002S3ncRuYgdzPiongIR5_Pjb7hyDbFkbJdCmL2P44eYEulUFhrLxpgk4Dv_7-qRQSW-e8NrE6gRH1TWk0QCCGlw1teAmh02GcSTvt55HnUopsqXVMXOJhYwOl8MNmicO4g94V0-mAob-O_CO8xx9bAae97bTfbfdxppNjmbXxbujDM6iccuEcaMxbxca8aG55-ztrmfgn8pBWSqwOlZoCBNb4pDqFzduOu2f8w', 'width' => 4031), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHr01Qu0ji-_0Ea48BITQWpH2w32BUXRifnH1gKTL5PGEzuK7YiA33ffV8XBRsUcUghsodfRhC_fAvJhNOgiQjLGu5ZafHWuOARG0RxkWx0SfcKZV91OnxRuvsQx0Uw9EfgyhSIbte0qH1aW43HejOEdC_qHuU-ZLBDWXcVcowoAI3DachSwHRgMIBVwlwAYZX5xz8J05SAI630HWzpQ37rPxjKZNdMTNt32KBYYnr-mfXhMLTDXjLzbHrLpfBINZCrd4qBm7mQxmUTrwwVTGRxOfSyOQBdc493ScEnbexEWyrZg_9L_xGe-javiehJR_BpRwaFa6nJ-0LUXbt2SdcRkRLUb6wbs2qIPlOd8P3bJDfuw_0kDCjxVZXxSGj6nCOb0tj8aZHqcRQ-0BR5Ehp9Q91yEPsfDHIXBmer9x9q1MgbT', 'width' => 3024)), 'place_id' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'plus_code' => array('compound_code' => 'W2P7+CX Les Eyzies, France', 'global_code' => '8FP3W2P7+CX'), 'rating' => 4.7, 'reference' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'reservable' => true, 'reviews' => array(array('author_name' => 'Pat Migéco', 'author_url' => 'https://www.google.com/maps/contrib/100669826303832039599/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocJd0SwzsfSDkWDOyPEvPkVDONZiZm6KfvZul_yvJYqRT3M0eQ=s128-c0x00000000-cc-rp-mo-ba5', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Alors là un très bon restaurant ! Un très bon accueil ! Un très bon service !Une succulente cuisine avec un très bon rapport qualité ! Bravo à toute l\'équipe ! Que du bonheur ! Parking à proximité ! Il vaut mieux reserver ! Je vous recommande cet établissement !', 'time' => 1760819998, 'translated' => false), array('author_name' => 'Manon VIDAL', 'author_url' => 'https://www.google.com/maps/contrib/113783961056581691924/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjV0g5ojARR-IiXLVEHBsBuepVroWhdQwAy9pIubxvAKaMEiAAEG=s128-c0x00000000-cc-rp-mo', 'rating' => 5, 'relative_time_description' => 'il y a 3 mois', 'text' => 'Nous sommes venu a ce restaurant sur recommandation de la vendeuse de la terrasse du charron et nous n\'avons pas été déçu ! Au contraire, l\'accueil a été très chaleureux, un repas délicieux, produits régionaux mettant en avant les producteurs. Le repas était a la hauteur de nos attentes, nous vous conseillons de vous y arrêter un soir pour profiter de l\'ambiance.', 'time' => 1757846870, 'translated' => false), array('author_name' => 'Stella Ferriere', 'author_url' => 'https://www.google.com/maps/contrib/114842290413279293979/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjXayF67IlYeU4EjzCCpOYe-V9RzSUqj4-pjGZR_XUTtlWrkkVzL=s128-c0x00000000-cc-rp-mo-ba4', 'rating' => 5, 'relative_time_description' => 'il y a 2 mois', 'text' => 'Accueil très sympathique.Très bonne cuisine locale.Décoration originale', 'time' => 1760614995, 'translated' => false), array('author_name' => 'mathieu massé', 'author_url' => 'https://www.google.com/maps/contrib/100165525192621309085/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocI1Yx67LiXYZ6SZfFn5kgX5ARewGNcImrV7IHDt-zYvU6fHvsVf=s128-c0x00000000-cc-rp-mo-ba2', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Arrivée sur le tard en presque fin de service mais nous avons été très bien accueilli.Un joli restaurant avec une carte courte proposant des produits de saison et des producteurs locaux.Dégustation d\'un magnifique foie gras (maison Albié), et d\'une cuisse d\'oie confite, préparée magnifiquement avec des légumes de saison.Service impeccable et amicale. Très bons conseils de visites pour un après-midi pluvieux.Je recommande vivement', 'time' => 1761563955, 'translated' => false), array('author_name' => 'Guillaume Pade', 'author_url' => 'https://www.google.com/maps/contrib/104507447131818620499/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocLajIQ3HdVSBQed5avSKnQN_6wWoAM7qsIfzydWKMtr0JHTGA=s128-c0x00000000-cc-rp-mo-ba3', 'rating' => 5, 'relative_time_description' => 'il y a un an', 'text' => 'Dès notre arrivée, nous avons été chaleureusement accueillis par le personnel attentif et professionnel tout au long du repas. L\'ambiance est cosy et agréable, idéale pour un dîner entre amis ou en famille.Côté cuisine, c\'était un sans-faute. Les plats sont savoureux, bien présentés, et les portions généreuses. Les produits sont visiblement frais et de qualité, et cela se ressent dans les saveurs.Je recommande vivement ce restaurant pour ceux qui cherchent une belle expérience culinaire dans un cadre sympathique.', 'time' => 1726831901, 'translated' => false)), 'serves_beer' => true, 'serves_breakfast' => false, 'serves_brunch' => false, 'serves_dinner' => true, 'serves_lunch' => true, 'serves_vegetarian_food' => false, 'serves_wine' => true, 'takeout' => false, 'types' => array('establishment', 'food', 'point_of_interest', 'restaurant'), 'url' => 'https://maps.google.com/?cid=13121864126858907128', 'user_ratings_total' => 390, 'utc_offset' => 60, 'vicinity' => '7 Rue du Moulin, Les Eyzies', 'website' => 'https://www.restaurantnosco.fr/'), 'status' => 'OK'), 'app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_38c0995cbf56146dbfcf0dc197c12c2f), 'block_body'), '_category_widget' => array(object(__TwigTemplate_38c0995cbf56146dbfcf0dc197c12c2f), 'block__category_widget')))
(var/cache/dev/twig/e6/e6e9965de653442437e7b7b8f54427d6.php:54)
at __TwigTemplate_63742b77e124d5519f436207eb36accf->doDisplay(array('allShops' => array(object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop)), 'allCategories' => array(object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category)), 'form' => object(FormView), 'shops' => array(object(Shop)), 'apiData' => array('html_attributions' => array(), 'result' => array('address_components' => array(array('long_name' => '7', 'short_name' => '7', 'types' => array('street_number')), array('long_name' => 'Rue du Moulin', 'short_name' => 'Rue du Moulin', 'types' => array('route')), array('long_name' => 'Les Eyzies', 'short_name' => 'Les Eyzies', 'types' => array('locality', 'political')), array('long_name' => 'Dordogne', 'short_name' => 'Dordogne', 'types' => array('administrative_area_level_2', 'political')), array('long_name' => 'Nouvelle-Aquitaine', 'short_name' => 'Nouvelle-Aquitaine', 'types' => array('administrative_area_level_1', 'political')), array('long_name' => 'France', 'short_name' => 'FR', 'types' => array('country', 'political')), array('long_name' => '24620', 'short_name' => '24620', 'types' => array('postal_code'))), 'adr_address' => '<span class="street-address">7 Rue du Moulin</span>, <span class="postal-code">24620</span> <span class="locality">Les Eyzies</span>, <span class="country-name">France</span>', 'business_status' => 'CLOSED_TEMPORARILY', 'curbside_pickup' => false, 'delivery' => false, 'dine_in' => true, 'formatted_address' => '7 Rue du Moulin, 24620 Les Eyzies, France', 'formatted_phone_number' => '06 01 43 14 92', 'geometry' => array('location' => array('lat' => 44.9360551, 'lng' => 1.0149352), 'viewport' => array('northeast' => array('lat' => 44.9373998802915, 'lng' => 1.016284630291502), 'southwest' => array('lat' => 44.9347019197085, 'lng' => 1.013586669708498))), 'icon' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png', 'icon_background_color' => '#FF9E67', 'icon_mask_base_uri' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet', 'international_phone_number' => '+33 6 01 43 14 92', 'name' => 'Restaurant NOSCO', 'permanently_closed' => true, 'photos' => array(array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpEwWkM1MWr1QDRH3BfBjPKuNp4fgfA7UE1tltQtoSnSlYgyAarD0qxIq3GqAJB1mPWIx9zwfRW74M2BWNNmwoAZff-MnJHm_SZn4pmMGcXYVfDlRQXEFS82KM4sQmYKJ9_CtYdy3LutmrfzeESUd_dZEsPoAqmeIGNaMSd8yxvCLGSM6aEU-rwMSNHwA6jqu5xztIEjhdI_FChnk0BaYNs924F1DoPyRH7TRim9p8Q0gVRKAv_FlWFmA6-sEurCAOHL8xuoM4BITfnvnsZPLHKjG-YmjFtU15dvIBOLjAdkOdTq65zmUSBY3EHO6LjRJxV1cnPiRzMGgsiYSubM-zLZVha_UGGonTpmqetMM29l470ut57_3nl0Mhi4zm-ilcACGGr4XEvRCDgmFehXDFym4TfTOKQ8prhftinEpRdRQ', 'width' => 4032), array('height' => 3215, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/114864208106042344963">Restaurant NOSCO</a>'), 'photo_reference' => 'AZLasHoaZ2XYtNQ9vFjiajy66EQ9GMO_f-LTedXFmC1GXtVOOOZCMLp8a7yOaoHvhHyPLBwKt8F5nw5YymoPeEutdmJWBrlvydTDm1pTBxZQ5tGHVYwhWz_DX1QlTYmWQXavN-MFkuILf8viuw-ZxIz61tIjqO2fcit_D58-X_8NW-O74W1v-eLcFw-uI8aQGdSNJ8QSNmFIpNODye3D9imAvgoFfkDCthhq7Fz0mg9smTnbVht9m6waqHxP6Cx8xOTpZNRXOLqkm22QbTAFyLOlcucsZRrKIJR6s5tsNAYlJSWQGw', 'width' => 3060), array('height' => 2179, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpE2cTn2zvSwptoNptFfh9grnUUWxXwXNMe1hntgZQMUMU7YSN8rXGGj7Z-hkR4bTC-jKj6Ckkqn_BMhUQ_NcTK9PngM3Z9JGmXULQiRlxzh6WwRj_oRj9ZrC5ZVgMyn6vcEK-PgD8KjsguKNATXg_di_qqWXPcFStVGDfZMD_dZgMtlnhvc3YVBimPCvLASUvIzjsAsQcwliPyRfWNjUOmVdEFw-OIcz7O6Zc1Farze2D3rM7Gc3wcPxXjYHjlRohj5PE49zHMwFj-Llit_QMMWq9ZiPuAg-su7x6-WrnGWQ3HxB4Sdp8FPK7PhwTyRJgUcWbDEATy19alQ-R9NES-B4RmJkr-OMjhGvwaj5Pz8foyTzFX6wW_ThVaArkpvzcmqxbgIrgiuYbdl24spk-rP7KE7GL6FJUfdkuUH10', 'width' => 3983), array('height' => 3060, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/105968091408603288119">Bilbon Lehobbit</a>'), 'photo_reference' => 'AZLasHqUu9npaUe1HeiXoCT9_fsdQ5lS7q0razVfxhxu1vUzZ8uKPhvJ3LRkmyPGpDZboSBKkd91JRtx6r6eAt15BK63qMPIQEolF0Mps6Uj6iZ_77r3fz6w0kCC3-ZLHJRUx-_IZNEmz9oIjhenHVzoiOznbx2EohhroyRMUnU6HAihTIlsT8mBhGiPifpdVF7jN9A0y6lzguZxLSvNGhTuyEGwF0oy2Y-ksKrKEtjAbfWT-jYnB3M872CWHexEqyK3KqLTDQKlFV_kd3KscGWnQyicIlogGFjo-lLrtVIs98V9QhiI6lZzDcS3bzyVNE_qJSoMZcDINrkJzEG-Jf2eIfEh0ThsADQW7pKN8ZdvQK4f4J3RDveRXxyloJ3fD_aFCbDPaOTdXMnTttGjupEFxXQKb3YXkp0b91TXfpmCzkV6AvM', 'width' => 4080), array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHoeRDy4HixKhkRZsVIJ2mSFZa3ggAmfHBSAQ55Sh6Yqbvwkp88q5P75dn4076_GHDyaEfbf6xox0EpVpq-OOPnTxvWQrO03PTmer600SKRF__f_0hp9Od9plEQAXC5Z-5lJ0Wo6z9Z3GTP72pV3DWnt0CeUWhx-hWRTeoj1_0jd8qZz4LP6HrYWtNtCgkQb52xfIeTZnHTwPWiB0JvWdO5yY4VXfY_TlJVHKcRQpCSKQMavLWf17b2LRFkaqkKMQsYzg9KznDaWhy0eCn9PyiK1bGzg8aJX9xMYUL_ksRaceYPazI312vPHLpf-yJMmTnPN_pT-4VfuBoxiV2OXItDljLZeM4Z09oJ2411z71mR-RHAAgVQKpWt2p_5_ttwCHt128Rw5jYEmzN0EvksGAjVx-rSidAX54i8Yi-apWtZQP5bs8JtkCaGTsu-ewYj', 'width' => 4032), array('height' => 3000, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/106196763373855881923">Gilles Rouveure</a>'), 'photo_reference' => 'AZLasHrY2FomMC7MQHZiZu1zi4owLptcdzHqgq6ccuiTtfNZxqFoLSoUrvpcJ0C2fQKcR_4sUstarhKKuVVC4BwZ9TdT4YufFYTtBuj_T4BP2tBfDiwAlfO65NemzNWngMTu-lmp8b1SMdUuileBwczxj7cbsNW30n9cB8CH2Z4b0y1ERcaDkqjJ814cXo15gJhZfoYTd3ZIkfYnw2nkCyVCJwitdgorPD-scUxm3rbjlKjvW2nvEmj0tfDt4JXecLFBya4j3XDf5jesNq7SwDyuIx8rxKisQLK6Htgwx8ePbEPZKN2CgHfK7RK5osc9zQGLtv37UMmHYc0zOQ8MhiTxKMDTKrXmgKVbsJU8OiQd1lMSmMQb9-d-kK9HEvqg6WcHBVZtHlq6MrVhWk-L6WgXGsNsn9qiXqxe40UhEI84I22SEcv4', 'width' => 4000), array('height' => 1311, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/111577640564085862301">LAVAUD Chantal</a>'), 'photo_reference' => 'AZLasHoDei995N-fxubqu78KzzHH_oJlIZCgqZSH40vmJM70VxdDefkbJRtFe1lLXfsRSxKt59NooorE8fXJT8mgwY2OqaCcy9ZOUKL1NshOWQd0aBkZ-3vP7ppwa_lLqxEtitlY0fPU2lUc_xoTDoUUDxkicRGQqdg3-CQ3ERzd-b0xNbgT23b5i_tbHXGZlQKw-YsThrn0f__Zdf78VKVEGngMUOGZgZ8zHN2ZoeMNs3trzyKHEM03PiJeDSxIgLKAUr0w_ELQxkvj2POt9327NGWs47JJkhuA49sCsC24u2exC82PRNOE_N-vHohdnZmNKVrg5e_g_eX7sZg2e3wCClqj3cC2MiTxsqiLCYzoj5RYM4GVAP9jVMROEH_hcUMYM3yTc00dnJ3Yr_y1OJrs728PJYFSg7f37MVXW9WfXH_iiSw', 'width' => 1120), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/104411453226239602216">Sophie Fonvieille</a>'), 'photo_reference' => 'AZLasHow_RDE8zv1Elf_YdXTWDsH2PBhUIOKWvy5R7-ZpBvHUNO9XYYhYosfSBYx8eeX4TMwomSJHgv1aSJhZJg7xlxmmA1p5CQ42f2NZfSvXEB8ttxf0GtUIhbHS9VKf7UhOkweSD5XOAQL4nJj0C0VLg90Qh6UPbKW0QjlkwgnmztR8bzH9UmvvFyFhPtSsRn67yZs-OR-mmgimDIUNDZSB0yXA1LG55vd7m99oTZTW1W5vbhdnMoWHhx1y9LAWPVBj-ZDzCqsjxi0qiC_bXi92J0a_MbVqQz78PBy1QRFAExO-nQpvBFT-vodMUPKDqVrPkDRvIpCNFLtO6OKZj24ICXqrIfd1SwSQjzSNgqNy8Q6DR6MKp6O5phcps3oTiArFvSxOrhOpOnlFVQiJ2STvniTTxR0slC08t3ZP1vX45uRckQD', 'width' => 3024), array('height' => 3023, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHowD1Gbzo9P_BHCjE1rcuHXQkujoYbTHs5ObQzZ2oIJvxzy-rYFjERtqtX044kJdBJRlnQsXCkM3tNoyMhY510ht8uNmGRqya5So-OLBcHDSU-5TY50h_c8KIw2yJRomVgMg9b4icHPy0-sRA7LPpO39mTBPqsBkoFet3f2keGkFTotLL8w8F6k7vg5VYhhriFgnqCusiG1grcFqxhBB-m002S3ncRuYgdzPiongIR5_Pjb7hyDbFkbJdCmL2P44eYEulUFhrLxpgk4Dv_7-qRQSW-e8NrE6gRH1TWk0QCCGlw1teAmh02GcSTvt55HnUopsqXVMXOJhYwOl8MNmicO4g94V0-mAob-O_CO8xx9bAae97bTfbfdxppNjmbXxbujDM6iccuEcaMxbxca8aG55-ztrmfgn8pBWSqwOlZoCBNb4pDqFzduOu2f8w', 'width' => 4031), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHr01Qu0ji-_0Ea48BITQWpH2w32BUXRifnH1gKTL5PGEzuK7YiA33ffV8XBRsUcUghsodfRhC_fAvJhNOgiQjLGu5ZafHWuOARG0RxkWx0SfcKZV91OnxRuvsQx0Uw9EfgyhSIbte0qH1aW43HejOEdC_qHuU-ZLBDWXcVcowoAI3DachSwHRgMIBVwlwAYZX5xz8J05SAI630HWzpQ37rPxjKZNdMTNt32KBYYnr-mfXhMLTDXjLzbHrLpfBINZCrd4qBm7mQxmUTrwwVTGRxOfSyOQBdc493ScEnbexEWyrZg_9L_xGe-javiehJR_BpRwaFa6nJ-0LUXbt2SdcRkRLUb6wbs2qIPlOd8P3bJDfuw_0kDCjxVZXxSGj6nCOb0tj8aZHqcRQ-0BR5Ehp9Q91yEPsfDHIXBmer9x9q1MgbT', 'width' => 3024)), 'place_id' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'plus_code' => array('compound_code' => 'W2P7+CX Les Eyzies, France', 'global_code' => '8FP3W2P7+CX'), 'rating' => 4.7, 'reference' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'reservable' => true, 'reviews' => array(array('author_name' => 'Pat Migéco', 'author_url' => 'https://www.google.com/maps/contrib/100669826303832039599/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocJd0SwzsfSDkWDOyPEvPkVDONZiZm6KfvZul_yvJYqRT3M0eQ=s128-c0x00000000-cc-rp-mo-ba5', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Alors là un très bon restaurant ! Un très bon accueil ! Un très bon service !Une succulente cuisine avec un très bon rapport qualité ! Bravo à toute l\'équipe ! Que du bonheur ! Parking à proximité ! Il vaut mieux reserver ! Je vous recommande cet établissement !', 'time' => 1760819998, 'translated' => false), array('author_name' => 'Manon VIDAL', 'author_url' => 'https://www.google.com/maps/contrib/113783961056581691924/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjV0g5ojARR-IiXLVEHBsBuepVroWhdQwAy9pIubxvAKaMEiAAEG=s128-c0x00000000-cc-rp-mo', 'rating' => 5, 'relative_time_description' => 'il y a 3 mois', 'text' => 'Nous sommes venu a ce restaurant sur recommandation de la vendeuse de la terrasse du charron et nous n\'avons pas été déçu ! Au contraire, l\'accueil a été très chaleureux, un repas délicieux, produits régionaux mettant en avant les producteurs. Le repas était a la hauteur de nos attentes, nous vous conseillons de vous y arrêter un soir pour profiter de l\'ambiance.', 'time' => 1757846870, 'translated' => false), array('author_name' => 'Stella Ferriere', 'author_url' => 'https://www.google.com/maps/contrib/114842290413279293979/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjXayF67IlYeU4EjzCCpOYe-V9RzSUqj4-pjGZR_XUTtlWrkkVzL=s128-c0x00000000-cc-rp-mo-ba4', 'rating' => 5, 'relative_time_description' => 'il y a 2 mois', 'text' => 'Accueil très sympathique.Très bonne cuisine locale.Décoration originale', 'time' => 1760614995, 'translated' => false), array('author_name' => 'mathieu massé', 'author_url' => 'https://www.google.com/maps/contrib/100165525192621309085/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocI1Yx67LiXYZ6SZfFn5kgX5ARewGNcImrV7IHDt-zYvU6fHvsVf=s128-c0x00000000-cc-rp-mo-ba2', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Arrivée sur le tard en presque fin de service mais nous avons été très bien accueilli.Un joli restaurant avec une carte courte proposant des produits de saison et des producteurs locaux.Dégustation d\'un magnifique foie gras (maison Albié), et d\'une cuisse d\'oie confite, préparée magnifiquement avec des légumes de saison.Service impeccable et amicale. Très bons conseils de visites pour un après-midi pluvieux.Je recommande vivement', 'time' => 1761563955, 'translated' => false), array('author_name' => 'Guillaume Pade', 'author_url' => 'https://www.google.com/maps/contrib/104507447131818620499/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocLajIQ3HdVSBQed5avSKnQN_6wWoAM7qsIfzydWKMtr0JHTGA=s128-c0x00000000-cc-rp-mo-ba3', 'rating' => 5, 'relative_time_description' => 'il y a un an', 'text' => 'Dès notre arrivée, nous avons été chaleureusement accueillis par le personnel attentif et professionnel tout au long du repas. L\'ambiance est cosy et agréable, idéale pour un dîner entre amis ou en famille.Côté cuisine, c\'était un sans-faute. Les plats sont savoureux, bien présentés, et les portions généreuses. Les produits sont visiblement frais et de qualité, et cela se ressent dans les saveurs.Je recommande vivement ce restaurant pour ceux qui cherchent une belle expérience culinaire dans un cadre sympathique.', 'time' => 1726831901, 'translated' => false)), 'serves_beer' => true, 'serves_breakfast' => false, 'serves_brunch' => false, 'serves_dinner' => true, 'serves_lunch' => true, 'serves_vegetarian_food' => false, 'serves_wine' => true, 'takeout' => false, 'types' => array('establishment', 'food', 'point_of_interest', 'restaurant'), 'url' => 'https://maps.google.com/?cid=13121864126858907128', 'user_ratings_total' => 390, 'utc_offset' => 60, 'vicinity' => '7 Rue du Moulin, Les Eyzies', 'website' => 'https://www.restaurantnosco.fr/'), 'status' => 'OK'), 'app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_38c0995cbf56146dbfcf0dc197c12c2f), 'block_body'), '_category_widget' => array(object(__TwigTemplate_38c0995cbf56146dbfcf0dc197c12c2f), 'block__category_widget')))
(vendor/twig/twig/src/Template.php:394)
at Twig\Template->displayWithErrorHandling(array('allShops' => array(object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop)), 'allCategories' => array(object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category)), 'form' => object(FormView), 'shops' => array(object(Shop)), 'apiData' => array('html_attributions' => array(), 'result' => array('address_components' => array(array('long_name' => '7', 'short_name' => '7', 'types' => array('street_number')), array('long_name' => 'Rue du Moulin', 'short_name' => 'Rue du Moulin', 'types' => array('route')), array('long_name' => 'Les Eyzies', 'short_name' => 'Les Eyzies', 'types' => array('locality', 'political')), array('long_name' => 'Dordogne', 'short_name' => 'Dordogne', 'types' => array('administrative_area_level_2', 'political')), array('long_name' => 'Nouvelle-Aquitaine', 'short_name' => 'Nouvelle-Aquitaine', 'types' => array('administrative_area_level_1', 'political')), array('long_name' => 'France', 'short_name' => 'FR', 'types' => array('country', 'political')), array('long_name' => '24620', 'short_name' => '24620', 'types' => array('postal_code'))), 'adr_address' => '<span class="street-address">7 Rue du Moulin</span>, <span class="postal-code">24620</span> <span class="locality">Les Eyzies</span>, <span class="country-name">France</span>', 'business_status' => 'CLOSED_TEMPORARILY', 'curbside_pickup' => false, 'delivery' => false, 'dine_in' => true, 'formatted_address' => '7 Rue du Moulin, 24620 Les Eyzies, France', 'formatted_phone_number' => '06 01 43 14 92', 'geometry' => array('location' => array('lat' => 44.9360551, 'lng' => 1.0149352), 'viewport' => array('northeast' => array('lat' => 44.9373998802915, 'lng' => 1.016284630291502), 'southwest' => array('lat' => 44.9347019197085, 'lng' => 1.013586669708498))), 'icon' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png', 'icon_background_color' => '#FF9E67', 'icon_mask_base_uri' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet', 'international_phone_number' => '+33 6 01 43 14 92', 'name' => 'Restaurant NOSCO', 'permanently_closed' => true, 'photos' => array(array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpEwWkM1MWr1QDRH3BfBjPKuNp4fgfA7UE1tltQtoSnSlYgyAarD0qxIq3GqAJB1mPWIx9zwfRW74M2BWNNmwoAZff-MnJHm_SZn4pmMGcXYVfDlRQXEFS82KM4sQmYKJ9_CtYdy3LutmrfzeESUd_dZEsPoAqmeIGNaMSd8yxvCLGSM6aEU-rwMSNHwA6jqu5xztIEjhdI_FChnk0BaYNs924F1DoPyRH7TRim9p8Q0gVRKAv_FlWFmA6-sEurCAOHL8xuoM4BITfnvnsZPLHKjG-YmjFtU15dvIBOLjAdkOdTq65zmUSBY3EHO6LjRJxV1cnPiRzMGgsiYSubM-zLZVha_UGGonTpmqetMM29l470ut57_3nl0Mhi4zm-ilcACGGr4XEvRCDgmFehXDFym4TfTOKQ8prhftinEpRdRQ', 'width' => 4032), array('height' => 3215, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/114864208106042344963">Restaurant NOSCO</a>'), 'photo_reference' => 'AZLasHoaZ2XYtNQ9vFjiajy66EQ9GMO_f-LTedXFmC1GXtVOOOZCMLp8a7yOaoHvhHyPLBwKt8F5nw5YymoPeEutdmJWBrlvydTDm1pTBxZQ5tGHVYwhWz_DX1QlTYmWQXavN-MFkuILf8viuw-ZxIz61tIjqO2fcit_D58-X_8NW-O74W1v-eLcFw-uI8aQGdSNJ8QSNmFIpNODye3D9imAvgoFfkDCthhq7Fz0mg9smTnbVht9m6waqHxP6Cx8xOTpZNRXOLqkm22QbTAFyLOlcucsZRrKIJR6s5tsNAYlJSWQGw', 'width' => 3060), array('height' => 2179, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpE2cTn2zvSwptoNptFfh9grnUUWxXwXNMe1hntgZQMUMU7YSN8rXGGj7Z-hkR4bTC-jKj6Ckkqn_BMhUQ_NcTK9PngM3Z9JGmXULQiRlxzh6WwRj_oRj9ZrC5ZVgMyn6vcEK-PgD8KjsguKNATXg_di_qqWXPcFStVGDfZMD_dZgMtlnhvc3YVBimPCvLASUvIzjsAsQcwliPyRfWNjUOmVdEFw-OIcz7O6Zc1Farze2D3rM7Gc3wcPxXjYHjlRohj5PE49zHMwFj-Llit_QMMWq9ZiPuAg-su7x6-WrnGWQ3HxB4Sdp8FPK7PhwTyRJgUcWbDEATy19alQ-R9NES-B4RmJkr-OMjhGvwaj5Pz8foyTzFX6wW_ThVaArkpvzcmqxbgIrgiuYbdl24spk-rP7KE7GL6FJUfdkuUH10', 'width' => 3983), array('height' => 3060, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/105968091408603288119">Bilbon Lehobbit</a>'), 'photo_reference' => 'AZLasHqUu9npaUe1HeiXoCT9_fsdQ5lS7q0razVfxhxu1vUzZ8uKPhvJ3LRkmyPGpDZboSBKkd91JRtx6r6eAt15BK63qMPIQEolF0Mps6Uj6iZ_77r3fz6w0kCC3-ZLHJRUx-_IZNEmz9oIjhenHVzoiOznbx2EohhroyRMUnU6HAihTIlsT8mBhGiPifpdVF7jN9A0y6lzguZxLSvNGhTuyEGwF0oy2Y-ksKrKEtjAbfWT-jYnB3M872CWHexEqyK3KqLTDQKlFV_kd3KscGWnQyicIlogGFjo-lLrtVIs98V9QhiI6lZzDcS3bzyVNE_qJSoMZcDINrkJzEG-Jf2eIfEh0ThsADQW7pKN8ZdvQK4f4J3RDveRXxyloJ3fD_aFCbDPaOTdXMnTttGjupEFxXQKb3YXkp0b91TXfpmCzkV6AvM', 'width' => 4080), array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHoeRDy4HixKhkRZsVIJ2mSFZa3ggAmfHBSAQ55Sh6Yqbvwkp88q5P75dn4076_GHDyaEfbf6xox0EpVpq-OOPnTxvWQrO03PTmer600SKRF__f_0hp9Od9plEQAXC5Z-5lJ0Wo6z9Z3GTP72pV3DWnt0CeUWhx-hWRTeoj1_0jd8qZz4LP6HrYWtNtCgkQb52xfIeTZnHTwPWiB0JvWdO5yY4VXfY_TlJVHKcRQpCSKQMavLWf17b2LRFkaqkKMQsYzg9KznDaWhy0eCn9PyiK1bGzg8aJX9xMYUL_ksRaceYPazI312vPHLpf-yJMmTnPN_pT-4VfuBoxiV2OXItDljLZeM4Z09oJ2411z71mR-RHAAgVQKpWt2p_5_ttwCHt128Rw5jYEmzN0EvksGAjVx-rSidAX54i8Yi-apWtZQP5bs8JtkCaGTsu-ewYj', 'width' => 4032), array('height' => 3000, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/106196763373855881923">Gilles Rouveure</a>'), 'photo_reference' => 'AZLasHrY2FomMC7MQHZiZu1zi4owLptcdzHqgq6ccuiTtfNZxqFoLSoUrvpcJ0C2fQKcR_4sUstarhKKuVVC4BwZ9TdT4YufFYTtBuj_T4BP2tBfDiwAlfO65NemzNWngMTu-lmp8b1SMdUuileBwczxj7cbsNW30n9cB8CH2Z4b0y1ERcaDkqjJ814cXo15gJhZfoYTd3ZIkfYnw2nkCyVCJwitdgorPD-scUxm3rbjlKjvW2nvEmj0tfDt4JXecLFBya4j3XDf5jesNq7SwDyuIx8rxKisQLK6Htgwx8ePbEPZKN2CgHfK7RK5osc9zQGLtv37UMmHYc0zOQ8MhiTxKMDTKrXmgKVbsJU8OiQd1lMSmMQb9-d-kK9HEvqg6WcHBVZtHlq6MrVhWk-L6WgXGsNsn9qiXqxe40UhEI84I22SEcv4', 'width' => 4000), array('height' => 1311, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/111577640564085862301">LAVAUD Chantal</a>'), 'photo_reference' => 'AZLasHoDei995N-fxubqu78KzzHH_oJlIZCgqZSH40vmJM70VxdDefkbJRtFe1lLXfsRSxKt59NooorE8fXJT8mgwY2OqaCcy9ZOUKL1NshOWQd0aBkZ-3vP7ppwa_lLqxEtitlY0fPU2lUc_xoTDoUUDxkicRGQqdg3-CQ3ERzd-b0xNbgT23b5i_tbHXGZlQKw-YsThrn0f__Zdf78VKVEGngMUOGZgZ8zHN2ZoeMNs3trzyKHEM03PiJeDSxIgLKAUr0w_ELQxkvj2POt9327NGWs47JJkhuA49sCsC24u2exC82PRNOE_N-vHohdnZmNKVrg5e_g_eX7sZg2e3wCClqj3cC2MiTxsqiLCYzoj5RYM4GVAP9jVMROEH_hcUMYM3yTc00dnJ3Yr_y1OJrs728PJYFSg7f37MVXW9WfXH_iiSw', 'width' => 1120), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/104411453226239602216">Sophie Fonvieille</a>'), 'photo_reference' => 'AZLasHow_RDE8zv1Elf_YdXTWDsH2PBhUIOKWvy5R7-ZpBvHUNO9XYYhYosfSBYx8eeX4TMwomSJHgv1aSJhZJg7xlxmmA1p5CQ42f2NZfSvXEB8ttxf0GtUIhbHS9VKf7UhOkweSD5XOAQL4nJj0C0VLg90Qh6UPbKW0QjlkwgnmztR8bzH9UmvvFyFhPtSsRn67yZs-OR-mmgimDIUNDZSB0yXA1LG55vd7m99oTZTW1W5vbhdnMoWHhx1y9LAWPVBj-ZDzCqsjxi0qiC_bXi92J0a_MbVqQz78PBy1QRFAExO-nQpvBFT-vodMUPKDqVrPkDRvIpCNFLtO6OKZj24ICXqrIfd1SwSQjzSNgqNy8Q6DR6MKp6O5phcps3oTiArFvSxOrhOpOnlFVQiJ2STvniTTxR0slC08t3ZP1vX45uRckQD', 'width' => 3024), array('height' => 3023, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHowD1Gbzo9P_BHCjE1rcuHXQkujoYbTHs5ObQzZ2oIJvxzy-rYFjERtqtX044kJdBJRlnQsXCkM3tNoyMhY510ht8uNmGRqya5So-OLBcHDSU-5TY50h_c8KIw2yJRomVgMg9b4icHPy0-sRA7LPpO39mTBPqsBkoFet3f2keGkFTotLL8w8F6k7vg5VYhhriFgnqCusiG1grcFqxhBB-m002S3ncRuYgdzPiongIR5_Pjb7hyDbFkbJdCmL2P44eYEulUFhrLxpgk4Dv_7-qRQSW-e8NrE6gRH1TWk0QCCGlw1teAmh02GcSTvt55HnUopsqXVMXOJhYwOl8MNmicO4g94V0-mAob-O_CO8xx9bAae97bTfbfdxppNjmbXxbujDM6iccuEcaMxbxca8aG55-ztrmfgn8pBWSqwOlZoCBNb4pDqFzduOu2f8w', 'width' => 4031), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHr01Qu0ji-_0Ea48BITQWpH2w32BUXRifnH1gKTL5PGEzuK7YiA33ffV8XBRsUcUghsodfRhC_fAvJhNOgiQjLGu5ZafHWuOARG0RxkWx0SfcKZV91OnxRuvsQx0Uw9EfgyhSIbte0qH1aW43HejOEdC_qHuU-ZLBDWXcVcowoAI3DachSwHRgMIBVwlwAYZX5xz8J05SAI630HWzpQ37rPxjKZNdMTNt32KBYYnr-mfXhMLTDXjLzbHrLpfBINZCrd4qBm7mQxmUTrwwVTGRxOfSyOQBdc493ScEnbexEWyrZg_9L_xGe-javiehJR_BpRwaFa6nJ-0LUXbt2SdcRkRLUb6wbs2qIPlOd8P3bJDfuw_0kDCjxVZXxSGj6nCOb0tj8aZHqcRQ-0BR5Ehp9Q91yEPsfDHIXBmer9x9q1MgbT', 'width' => 3024)), 'place_id' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'plus_code' => array('compound_code' => 'W2P7+CX Les Eyzies, France', 'global_code' => '8FP3W2P7+CX'), 'rating' => 4.7, 'reference' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'reservable' => true, 'reviews' => array(array('author_name' => 'Pat Migéco', 'author_url' => 'https://www.google.com/maps/contrib/100669826303832039599/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocJd0SwzsfSDkWDOyPEvPkVDONZiZm6KfvZul_yvJYqRT3M0eQ=s128-c0x00000000-cc-rp-mo-ba5', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Alors là un très bon restaurant ! Un très bon accueil ! Un très bon service !Une succulente cuisine avec un très bon rapport qualité ! Bravo à toute l\'équipe ! Que du bonheur ! Parking à proximité ! Il vaut mieux reserver ! Je vous recommande cet établissement !', 'time' => 1760819998, 'translated' => false), array('author_name' => 'Manon VIDAL', 'author_url' => 'https://www.google.com/maps/contrib/113783961056581691924/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjV0g5ojARR-IiXLVEHBsBuepVroWhdQwAy9pIubxvAKaMEiAAEG=s128-c0x00000000-cc-rp-mo', 'rating' => 5, 'relative_time_description' => 'il y a 3 mois', 'text' => 'Nous sommes venu a ce restaurant sur recommandation de la vendeuse de la terrasse du charron et nous n\'avons pas été déçu ! Au contraire, l\'accueil a été très chaleureux, un repas délicieux, produits régionaux mettant en avant les producteurs. Le repas était a la hauteur de nos attentes, nous vous conseillons de vous y arrêter un soir pour profiter de l\'ambiance.', 'time' => 1757846870, 'translated' => false), array('author_name' => 'Stella Ferriere', 'author_url' => 'https://www.google.com/maps/contrib/114842290413279293979/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjXayF67IlYeU4EjzCCpOYe-V9RzSUqj4-pjGZR_XUTtlWrkkVzL=s128-c0x00000000-cc-rp-mo-ba4', 'rating' => 5, 'relative_time_description' => 'il y a 2 mois', 'text' => 'Accueil très sympathique.Très bonne cuisine locale.Décoration originale', 'time' => 1760614995, 'translated' => false), array('author_name' => 'mathieu massé', 'author_url' => 'https://www.google.com/maps/contrib/100165525192621309085/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocI1Yx67LiXYZ6SZfFn5kgX5ARewGNcImrV7IHDt-zYvU6fHvsVf=s128-c0x00000000-cc-rp-mo-ba2', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Arrivée sur le tard en presque fin de service mais nous avons été très bien accueilli.Un joli restaurant avec une carte courte proposant des produits de saison et des producteurs locaux.Dégustation d\'un magnifique foie gras (maison Albié), et d\'une cuisse d\'oie confite, préparée magnifiquement avec des légumes de saison.Service impeccable et amicale. Très bons conseils de visites pour un après-midi pluvieux.Je recommande vivement', 'time' => 1761563955, 'translated' => false), array('author_name' => 'Guillaume Pade', 'author_url' => 'https://www.google.com/maps/contrib/104507447131818620499/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocLajIQ3HdVSBQed5avSKnQN_6wWoAM7qsIfzydWKMtr0JHTGA=s128-c0x00000000-cc-rp-mo-ba3', 'rating' => 5, 'relative_time_description' => 'il y a un an', 'text' => 'Dès notre arrivée, nous avons été chaleureusement accueillis par le personnel attentif et professionnel tout au long du repas. L\'ambiance est cosy et agréable, idéale pour un dîner entre amis ou en famille.Côté cuisine, c\'était un sans-faute. Les plats sont savoureux, bien présentés, et les portions généreuses. Les produits sont visiblement frais et de qualité, et cela se ressent dans les saveurs.Je recommande vivement ce restaurant pour ceux qui cherchent une belle expérience culinaire dans un cadre sympathique.', 'time' => 1726831901, 'translated' => false)), 'serves_beer' => true, 'serves_breakfast' => false, 'serves_brunch' => false, 'serves_dinner' => true, 'serves_lunch' => true, 'serves_vegetarian_food' => false, 'serves_wine' => true, 'takeout' => false, 'types' => array('establishment', 'food', 'point_of_interest', 'restaurant'), 'url' => 'https://maps.google.com/?cid=13121864126858907128', 'user_ratings_total' => 390, 'utc_offset' => 60, 'vicinity' => '7 Rue du Moulin, Les Eyzies', 'website' => 'https://www.restaurantnosco.fr/'), 'status' => 'OK'), 'app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_38c0995cbf56146dbfcf0dc197c12c2f), 'block_body'), '_category_widget' => array(object(__TwigTemplate_38c0995cbf56146dbfcf0dc197c12c2f), 'block__category_widget')))
(vendor/twig/twig/src/Template.php:367)
at Twig\Template->display(array('allShops' => array(object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop)), 'allCategories' => array(object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category)), 'form' => object(FormView), 'shops' => array(object(Shop)), 'apiData' => array('html_attributions' => array(), 'result' => array('address_components' => array(array('long_name' => '7', 'short_name' => '7', 'types' => array('street_number')), array('long_name' => 'Rue du Moulin', 'short_name' => 'Rue du Moulin', 'types' => array('route')), array('long_name' => 'Les Eyzies', 'short_name' => 'Les Eyzies', 'types' => array('locality', 'political')), array('long_name' => 'Dordogne', 'short_name' => 'Dordogne', 'types' => array('administrative_area_level_2', 'political')), array('long_name' => 'Nouvelle-Aquitaine', 'short_name' => 'Nouvelle-Aquitaine', 'types' => array('administrative_area_level_1', 'political')), array('long_name' => 'France', 'short_name' => 'FR', 'types' => array('country', 'political')), array('long_name' => '24620', 'short_name' => '24620', 'types' => array('postal_code'))), 'adr_address' => '<span class="street-address">7 Rue du Moulin</span>, <span class="postal-code">24620</span> <span class="locality">Les Eyzies</span>, <span class="country-name">France</span>', 'business_status' => 'CLOSED_TEMPORARILY', 'curbside_pickup' => false, 'delivery' => false, 'dine_in' => true, 'formatted_address' => '7 Rue du Moulin, 24620 Les Eyzies, France', 'formatted_phone_number' => '06 01 43 14 92', 'geometry' => array('location' => array('lat' => 44.9360551, 'lng' => 1.0149352), 'viewport' => array('northeast' => array('lat' => 44.9373998802915, 'lng' => 1.016284630291502), 'southwest' => array('lat' => 44.9347019197085, 'lng' => 1.013586669708498))), 'icon' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png', 'icon_background_color' => '#FF9E67', 'icon_mask_base_uri' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet', 'international_phone_number' => '+33 6 01 43 14 92', 'name' => 'Restaurant NOSCO', 'permanently_closed' => true, 'photos' => array(array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpEwWkM1MWr1QDRH3BfBjPKuNp4fgfA7UE1tltQtoSnSlYgyAarD0qxIq3GqAJB1mPWIx9zwfRW74M2BWNNmwoAZff-MnJHm_SZn4pmMGcXYVfDlRQXEFS82KM4sQmYKJ9_CtYdy3LutmrfzeESUd_dZEsPoAqmeIGNaMSd8yxvCLGSM6aEU-rwMSNHwA6jqu5xztIEjhdI_FChnk0BaYNs924F1DoPyRH7TRim9p8Q0gVRKAv_FlWFmA6-sEurCAOHL8xuoM4BITfnvnsZPLHKjG-YmjFtU15dvIBOLjAdkOdTq65zmUSBY3EHO6LjRJxV1cnPiRzMGgsiYSubM-zLZVha_UGGonTpmqetMM29l470ut57_3nl0Mhi4zm-ilcACGGr4XEvRCDgmFehXDFym4TfTOKQ8prhftinEpRdRQ', 'width' => 4032), array('height' => 3215, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/114864208106042344963">Restaurant NOSCO</a>'), 'photo_reference' => 'AZLasHoaZ2XYtNQ9vFjiajy66EQ9GMO_f-LTedXFmC1GXtVOOOZCMLp8a7yOaoHvhHyPLBwKt8F5nw5YymoPeEutdmJWBrlvydTDm1pTBxZQ5tGHVYwhWz_DX1QlTYmWQXavN-MFkuILf8viuw-ZxIz61tIjqO2fcit_D58-X_8NW-O74W1v-eLcFw-uI8aQGdSNJ8QSNmFIpNODye3D9imAvgoFfkDCthhq7Fz0mg9smTnbVht9m6waqHxP6Cx8xOTpZNRXOLqkm22QbTAFyLOlcucsZRrKIJR6s5tsNAYlJSWQGw', 'width' => 3060), array('height' => 2179, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpE2cTn2zvSwptoNptFfh9grnUUWxXwXNMe1hntgZQMUMU7YSN8rXGGj7Z-hkR4bTC-jKj6Ckkqn_BMhUQ_NcTK9PngM3Z9JGmXULQiRlxzh6WwRj_oRj9ZrC5ZVgMyn6vcEK-PgD8KjsguKNATXg_di_qqWXPcFStVGDfZMD_dZgMtlnhvc3YVBimPCvLASUvIzjsAsQcwliPyRfWNjUOmVdEFw-OIcz7O6Zc1Farze2D3rM7Gc3wcPxXjYHjlRohj5PE49zHMwFj-Llit_QMMWq9ZiPuAg-su7x6-WrnGWQ3HxB4Sdp8FPK7PhwTyRJgUcWbDEATy19alQ-R9NES-B4RmJkr-OMjhGvwaj5Pz8foyTzFX6wW_ThVaArkpvzcmqxbgIrgiuYbdl24spk-rP7KE7GL6FJUfdkuUH10', 'width' => 3983), array('height' => 3060, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/105968091408603288119">Bilbon Lehobbit</a>'), 'photo_reference' => 'AZLasHqUu9npaUe1HeiXoCT9_fsdQ5lS7q0razVfxhxu1vUzZ8uKPhvJ3LRkmyPGpDZboSBKkd91JRtx6r6eAt15BK63qMPIQEolF0Mps6Uj6iZ_77r3fz6w0kCC3-ZLHJRUx-_IZNEmz9oIjhenHVzoiOznbx2EohhroyRMUnU6HAihTIlsT8mBhGiPifpdVF7jN9A0y6lzguZxLSvNGhTuyEGwF0oy2Y-ksKrKEtjAbfWT-jYnB3M872CWHexEqyK3KqLTDQKlFV_kd3KscGWnQyicIlogGFjo-lLrtVIs98V9QhiI6lZzDcS3bzyVNE_qJSoMZcDINrkJzEG-Jf2eIfEh0ThsADQW7pKN8ZdvQK4f4J3RDveRXxyloJ3fD_aFCbDPaOTdXMnTttGjupEFxXQKb3YXkp0b91TXfpmCzkV6AvM', 'width' => 4080), array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHoeRDy4HixKhkRZsVIJ2mSFZa3ggAmfHBSAQ55Sh6Yqbvwkp88q5P75dn4076_GHDyaEfbf6xox0EpVpq-OOPnTxvWQrO03PTmer600SKRF__f_0hp9Od9plEQAXC5Z-5lJ0Wo6z9Z3GTP72pV3DWnt0CeUWhx-hWRTeoj1_0jd8qZz4LP6HrYWtNtCgkQb52xfIeTZnHTwPWiB0JvWdO5yY4VXfY_TlJVHKcRQpCSKQMavLWf17b2LRFkaqkKMQsYzg9KznDaWhy0eCn9PyiK1bGzg8aJX9xMYUL_ksRaceYPazI312vPHLpf-yJMmTnPN_pT-4VfuBoxiV2OXItDljLZeM4Z09oJ2411z71mR-RHAAgVQKpWt2p_5_ttwCHt128Rw5jYEmzN0EvksGAjVx-rSidAX54i8Yi-apWtZQP5bs8JtkCaGTsu-ewYj', 'width' => 4032), array('height' => 3000, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/106196763373855881923">Gilles Rouveure</a>'), 'photo_reference' => 'AZLasHrY2FomMC7MQHZiZu1zi4owLptcdzHqgq6ccuiTtfNZxqFoLSoUrvpcJ0C2fQKcR_4sUstarhKKuVVC4BwZ9TdT4YufFYTtBuj_T4BP2tBfDiwAlfO65NemzNWngMTu-lmp8b1SMdUuileBwczxj7cbsNW30n9cB8CH2Z4b0y1ERcaDkqjJ814cXo15gJhZfoYTd3ZIkfYnw2nkCyVCJwitdgorPD-scUxm3rbjlKjvW2nvEmj0tfDt4JXecLFBya4j3XDf5jesNq7SwDyuIx8rxKisQLK6Htgwx8ePbEPZKN2CgHfK7RK5osc9zQGLtv37UMmHYc0zOQ8MhiTxKMDTKrXmgKVbsJU8OiQd1lMSmMQb9-d-kK9HEvqg6WcHBVZtHlq6MrVhWk-L6WgXGsNsn9qiXqxe40UhEI84I22SEcv4', 'width' => 4000), array('height' => 1311, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/111577640564085862301">LAVAUD Chantal</a>'), 'photo_reference' => 'AZLasHoDei995N-fxubqu78KzzHH_oJlIZCgqZSH40vmJM70VxdDefkbJRtFe1lLXfsRSxKt59NooorE8fXJT8mgwY2OqaCcy9ZOUKL1NshOWQd0aBkZ-3vP7ppwa_lLqxEtitlY0fPU2lUc_xoTDoUUDxkicRGQqdg3-CQ3ERzd-b0xNbgT23b5i_tbHXGZlQKw-YsThrn0f__Zdf78VKVEGngMUOGZgZ8zHN2ZoeMNs3trzyKHEM03PiJeDSxIgLKAUr0w_ELQxkvj2POt9327NGWs47JJkhuA49sCsC24u2exC82PRNOE_N-vHohdnZmNKVrg5e_g_eX7sZg2e3wCClqj3cC2MiTxsqiLCYzoj5RYM4GVAP9jVMROEH_hcUMYM3yTc00dnJ3Yr_y1OJrs728PJYFSg7f37MVXW9WfXH_iiSw', 'width' => 1120), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/104411453226239602216">Sophie Fonvieille</a>'), 'photo_reference' => 'AZLasHow_RDE8zv1Elf_YdXTWDsH2PBhUIOKWvy5R7-ZpBvHUNO9XYYhYosfSBYx8eeX4TMwomSJHgv1aSJhZJg7xlxmmA1p5CQ42f2NZfSvXEB8ttxf0GtUIhbHS9VKf7UhOkweSD5XOAQL4nJj0C0VLg90Qh6UPbKW0QjlkwgnmztR8bzH9UmvvFyFhPtSsRn67yZs-OR-mmgimDIUNDZSB0yXA1LG55vd7m99oTZTW1W5vbhdnMoWHhx1y9LAWPVBj-ZDzCqsjxi0qiC_bXi92J0a_MbVqQz78PBy1QRFAExO-nQpvBFT-vodMUPKDqVrPkDRvIpCNFLtO6OKZj24ICXqrIfd1SwSQjzSNgqNy8Q6DR6MKp6O5phcps3oTiArFvSxOrhOpOnlFVQiJ2STvniTTxR0slC08t3ZP1vX45uRckQD', 'width' => 3024), array('height' => 3023, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHowD1Gbzo9P_BHCjE1rcuHXQkujoYbTHs5ObQzZ2oIJvxzy-rYFjERtqtX044kJdBJRlnQsXCkM3tNoyMhY510ht8uNmGRqya5So-OLBcHDSU-5TY50h_c8KIw2yJRomVgMg9b4icHPy0-sRA7LPpO39mTBPqsBkoFet3f2keGkFTotLL8w8F6k7vg5VYhhriFgnqCusiG1grcFqxhBB-m002S3ncRuYgdzPiongIR5_Pjb7hyDbFkbJdCmL2P44eYEulUFhrLxpgk4Dv_7-qRQSW-e8NrE6gRH1TWk0QCCGlw1teAmh02GcSTvt55HnUopsqXVMXOJhYwOl8MNmicO4g94V0-mAob-O_CO8xx9bAae97bTfbfdxppNjmbXxbujDM6iccuEcaMxbxca8aG55-ztrmfgn8pBWSqwOlZoCBNb4pDqFzduOu2f8w', 'width' => 4031), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHr01Qu0ji-_0Ea48BITQWpH2w32BUXRifnH1gKTL5PGEzuK7YiA33ffV8XBRsUcUghsodfRhC_fAvJhNOgiQjLGu5ZafHWuOARG0RxkWx0SfcKZV91OnxRuvsQx0Uw9EfgyhSIbte0qH1aW43HejOEdC_qHuU-ZLBDWXcVcowoAI3DachSwHRgMIBVwlwAYZX5xz8J05SAI630HWzpQ37rPxjKZNdMTNt32KBYYnr-mfXhMLTDXjLzbHrLpfBINZCrd4qBm7mQxmUTrwwVTGRxOfSyOQBdc493ScEnbexEWyrZg_9L_xGe-javiehJR_BpRwaFa6nJ-0LUXbt2SdcRkRLUb6wbs2qIPlOd8P3bJDfuw_0kDCjxVZXxSGj6nCOb0tj8aZHqcRQ-0BR5Ehp9Q91yEPsfDHIXBmer9x9q1MgbT', 'width' => 3024)), 'place_id' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'plus_code' => array('compound_code' => 'W2P7+CX Les Eyzies, France', 'global_code' => '8FP3W2P7+CX'), 'rating' => 4.7, 'reference' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'reservable' => true, 'reviews' => array(array('author_name' => 'Pat Migéco', 'author_url' => 'https://www.google.com/maps/contrib/100669826303832039599/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocJd0SwzsfSDkWDOyPEvPkVDONZiZm6KfvZul_yvJYqRT3M0eQ=s128-c0x00000000-cc-rp-mo-ba5', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Alors là un très bon restaurant ! Un très bon accueil ! Un très bon service !Une succulente cuisine avec un très bon rapport qualité ! Bravo à toute l\'équipe ! Que du bonheur ! Parking à proximité ! Il vaut mieux reserver ! Je vous recommande cet établissement !', 'time' => 1760819998, 'translated' => false), array('author_name' => 'Manon VIDAL', 'author_url' => 'https://www.google.com/maps/contrib/113783961056581691924/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjV0g5ojARR-IiXLVEHBsBuepVroWhdQwAy9pIubxvAKaMEiAAEG=s128-c0x00000000-cc-rp-mo', 'rating' => 5, 'relative_time_description' => 'il y a 3 mois', 'text' => 'Nous sommes venu a ce restaurant sur recommandation de la vendeuse de la terrasse du charron et nous n\'avons pas été déçu ! Au contraire, l\'accueil a été très chaleureux, un repas délicieux, produits régionaux mettant en avant les producteurs. Le repas était a la hauteur de nos attentes, nous vous conseillons de vous y arrêter un soir pour profiter de l\'ambiance.', 'time' => 1757846870, 'translated' => false), array('author_name' => 'Stella Ferriere', 'author_url' => 'https://www.google.com/maps/contrib/114842290413279293979/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjXayF67IlYeU4EjzCCpOYe-V9RzSUqj4-pjGZR_XUTtlWrkkVzL=s128-c0x00000000-cc-rp-mo-ba4', 'rating' => 5, 'relative_time_description' => 'il y a 2 mois', 'text' => 'Accueil très sympathique.Très bonne cuisine locale.Décoration originale', 'time' => 1760614995, 'translated' => false), array('author_name' => 'mathieu massé', 'author_url' => 'https://www.google.com/maps/contrib/100165525192621309085/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocI1Yx67LiXYZ6SZfFn5kgX5ARewGNcImrV7IHDt-zYvU6fHvsVf=s128-c0x00000000-cc-rp-mo-ba2', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Arrivée sur le tard en presque fin de service mais nous avons été très bien accueilli.Un joli restaurant avec une carte courte proposant des produits de saison et des producteurs locaux.Dégustation d\'un magnifique foie gras (maison Albié), et d\'une cuisse d\'oie confite, préparée magnifiquement avec des légumes de saison.Service impeccable et amicale. Très bons conseils de visites pour un après-midi pluvieux.Je recommande vivement', 'time' => 1761563955, 'translated' => false), array('author_name' => 'Guillaume Pade', 'author_url' => 'https://www.google.com/maps/contrib/104507447131818620499/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocLajIQ3HdVSBQed5avSKnQN_6wWoAM7qsIfzydWKMtr0JHTGA=s128-c0x00000000-cc-rp-mo-ba3', 'rating' => 5, 'relative_time_description' => 'il y a un an', 'text' => 'Dès notre arrivée, nous avons été chaleureusement accueillis par le personnel attentif et professionnel tout au long du repas. L\'ambiance est cosy et agréable, idéale pour un dîner entre amis ou en famille.Côté cuisine, c\'était un sans-faute. Les plats sont savoureux, bien présentés, et les portions généreuses. Les produits sont visiblement frais et de qualité, et cela se ressent dans les saveurs.Je recommande vivement ce restaurant pour ceux qui cherchent une belle expérience culinaire dans un cadre sympathique.', 'time' => 1726831901, 'translated' => false)), 'serves_beer' => true, 'serves_breakfast' => false, 'serves_brunch' => false, 'serves_dinner' => true, 'serves_lunch' => true, 'serves_vegetarian_food' => false, 'serves_wine' => true, 'takeout' => false, 'types' => array('establishment', 'food', 'point_of_interest', 'restaurant'), 'url' => 'https://maps.google.com/?cid=13121864126858907128', 'user_ratings_total' => 390, 'utc_offset' => 60, 'vicinity' => '7 Rue du Moulin, Les Eyzies', 'website' => 'https://www.restaurantnosco.fr/'), 'status' => 'OK'), 'app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_38c0995cbf56146dbfcf0dc197c12c2f), 'block_body'), '_category_widget' => array(object(__TwigTemplate_38c0995cbf56146dbfcf0dc197c12c2f), 'block__category_widget')))
(var/cache/dev/twig/be/bed8611fedc68478a9748e1756cab723.php:49)
at __TwigTemplate_38c0995cbf56146dbfcf0dc197c12c2f->doDisplay(array('allShops' => array(object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop)), 'allCategories' => array(object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category)), 'form' => object(FormView), 'shops' => array(object(Shop)), 'apiData' => array('html_attributions' => array(), 'result' => array('address_components' => array(array('long_name' => '7', 'short_name' => '7', 'types' => array('street_number')), array('long_name' => 'Rue du Moulin', 'short_name' => 'Rue du Moulin', 'types' => array('route')), array('long_name' => 'Les Eyzies', 'short_name' => 'Les Eyzies', 'types' => array('locality', 'political')), array('long_name' => 'Dordogne', 'short_name' => 'Dordogne', 'types' => array('administrative_area_level_2', 'political')), array('long_name' => 'Nouvelle-Aquitaine', 'short_name' => 'Nouvelle-Aquitaine', 'types' => array('administrative_area_level_1', 'political')), array('long_name' => 'France', 'short_name' => 'FR', 'types' => array('country', 'political')), array('long_name' => '24620', 'short_name' => '24620', 'types' => array('postal_code'))), 'adr_address' => '<span class="street-address">7 Rue du Moulin</span>, <span class="postal-code">24620</span> <span class="locality">Les Eyzies</span>, <span class="country-name">France</span>', 'business_status' => 'CLOSED_TEMPORARILY', 'curbside_pickup' => false, 'delivery' => false, 'dine_in' => true, 'formatted_address' => '7 Rue du Moulin, 24620 Les Eyzies, France', 'formatted_phone_number' => '06 01 43 14 92', 'geometry' => array('location' => array('lat' => 44.9360551, 'lng' => 1.0149352), 'viewport' => array('northeast' => array('lat' => 44.9373998802915, 'lng' => 1.016284630291502), 'southwest' => array('lat' => 44.9347019197085, 'lng' => 1.013586669708498))), 'icon' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png', 'icon_background_color' => '#FF9E67', 'icon_mask_base_uri' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet', 'international_phone_number' => '+33 6 01 43 14 92', 'name' => 'Restaurant NOSCO', 'permanently_closed' => true, 'photos' => array(array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpEwWkM1MWr1QDRH3BfBjPKuNp4fgfA7UE1tltQtoSnSlYgyAarD0qxIq3GqAJB1mPWIx9zwfRW74M2BWNNmwoAZff-MnJHm_SZn4pmMGcXYVfDlRQXEFS82KM4sQmYKJ9_CtYdy3LutmrfzeESUd_dZEsPoAqmeIGNaMSd8yxvCLGSM6aEU-rwMSNHwA6jqu5xztIEjhdI_FChnk0BaYNs924F1DoPyRH7TRim9p8Q0gVRKAv_FlWFmA6-sEurCAOHL8xuoM4BITfnvnsZPLHKjG-YmjFtU15dvIBOLjAdkOdTq65zmUSBY3EHO6LjRJxV1cnPiRzMGgsiYSubM-zLZVha_UGGonTpmqetMM29l470ut57_3nl0Mhi4zm-ilcACGGr4XEvRCDgmFehXDFym4TfTOKQ8prhftinEpRdRQ', 'width' => 4032), array('height' => 3215, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/114864208106042344963">Restaurant NOSCO</a>'), 'photo_reference' => 'AZLasHoaZ2XYtNQ9vFjiajy66EQ9GMO_f-LTedXFmC1GXtVOOOZCMLp8a7yOaoHvhHyPLBwKt8F5nw5YymoPeEutdmJWBrlvydTDm1pTBxZQ5tGHVYwhWz_DX1QlTYmWQXavN-MFkuILf8viuw-ZxIz61tIjqO2fcit_D58-X_8NW-O74W1v-eLcFw-uI8aQGdSNJ8QSNmFIpNODye3D9imAvgoFfkDCthhq7Fz0mg9smTnbVht9m6waqHxP6Cx8xOTpZNRXOLqkm22QbTAFyLOlcucsZRrKIJR6s5tsNAYlJSWQGw', 'width' => 3060), array('height' => 2179, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpE2cTn2zvSwptoNptFfh9grnUUWxXwXNMe1hntgZQMUMU7YSN8rXGGj7Z-hkR4bTC-jKj6Ckkqn_BMhUQ_NcTK9PngM3Z9JGmXULQiRlxzh6WwRj_oRj9ZrC5ZVgMyn6vcEK-PgD8KjsguKNATXg_di_qqWXPcFStVGDfZMD_dZgMtlnhvc3YVBimPCvLASUvIzjsAsQcwliPyRfWNjUOmVdEFw-OIcz7O6Zc1Farze2D3rM7Gc3wcPxXjYHjlRohj5PE49zHMwFj-Llit_QMMWq9ZiPuAg-su7x6-WrnGWQ3HxB4Sdp8FPK7PhwTyRJgUcWbDEATy19alQ-R9NES-B4RmJkr-OMjhGvwaj5Pz8foyTzFX6wW_ThVaArkpvzcmqxbgIrgiuYbdl24spk-rP7KE7GL6FJUfdkuUH10', 'width' => 3983), array('height' => 3060, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/105968091408603288119">Bilbon Lehobbit</a>'), 'photo_reference' => 'AZLasHqUu9npaUe1HeiXoCT9_fsdQ5lS7q0razVfxhxu1vUzZ8uKPhvJ3LRkmyPGpDZboSBKkd91JRtx6r6eAt15BK63qMPIQEolF0Mps6Uj6iZ_77r3fz6w0kCC3-ZLHJRUx-_IZNEmz9oIjhenHVzoiOznbx2EohhroyRMUnU6HAihTIlsT8mBhGiPifpdVF7jN9A0y6lzguZxLSvNGhTuyEGwF0oy2Y-ksKrKEtjAbfWT-jYnB3M872CWHexEqyK3KqLTDQKlFV_kd3KscGWnQyicIlogGFjo-lLrtVIs98V9QhiI6lZzDcS3bzyVNE_qJSoMZcDINrkJzEG-Jf2eIfEh0ThsADQW7pKN8ZdvQK4f4J3RDveRXxyloJ3fD_aFCbDPaOTdXMnTttGjupEFxXQKb3YXkp0b91TXfpmCzkV6AvM', 'width' => 4080), array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHoeRDy4HixKhkRZsVIJ2mSFZa3ggAmfHBSAQ55Sh6Yqbvwkp88q5P75dn4076_GHDyaEfbf6xox0EpVpq-OOPnTxvWQrO03PTmer600SKRF__f_0hp9Od9plEQAXC5Z-5lJ0Wo6z9Z3GTP72pV3DWnt0CeUWhx-hWRTeoj1_0jd8qZz4LP6HrYWtNtCgkQb52xfIeTZnHTwPWiB0JvWdO5yY4VXfY_TlJVHKcRQpCSKQMavLWf17b2LRFkaqkKMQsYzg9KznDaWhy0eCn9PyiK1bGzg8aJX9xMYUL_ksRaceYPazI312vPHLpf-yJMmTnPN_pT-4VfuBoxiV2OXItDljLZeM4Z09oJ2411z71mR-RHAAgVQKpWt2p_5_ttwCHt128Rw5jYEmzN0EvksGAjVx-rSidAX54i8Yi-apWtZQP5bs8JtkCaGTsu-ewYj', 'width' => 4032), array('height' => 3000, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/106196763373855881923">Gilles Rouveure</a>'), 'photo_reference' => 'AZLasHrY2FomMC7MQHZiZu1zi4owLptcdzHqgq6ccuiTtfNZxqFoLSoUrvpcJ0C2fQKcR_4sUstarhKKuVVC4BwZ9TdT4YufFYTtBuj_T4BP2tBfDiwAlfO65NemzNWngMTu-lmp8b1SMdUuileBwczxj7cbsNW30n9cB8CH2Z4b0y1ERcaDkqjJ814cXo15gJhZfoYTd3ZIkfYnw2nkCyVCJwitdgorPD-scUxm3rbjlKjvW2nvEmj0tfDt4JXecLFBya4j3XDf5jesNq7SwDyuIx8rxKisQLK6Htgwx8ePbEPZKN2CgHfK7RK5osc9zQGLtv37UMmHYc0zOQ8MhiTxKMDTKrXmgKVbsJU8OiQd1lMSmMQb9-d-kK9HEvqg6WcHBVZtHlq6MrVhWk-L6WgXGsNsn9qiXqxe40UhEI84I22SEcv4', 'width' => 4000), array('height' => 1311, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/111577640564085862301">LAVAUD Chantal</a>'), 'photo_reference' => 'AZLasHoDei995N-fxubqu78KzzHH_oJlIZCgqZSH40vmJM70VxdDefkbJRtFe1lLXfsRSxKt59NooorE8fXJT8mgwY2OqaCcy9ZOUKL1NshOWQd0aBkZ-3vP7ppwa_lLqxEtitlY0fPU2lUc_xoTDoUUDxkicRGQqdg3-CQ3ERzd-b0xNbgT23b5i_tbHXGZlQKw-YsThrn0f__Zdf78VKVEGngMUOGZgZ8zHN2ZoeMNs3trzyKHEM03PiJeDSxIgLKAUr0w_ELQxkvj2POt9327NGWs47JJkhuA49sCsC24u2exC82PRNOE_N-vHohdnZmNKVrg5e_g_eX7sZg2e3wCClqj3cC2MiTxsqiLCYzoj5RYM4GVAP9jVMROEH_hcUMYM3yTc00dnJ3Yr_y1OJrs728PJYFSg7f37MVXW9WfXH_iiSw', 'width' => 1120), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/104411453226239602216">Sophie Fonvieille</a>'), 'photo_reference' => 'AZLasHow_RDE8zv1Elf_YdXTWDsH2PBhUIOKWvy5R7-ZpBvHUNO9XYYhYosfSBYx8eeX4TMwomSJHgv1aSJhZJg7xlxmmA1p5CQ42f2NZfSvXEB8ttxf0GtUIhbHS9VKf7UhOkweSD5XOAQL4nJj0C0VLg90Qh6UPbKW0QjlkwgnmztR8bzH9UmvvFyFhPtSsRn67yZs-OR-mmgimDIUNDZSB0yXA1LG55vd7m99oTZTW1W5vbhdnMoWHhx1y9LAWPVBj-ZDzCqsjxi0qiC_bXi92J0a_MbVqQz78PBy1QRFAExO-nQpvBFT-vodMUPKDqVrPkDRvIpCNFLtO6OKZj24ICXqrIfd1SwSQjzSNgqNy8Q6DR6MKp6O5phcps3oTiArFvSxOrhOpOnlFVQiJ2STvniTTxR0slC08t3ZP1vX45uRckQD', 'width' => 3024), array('height' => 3023, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHowD1Gbzo9P_BHCjE1rcuHXQkujoYbTHs5ObQzZ2oIJvxzy-rYFjERtqtX044kJdBJRlnQsXCkM3tNoyMhY510ht8uNmGRqya5So-OLBcHDSU-5TY50h_c8KIw2yJRomVgMg9b4icHPy0-sRA7LPpO39mTBPqsBkoFet3f2keGkFTotLL8w8F6k7vg5VYhhriFgnqCusiG1grcFqxhBB-m002S3ncRuYgdzPiongIR5_Pjb7hyDbFkbJdCmL2P44eYEulUFhrLxpgk4Dv_7-qRQSW-e8NrE6gRH1TWk0QCCGlw1teAmh02GcSTvt55HnUopsqXVMXOJhYwOl8MNmicO4g94V0-mAob-O_CO8xx9bAae97bTfbfdxppNjmbXxbujDM6iccuEcaMxbxca8aG55-ztrmfgn8pBWSqwOlZoCBNb4pDqFzduOu2f8w', 'width' => 4031), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHr01Qu0ji-_0Ea48BITQWpH2w32BUXRifnH1gKTL5PGEzuK7YiA33ffV8XBRsUcUghsodfRhC_fAvJhNOgiQjLGu5ZafHWuOARG0RxkWx0SfcKZV91OnxRuvsQx0Uw9EfgyhSIbte0qH1aW43HejOEdC_qHuU-ZLBDWXcVcowoAI3DachSwHRgMIBVwlwAYZX5xz8J05SAI630HWzpQ37rPxjKZNdMTNt32KBYYnr-mfXhMLTDXjLzbHrLpfBINZCrd4qBm7mQxmUTrwwVTGRxOfSyOQBdc493ScEnbexEWyrZg_9L_xGe-javiehJR_BpRwaFa6nJ-0LUXbt2SdcRkRLUb6wbs2qIPlOd8P3bJDfuw_0kDCjxVZXxSGj6nCOb0tj8aZHqcRQ-0BR5Ehp9Q91yEPsfDHIXBmer9x9q1MgbT', 'width' => 3024)), 'place_id' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'plus_code' => array('compound_code' => 'W2P7+CX Les Eyzies, France', 'global_code' => '8FP3W2P7+CX'), 'rating' => 4.7, 'reference' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'reservable' => true, 'reviews' => array(array('author_name' => 'Pat Migéco', 'author_url' => 'https://www.google.com/maps/contrib/100669826303832039599/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocJd0SwzsfSDkWDOyPEvPkVDONZiZm6KfvZul_yvJYqRT3M0eQ=s128-c0x00000000-cc-rp-mo-ba5', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Alors là un très bon restaurant ! Un très bon accueil ! Un très bon service !Une succulente cuisine avec un très bon rapport qualité ! Bravo à toute l\'équipe ! Que du bonheur ! Parking à proximité ! Il vaut mieux reserver ! Je vous recommande cet établissement !', 'time' => 1760819998, 'translated' => false), array('author_name' => 'Manon VIDAL', 'author_url' => 'https://www.google.com/maps/contrib/113783961056581691924/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjV0g5ojARR-IiXLVEHBsBuepVroWhdQwAy9pIubxvAKaMEiAAEG=s128-c0x00000000-cc-rp-mo', 'rating' => 5, 'relative_time_description' => 'il y a 3 mois', 'text' => 'Nous sommes venu a ce restaurant sur recommandation de la vendeuse de la terrasse du charron et nous n\'avons pas été déçu ! Au contraire, l\'accueil a été très chaleureux, un repas délicieux, produits régionaux mettant en avant les producteurs. Le repas était a la hauteur de nos attentes, nous vous conseillons de vous y arrêter un soir pour profiter de l\'ambiance.', 'time' => 1757846870, 'translated' => false), array('author_name' => 'Stella Ferriere', 'author_url' => 'https://www.google.com/maps/contrib/114842290413279293979/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjXayF67IlYeU4EjzCCpOYe-V9RzSUqj4-pjGZR_XUTtlWrkkVzL=s128-c0x00000000-cc-rp-mo-ba4', 'rating' => 5, 'relative_time_description' => 'il y a 2 mois', 'text' => 'Accueil très sympathique.Très bonne cuisine locale.Décoration originale', 'time' => 1760614995, 'translated' => false), array('author_name' => 'mathieu massé', 'author_url' => 'https://www.google.com/maps/contrib/100165525192621309085/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocI1Yx67LiXYZ6SZfFn5kgX5ARewGNcImrV7IHDt-zYvU6fHvsVf=s128-c0x00000000-cc-rp-mo-ba2', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Arrivée sur le tard en presque fin de service mais nous avons été très bien accueilli.Un joli restaurant avec une carte courte proposant des produits de saison et des producteurs locaux.Dégustation d\'un magnifique foie gras (maison Albié), et d\'une cuisse d\'oie confite, préparée magnifiquement avec des légumes de saison.Service impeccable et amicale. Très bons conseils de visites pour un après-midi pluvieux.Je recommande vivement', 'time' => 1761563955, 'translated' => false), array('author_name' => 'Guillaume Pade', 'author_url' => 'https://www.google.com/maps/contrib/104507447131818620499/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocLajIQ3HdVSBQed5avSKnQN_6wWoAM7qsIfzydWKMtr0JHTGA=s128-c0x00000000-cc-rp-mo-ba3', 'rating' => 5, 'relative_time_description' => 'il y a un an', 'text' => 'Dès notre arrivée, nous avons été chaleureusement accueillis par le personnel attentif et professionnel tout au long du repas. L\'ambiance est cosy et agréable, idéale pour un dîner entre amis ou en famille.Côté cuisine, c\'était un sans-faute. Les plats sont savoureux, bien présentés, et les portions généreuses. Les produits sont visiblement frais et de qualité, et cela se ressent dans les saveurs.Je recommande vivement ce restaurant pour ceux qui cherchent une belle expérience culinaire dans un cadre sympathique.', 'time' => 1726831901, 'translated' => false)), 'serves_beer' => true, 'serves_breakfast' => false, 'serves_brunch' => false, 'serves_dinner' => true, 'serves_lunch' => true, 'serves_vegetarian_food' => false, 'serves_wine' => true, 'takeout' => false, 'types' => array('establishment', 'food', 'point_of_interest', 'restaurant'), 'url' => 'https://maps.google.com/?cid=13121864126858907128', 'user_ratings_total' => 390, 'utc_offset' => 60, 'vicinity' => '7 Rue du Moulin, Les Eyzies', 'website' => 'https://www.restaurantnosco.fr/'), 'status' => 'OK'), 'app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_38c0995cbf56146dbfcf0dc197c12c2f), 'block_body'), '_category_widget' => array(object(__TwigTemplate_38c0995cbf56146dbfcf0dc197c12c2f), 'block__category_widget')))
(vendor/twig/twig/src/Template.php:394)
at Twig\Template->displayWithErrorHandling(array('allShops' => array(object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop)), 'allCategories' => array(object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category)), 'form' => object(FormView), 'shops' => array(object(Shop)), 'apiData' => array('html_attributions' => array(), 'result' => array('address_components' => array(array('long_name' => '7', 'short_name' => '7', 'types' => array('street_number')), array('long_name' => 'Rue du Moulin', 'short_name' => 'Rue du Moulin', 'types' => array('route')), array('long_name' => 'Les Eyzies', 'short_name' => 'Les Eyzies', 'types' => array('locality', 'political')), array('long_name' => 'Dordogne', 'short_name' => 'Dordogne', 'types' => array('administrative_area_level_2', 'political')), array('long_name' => 'Nouvelle-Aquitaine', 'short_name' => 'Nouvelle-Aquitaine', 'types' => array('administrative_area_level_1', 'political')), array('long_name' => 'France', 'short_name' => 'FR', 'types' => array('country', 'political')), array('long_name' => '24620', 'short_name' => '24620', 'types' => array('postal_code'))), 'adr_address' => '<span class="street-address">7 Rue du Moulin</span>, <span class="postal-code">24620</span> <span class="locality">Les Eyzies</span>, <span class="country-name">France</span>', 'business_status' => 'CLOSED_TEMPORARILY', 'curbside_pickup' => false, 'delivery' => false, 'dine_in' => true, 'formatted_address' => '7 Rue du Moulin, 24620 Les Eyzies, France', 'formatted_phone_number' => '06 01 43 14 92', 'geometry' => array('location' => array('lat' => 44.9360551, 'lng' => 1.0149352), 'viewport' => array('northeast' => array('lat' => 44.9373998802915, 'lng' => 1.016284630291502), 'southwest' => array('lat' => 44.9347019197085, 'lng' => 1.013586669708498))), 'icon' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png', 'icon_background_color' => '#FF9E67', 'icon_mask_base_uri' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet', 'international_phone_number' => '+33 6 01 43 14 92', 'name' => 'Restaurant NOSCO', 'permanently_closed' => true, 'photos' => array(array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpEwWkM1MWr1QDRH3BfBjPKuNp4fgfA7UE1tltQtoSnSlYgyAarD0qxIq3GqAJB1mPWIx9zwfRW74M2BWNNmwoAZff-MnJHm_SZn4pmMGcXYVfDlRQXEFS82KM4sQmYKJ9_CtYdy3LutmrfzeESUd_dZEsPoAqmeIGNaMSd8yxvCLGSM6aEU-rwMSNHwA6jqu5xztIEjhdI_FChnk0BaYNs924F1DoPyRH7TRim9p8Q0gVRKAv_FlWFmA6-sEurCAOHL8xuoM4BITfnvnsZPLHKjG-YmjFtU15dvIBOLjAdkOdTq65zmUSBY3EHO6LjRJxV1cnPiRzMGgsiYSubM-zLZVha_UGGonTpmqetMM29l470ut57_3nl0Mhi4zm-ilcACGGr4XEvRCDgmFehXDFym4TfTOKQ8prhftinEpRdRQ', 'width' => 4032), array('height' => 3215, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/114864208106042344963">Restaurant NOSCO</a>'), 'photo_reference' => 'AZLasHoaZ2XYtNQ9vFjiajy66EQ9GMO_f-LTedXFmC1GXtVOOOZCMLp8a7yOaoHvhHyPLBwKt8F5nw5YymoPeEutdmJWBrlvydTDm1pTBxZQ5tGHVYwhWz_DX1QlTYmWQXavN-MFkuILf8viuw-ZxIz61tIjqO2fcit_D58-X_8NW-O74W1v-eLcFw-uI8aQGdSNJ8QSNmFIpNODye3D9imAvgoFfkDCthhq7Fz0mg9smTnbVht9m6waqHxP6Cx8xOTpZNRXOLqkm22QbTAFyLOlcucsZRrKIJR6s5tsNAYlJSWQGw', 'width' => 3060), array('height' => 2179, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpE2cTn2zvSwptoNptFfh9grnUUWxXwXNMe1hntgZQMUMU7YSN8rXGGj7Z-hkR4bTC-jKj6Ckkqn_BMhUQ_NcTK9PngM3Z9JGmXULQiRlxzh6WwRj_oRj9ZrC5ZVgMyn6vcEK-PgD8KjsguKNATXg_di_qqWXPcFStVGDfZMD_dZgMtlnhvc3YVBimPCvLASUvIzjsAsQcwliPyRfWNjUOmVdEFw-OIcz7O6Zc1Farze2D3rM7Gc3wcPxXjYHjlRohj5PE49zHMwFj-Llit_QMMWq9ZiPuAg-su7x6-WrnGWQ3HxB4Sdp8FPK7PhwTyRJgUcWbDEATy19alQ-R9NES-B4RmJkr-OMjhGvwaj5Pz8foyTzFX6wW_ThVaArkpvzcmqxbgIrgiuYbdl24spk-rP7KE7GL6FJUfdkuUH10', 'width' => 3983), array('height' => 3060, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/105968091408603288119">Bilbon Lehobbit</a>'), 'photo_reference' => 'AZLasHqUu9npaUe1HeiXoCT9_fsdQ5lS7q0razVfxhxu1vUzZ8uKPhvJ3LRkmyPGpDZboSBKkd91JRtx6r6eAt15BK63qMPIQEolF0Mps6Uj6iZ_77r3fz6w0kCC3-ZLHJRUx-_IZNEmz9oIjhenHVzoiOznbx2EohhroyRMUnU6HAihTIlsT8mBhGiPifpdVF7jN9A0y6lzguZxLSvNGhTuyEGwF0oy2Y-ksKrKEtjAbfWT-jYnB3M872CWHexEqyK3KqLTDQKlFV_kd3KscGWnQyicIlogGFjo-lLrtVIs98V9QhiI6lZzDcS3bzyVNE_qJSoMZcDINrkJzEG-Jf2eIfEh0ThsADQW7pKN8ZdvQK4f4J3RDveRXxyloJ3fD_aFCbDPaOTdXMnTttGjupEFxXQKb3YXkp0b91TXfpmCzkV6AvM', 'width' => 4080), array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHoeRDy4HixKhkRZsVIJ2mSFZa3ggAmfHBSAQ55Sh6Yqbvwkp88q5P75dn4076_GHDyaEfbf6xox0EpVpq-OOPnTxvWQrO03PTmer600SKRF__f_0hp9Od9plEQAXC5Z-5lJ0Wo6z9Z3GTP72pV3DWnt0CeUWhx-hWRTeoj1_0jd8qZz4LP6HrYWtNtCgkQb52xfIeTZnHTwPWiB0JvWdO5yY4VXfY_TlJVHKcRQpCSKQMavLWf17b2LRFkaqkKMQsYzg9KznDaWhy0eCn9PyiK1bGzg8aJX9xMYUL_ksRaceYPazI312vPHLpf-yJMmTnPN_pT-4VfuBoxiV2OXItDljLZeM4Z09oJ2411z71mR-RHAAgVQKpWt2p_5_ttwCHt128Rw5jYEmzN0EvksGAjVx-rSidAX54i8Yi-apWtZQP5bs8JtkCaGTsu-ewYj', 'width' => 4032), array('height' => 3000, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/106196763373855881923">Gilles Rouveure</a>'), 'photo_reference' => 'AZLasHrY2FomMC7MQHZiZu1zi4owLptcdzHqgq6ccuiTtfNZxqFoLSoUrvpcJ0C2fQKcR_4sUstarhKKuVVC4BwZ9TdT4YufFYTtBuj_T4BP2tBfDiwAlfO65NemzNWngMTu-lmp8b1SMdUuileBwczxj7cbsNW30n9cB8CH2Z4b0y1ERcaDkqjJ814cXo15gJhZfoYTd3ZIkfYnw2nkCyVCJwitdgorPD-scUxm3rbjlKjvW2nvEmj0tfDt4JXecLFBya4j3XDf5jesNq7SwDyuIx8rxKisQLK6Htgwx8ePbEPZKN2CgHfK7RK5osc9zQGLtv37UMmHYc0zOQ8MhiTxKMDTKrXmgKVbsJU8OiQd1lMSmMQb9-d-kK9HEvqg6WcHBVZtHlq6MrVhWk-L6WgXGsNsn9qiXqxe40UhEI84I22SEcv4', 'width' => 4000), array('height' => 1311, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/111577640564085862301">LAVAUD Chantal</a>'), 'photo_reference' => 'AZLasHoDei995N-fxubqu78KzzHH_oJlIZCgqZSH40vmJM70VxdDefkbJRtFe1lLXfsRSxKt59NooorE8fXJT8mgwY2OqaCcy9ZOUKL1NshOWQd0aBkZ-3vP7ppwa_lLqxEtitlY0fPU2lUc_xoTDoUUDxkicRGQqdg3-CQ3ERzd-b0xNbgT23b5i_tbHXGZlQKw-YsThrn0f__Zdf78VKVEGngMUOGZgZ8zHN2ZoeMNs3trzyKHEM03PiJeDSxIgLKAUr0w_ELQxkvj2POt9327NGWs47JJkhuA49sCsC24u2exC82PRNOE_N-vHohdnZmNKVrg5e_g_eX7sZg2e3wCClqj3cC2MiTxsqiLCYzoj5RYM4GVAP9jVMROEH_hcUMYM3yTc00dnJ3Yr_y1OJrs728PJYFSg7f37MVXW9WfXH_iiSw', 'width' => 1120), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/104411453226239602216">Sophie Fonvieille</a>'), 'photo_reference' => 'AZLasHow_RDE8zv1Elf_YdXTWDsH2PBhUIOKWvy5R7-ZpBvHUNO9XYYhYosfSBYx8eeX4TMwomSJHgv1aSJhZJg7xlxmmA1p5CQ42f2NZfSvXEB8ttxf0GtUIhbHS9VKf7UhOkweSD5XOAQL4nJj0C0VLg90Qh6UPbKW0QjlkwgnmztR8bzH9UmvvFyFhPtSsRn67yZs-OR-mmgimDIUNDZSB0yXA1LG55vd7m99oTZTW1W5vbhdnMoWHhx1y9LAWPVBj-ZDzCqsjxi0qiC_bXi92J0a_MbVqQz78PBy1QRFAExO-nQpvBFT-vodMUPKDqVrPkDRvIpCNFLtO6OKZj24ICXqrIfd1SwSQjzSNgqNy8Q6DR6MKp6O5phcps3oTiArFvSxOrhOpOnlFVQiJ2STvniTTxR0slC08t3ZP1vX45uRckQD', 'width' => 3024), array('height' => 3023, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHowD1Gbzo9P_BHCjE1rcuHXQkujoYbTHs5ObQzZ2oIJvxzy-rYFjERtqtX044kJdBJRlnQsXCkM3tNoyMhY510ht8uNmGRqya5So-OLBcHDSU-5TY50h_c8KIw2yJRomVgMg9b4icHPy0-sRA7LPpO39mTBPqsBkoFet3f2keGkFTotLL8w8F6k7vg5VYhhriFgnqCusiG1grcFqxhBB-m002S3ncRuYgdzPiongIR5_Pjb7hyDbFkbJdCmL2P44eYEulUFhrLxpgk4Dv_7-qRQSW-e8NrE6gRH1TWk0QCCGlw1teAmh02GcSTvt55HnUopsqXVMXOJhYwOl8MNmicO4g94V0-mAob-O_CO8xx9bAae97bTfbfdxppNjmbXxbujDM6iccuEcaMxbxca8aG55-ztrmfgn8pBWSqwOlZoCBNb4pDqFzduOu2f8w', 'width' => 4031), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHr01Qu0ji-_0Ea48BITQWpH2w32BUXRifnH1gKTL5PGEzuK7YiA33ffV8XBRsUcUghsodfRhC_fAvJhNOgiQjLGu5ZafHWuOARG0RxkWx0SfcKZV91OnxRuvsQx0Uw9EfgyhSIbte0qH1aW43HejOEdC_qHuU-ZLBDWXcVcowoAI3DachSwHRgMIBVwlwAYZX5xz8J05SAI630HWzpQ37rPxjKZNdMTNt32KBYYnr-mfXhMLTDXjLzbHrLpfBINZCrd4qBm7mQxmUTrwwVTGRxOfSyOQBdc493ScEnbexEWyrZg_9L_xGe-javiehJR_BpRwaFa6nJ-0LUXbt2SdcRkRLUb6wbs2qIPlOd8P3bJDfuw_0kDCjxVZXxSGj6nCOb0tj8aZHqcRQ-0BR5Ehp9Q91yEPsfDHIXBmer9x9q1MgbT', 'width' => 3024)), 'place_id' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'plus_code' => array('compound_code' => 'W2P7+CX Les Eyzies, France', 'global_code' => '8FP3W2P7+CX'), 'rating' => 4.7, 'reference' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'reservable' => true, 'reviews' => array(array('author_name' => 'Pat Migéco', 'author_url' => 'https://www.google.com/maps/contrib/100669826303832039599/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocJd0SwzsfSDkWDOyPEvPkVDONZiZm6KfvZul_yvJYqRT3M0eQ=s128-c0x00000000-cc-rp-mo-ba5', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Alors là un très bon restaurant ! Un très bon accueil ! Un très bon service !Une succulente cuisine avec un très bon rapport qualité ! Bravo à toute l\'équipe ! Que du bonheur ! Parking à proximité ! Il vaut mieux reserver ! Je vous recommande cet établissement !', 'time' => 1760819998, 'translated' => false), array('author_name' => 'Manon VIDAL', 'author_url' => 'https://www.google.com/maps/contrib/113783961056581691924/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjV0g5ojARR-IiXLVEHBsBuepVroWhdQwAy9pIubxvAKaMEiAAEG=s128-c0x00000000-cc-rp-mo', 'rating' => 5, 'relative_time_description' => 'il y a 3 mois', 'text' => 'Nous sommes venu a ce restaurant sur recommandation de la vendeuse de la terrasse du charron et nous n\'avons pas été déçu ! Au contraire, l\'accueil a été très chaleureux, un repas délicieux, produits régionaux mettant en avant les producteurs. Le repas était a la hauteur de nos attentes, nous vous conseillons de vous y arrêter un soir pour profiter de l\'ambiance.', 'time' => 1757846870, 'translated' => false), array('author_name' => 'Stella Ferriere', 'author_url' => 'https://www.google.com/maps/contrib/114842290413279293979/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjXayF67IlYeU4EjzCCpOYe-V9RzSUqj4-pjGZR_XUTtlWrkkVzL=s128-c0x00000000-cc-rp-mo-ba4', 'rating' => 5, 'relative_time_description' => 'il y a 2 mois', 'text' => 'Accueil très sympathique.Très bonne cuisine locale.Décoration originale', 'time' => 1760614995, 'translated' => false), array('author_name' => 'mathieu massé', 'author_url' => 'https://www.google.com/maps/contrib/100165525192621309085/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocI1Yx67LiXYZ6SZfFn5kgX5ARewGNcImrV7IHDt-zYvU6fHvsVf=s128-c0x00000000-cc-rp-mo-ba2', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Arrivée sur le tard en presque fin de service mais nous avons été très bien accueilli.Un joli restaurant avec une carte courte proposant des produits de saison et des producteurs locaux.Dégustation d\'un magnifique foie gras (maison Albié), et d\'une cuisse d\'oie confite, préparée magnifiquement avec des légumes de saison.Service impeccable et amicale. Très bons conseils de visites pour un après-midi pluvieux.Je recommande vivement', 'time' => 1761563955, 'translated' => false), array('author_name' => 'Guillaume Pade', 'author_url' => 'https://www.google.com/maps/contrib/104507447131818620499/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocLajIQ3HdVSBQed5avSKnQN_6wWoAM7qsIfzydWKMtr0JHTGA=s128-c0x00000000-cc-rp-mo-ba3', 'rating' => 5, 'relative_time_description' => 'il y a un an', 'text' => 'Dès notre arrivée, nous avons été chaleureusement accueillis par le personnel attentif et professionnel tout au long du repas. L\'ambiance est cosy et agréable, idéale pour un dîner entre amis ou en famille.Côté cuisine, c\'était un sans-faute. Les plats sont savoureux, bien présentés, et les portions généreuses. Les produits sont visiblement frais et de qualité, et cela se ressent dans les saveurs.Je recommande vivement ce restaurant pour ceux qui cherchent une belle expérience culinaire dans un cadre sympathique.', 'time' => 1726831901, 'translated' => false)), 'serves_beer' => true, 'serves_breakfast' => false, 'serves_brunch' => false, 'serves_dinner' => true, 'serves_lunch' => true, 'serves_vegetarian_food' => false, 'serves_wine' => true, 'takeout' => false, 'types' => array('establishment', 'food', 'point_of_interest', 'restaurant'), 'url' => 'https://maps.google.com/?cid=13121864126858907128', 'user_ratings_total' => 390, 'utc_offset' => 60, 'vicinity' => '7 Rue du Moulin, Les Eyzies', 'website' => 'https://www.restaurantnosco.fr/'), 'status' => 'OK'), 'app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_38c0995cbf56146dbfcf0dc197c12c2f), 'block_body'), '_category_widget' => array(object(__TwigTemplate_38c0995cbf56146dbfcf0dc197c12c2f), 'block__category_widget')))
(vendor/twig/twig/src/Template.php:367)
at Twig\Template->display(array('allShops' => array(object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop)), 'allCategories' => array(object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category)), 'form' => object(FormView), 'shops' => array(object(Shop)), 'apiData' => array('html_attributions' => array(), 'result' => array('address_components' => array(array('long_name' => '7', 'short_name' => '7', 'types' => array('street_number')), array('long_name' => 'Rue du Moulin', 'short_name' => 'Rue du Moulin', 'types' => array('route')), array('long_name' => 'Les Eyzies', 'short_name' => 'Les Eyzies', 'types' => array('locality', 'political')), array('long_name' => 'Dordogne', 'short_name' => 'Dordogne', 'types' => array('administrative_area_level_2', 'political')), array('long_name' => 'Nouvelle-Aquitaine', 'short_name' => 'Nouvelle-Aquitaine', 'types' => array('administrative_area_level_1', 'political')), array('long_name' => 'France', 'short_name' => 'FR', 'types' => array('country', 'political')), array('long_name' => '24620', 'short_name' => '24620', 'types' => array('postal_code'))), 'adr_address' => '<span class="street-address">7 Rue du Moulin</span>, <span class="postal-code">24620</span> <span class="locality">Les Eyzies</span>, <span class="country-name">France</span>', 'business_status' => 'CLOSED_TEMPORARILY', 'curbside_pickup' => false, 'delivery' => false, 'dine_in' => true, 'formatted_address' => '7 Rue du Moulin, 24620 Les Eyzies, France', 'formatted_phone_number' => '06 01 43 14 92', 'geometry' => array('location' => array('lat' => 44.9360551, 'lng' => 1.0149352), 'viewport' => array('northeast' => array('lat' => 44.9373998802915, 'lng' => 1.016284630291502), 'southwest' => array('lat' => 44.9347019197085, 'lng' => 1.013586669708498))), 'icon' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png', 'icon_background_color' => '#FF9E67', 'icon_mask_base_uri' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet', 'international_phone_number' => '+33 6 01 43 14 92', 'name' => 'Restaurant NOSCO', 'permanently_closed' => true, 'photos' => array(array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpEwWkM1MWr1QDRH3BfBjPKuNp4fgfA7UE1tltQtoSnSlYgyAarD0qxIq3GqAJB1mPWIx9zwfRW74M2BWNNmwoAZff-MnJHm_SZn4pmMGcXYVfDlRQXEFS82KM4sQmYKJ9_CtYdy3LutmrfzeESUd_dZEsPoAqmeIGNaMSd8yxvCLGSM6aEU-rwMSNHwA6jqu5xztIEjhdI_FChnk0BaYNs924F1DoPyRH7TRim9p8Q0gVRKAv_FlWFmA6-sEurCAOHL8xuoM4BITfnvnsZPLHKjG-YmjFtU15dvIBOLjAdkOdTq65zmUSBY3EHO6LjRJxV1cnPiRzMGgsiYSubM-zLZVha_UGGonTpmqetMM29l470ut57_3nl0Mhi4zm-ilcACGGr4XEvRCDgmFehXDFym4TfTOKQ8prhftinEpRdRQ', 'width' => 4032), array('height' => 3215, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/114864208106042344963">Restaurant NOSCO</a>'), 'photo_reference' => 'AZLasHoaZ2XYtNQ9vFjiajy66EQ9GMO_f-LTedXFmC1GXtVOOOZCMLp8a7yOaoHvhHyPLBwKt8F5nw5YymoPeEutdmJWBrlvydTDm1pTBxZQ5tGHVYwhWz_DX1QlTYmWQXavN-MFkuILf8viuw-ZxIz61tIjqO2fcit_D58-X_8NW-O74W1v-eLcFw-uI8aQGdSNJ8QSNmFIpNODye3D9imAvgoFfkDCthhq7Fz0mg9smTnbVht9m6waqHxP6Cx8xOTpZNRXOLqkm22QbTAFyLOlcucsZRrKIJR6s5tsNAYlJSWQGw', 'width' => 3060), array('height' => 2179, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpE2cTn2zvSwptoNptFfh9grnUUWxXwXNMe1hntgZQMUMU7YSN8rXGGj7Z-hkR4bTC-jKj6Ckkqn_BMhUQ_NcTK9PngM3Z9JGmXULQiRlxzh6WwRj_oRj9ZrC5ZVgMyn6vcEK-PgD8KjsguKNATXg_di_qqWXPcFStVGDfZMD_dZgMtlnhvc3YVBimPCvLASUvIzjsAsQcwliPyRfWNjUOmVdEFw-OIcz7O6Zc1Farze2D3rM7Gc3wcPxXjYHjlRohj5PE49zHMwFj-Llit_QMMWq9ZiPuAg-su7x6-WrnGWQ3HxB4Sdp8FPK7PhwTyRJgUcWbDEATy19alQ-R9NES-B4RmJkr-OMjhGvwaj5Pz8foyTzFX6wW_ThVaArkpvzcmqxbgIrgiuYbdl24spk-rP7KE7GL6FJUfdkuUH10', 'width' => 3983), array('height' => 3060, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/105968091408603288119">Bilbon Lehobbit</a>'), 'photo_reference' => 'AZLasHqUu9npaUe1HeiXoCT9_fsdQ5lS7q0razVfxhxu1vUzZ8uKPhvJ3LRkmyPGpDZboSBKkd91JRtx6r6eAt15BK63qMPIQEolF0Mps6Uj6iZ_77r3fz6w0kCC3-ZLHJRUx-_IZNEmz9oIjhenHVzoiOznbx2EohhroyRMUnU6HAihTIlsT8mBhGiPifpdVF7jN9A0y6lzguZxLSvNGhTuyEGwF0oy2Y-ksKrKEtjAbfWT-jYnB3M872CWHexEqyK3KqLTDQKlFV_kd3KscGWnQyicIlogGFjo-lLrtVIs98V9QhiI6lZzDcS3bzyVNE_qJSoMZcDINrkJzEG-Jf2eIfEh0ThsADQW7pKN8ZdvQK4f4J3RDveRXxyloJ3fD_aFCbDPaOTdXMnTttGjupEFxXQKb3YXkp0b91TXfpmCzkV6AvM', 'width' => 4080), array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHoeRDy4HixKhkRZsVIJ2mSFZa3ggAmfHBSAQ55Sh6Yqbvwkp88q5P75dn4076_GHDyaEfbf6xox0EpVpq-OOPnTxvWQrO03PTmer600SKRF__f_0hp9Od9plEQAXC5Z-5lJ0Wo6z9Z3GTP72pV3DWnt0CeUWhx-hWRTeoj1_0jd8qZz4LP6HrYWtNtCgkQb52xfIeTZnHTwPWiB0JvWdO5yY4VXfY_TlJVHKcRQpCSKQMavLWf17b2LRFkaqkKMQsYzg9KznDaWhy0eCn9PyiK1bGzg8aJX9xMYUL_ksRaceYPazI312vPHLpf-yJMmTnPN_pT-4VfuBoxiV2OXItDljLZeM4Z09oJ2411z71mR-RHAAgVQKpWt2p_5_ttwCHt128Rw5jYEmzN0EvksGAjVx-rSidAX54i8Yi-apWtZQP5bs8JtkCaGTsu-ewYj', 'width' => 4032), array('height' => 3000, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/106196763373855881923">Gilles Rouveure</a>'), 'photo_reference' => 'AZLasHrY2FomMC7MQHZiZu1zi4owLptcdzHqgq6ccuiTtfNZxqFoLSoUrvpcJ0C2fQKcR_4sUstarhKKuVVC4BwZ9TdT4YufFYTtBuj_T4BP2tBfDiwAlfO65NemzNWngMTu-lmp8b1SMdUuileBwczxj7cbsNW30n9cB8CH2Z4b0y1ERcaDkqjJ814cXo15gJhZfoYTd3ZIkfYnw2nkCyVCJwitdgorPD-scUxm3rbjlKjvW2nvEmj0tfDt4JXecLFBya4j3XDf5jesNq7SwDyuIx8rxKisQLK6Htgwx8ePbEPZKN2CgHfK7RK5osc9zQGLtv37UMmHYc0zOQ8MhiTxKMDTKrXmgKVbsJU8OiQd1lMSmMQb9-d-kK9HEvqg6WcHBVZtHlq6MrVhWk-L6WgXGsNsn9qiXqxe40UhEI84I22SEcv4', 'width' => 4000), array('height' => 1311, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/111577640564085862301">LAVAUD Chantal</a>'), 'photo_reference' => 'AZLasHoDei995N-fxubqu78KzzHH_oJlIZCgqZSH40vmJM70VxdDefkbJRtFe1lLXfsRSxKt59NooorE8fXJT8mgwY2OqaCcy9ZOUKL1NshOWQd0aBkZ-3vP7ppwa_lLqxEtitlY0fPU2lUc_xoTDoUUDxkicRGQqdg3-CQ3ERzd-b0xNbgT23b5i_tbHXGZlQKw-YsThrn0f__Zdf78VKVEGngMUOGZgZ8zHN2ZoeMNs3trzyKHEM03PiJeDSxIgLKAUr0w_ELQxkvj2POt9327NGWs47JJkhuA49sCsC24u2exC82PRNOE_N-vHohdnZmNKVrg5e_g_eX7sZg2e3wCClqj3cC2MiTxsqiLCYzoj5RYM4GVAP9jVMROEH_hcUMYM3yTc00dnJ3Yr_y1OJrs728PJYFSg7f37MVXW9WfXH_iiSw', 'width' => 1120), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/104411453226239602216">Sophie Fonvieille</a>'), 'photo_reference' => 'AZLasHow_RDE8zv1Elf_YdXTWDsH2PBhUIOKWvy5R7-ZpBvHUNO9XYYhYosfSBYx8eeX4TMwomSJHgv1aSJhZJg7xlxmmA1p5CQ42f2NZfSvXEB8ttxf0GtUIhbHS9VKf7UhOkweSD5XOAQL4nJj0C0VLg90Qh6UPbKW0QjlkwgnmztR8bzH9UmvvFyFhPtSsRn67yZs-OR-mmgimDIUNDZSB0yXA1LG55vd7m99oTZTW1W5vbhdnMoWHhx1y9LAWPVBj-ZDzCqsjxi0qiC_bXi92J0a_MbVqQz78PBy1QRFAExO-nQpvBFT-vodMUPKDqVrPkDRvIpCNFLtO6OKZj24ICXqrIfd1SwSQjzSNgqNy8Q6DR6MKp6O5phcps3oTiArFvSxOrhOpOnlFVQiJ2STvniTTxR0slC08t3ZP1vX45uRckQD', 'width' => 3024), array('height' => 3023, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHowD1Gbzo9P_BHCjE1rcuHXQkujoYbTHs5ObQzZ2oIJvxzy-rYFjERtqtX044kJdBJRlnQsXCkM3tNoyMhY510ht8uNmGRqya5So-OLBcHDSU-5TY50h_c8KIw2yJRomVgMg9b4icHPy0-sRA7LPpO39mTBPqsBkoFet3f2keGkFTotLL8w8F6k7vg5VYhhriFgnqCusiG1grcFqxhBB-m002S3ncRuYgdzPiongIR5_Pjb7hyDbFkbJdCmL2P44eYEulUFhrLxpgk4Dv_7-qRQSW-e8NrE6gRH1TWk0QCCGlw1teAmh02GcSTvt55HnUopsqXVMXOJhYwOl8MNmicO4g94V0-mAob-O_CO8xx9bAae97bTfbfdxppNjmbXxbujDM6iccuEcaMxbxca8aG55-ztrmfgn8pBWSqwOlZoCBNb4pDqFzduOu2f8w', 'width' => 4031), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHr01Qu0ji-_0Ea48BITQWpH2w32BUXRifnH1gKTL5PGEzuK7YiA33ffV8XBRsUcUghsodfRhC_fAvJhNOgiQjLGu5ZafHWuOARG0RxkWx0SfcKZV91OnxRuvsQx0Uw9EfgyhSIbte0qH1aW43HejOEdC_qHuU-ZLBDWXcVcowoAI3DachSwHRgMIBVwlwAYZX5xz8J05SAI630HWzpQ37rPxjKZNdMTNt32KBYYnr-mfXhMLTDXjLzbHrLpfBINZCrd4qBm7mQxmUTrwwVTGRxOfSyOQBdc493ScEnbexEWyrZg_9L_xGe-javiehJR_BpRwaFa6nJ-0LUXbt2SdcRkRLUb6wbs2qIPlOd8P3bJDfuw_0kDCjxVZXxSGj6nCOb0tj8aZHqcRQ-0BR5Ehp9Q91yEPsfDHIXBmer9x9q1MgbT', 'width' => 3024)), 'place_id' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'plus_code' => array('compound_code' => 'W2P7+CX Les Eyzies, France', 'global_code' => '8FP3W2P7+CX'), 'rating' => 4.7, 'reference' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'reservable' => true, 'reviews' => array(array('author_name' => 'Pat Migéco', 'author_url' => 'https://www.google.com/maps/contrib/100669826303832039599/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocJd0SwzsfSDkWDOyPEvPkVDONZiZm6KfvZul_yvJYqRT3M0eQ=s128-c0x00000000-cc-rp-mo-ba5', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Alors là un très bon restaurant ! Un très bon accueil ! Un très bon service !Une succulente cuisine avec un très bon rapport qualité ! Bravo à toute l\'équipe ! Que du bonheur ! Parking à proximité ! Il vaut mieux reserver ! Je vous recommande cet établissement !', 'time' => 1760819998, 'translated' => false), array('author_name' => 'Manon VIDAL', 'author_url' => 'https://www.google.com/maps/contrib/113783961056581691924/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjV0g5ojARR-IiXLVEHBsBuepVroWhdQwAy9pIubxvAKaMEiAAEG=s128-c0x00000000-cc-rp-mo', 'rating' => 5, 'relative_time_description' => 'il y a 3 mois', 'text' => 'Nous sommes venu a ce restaurant sur recommandation de la vendeuse de la terrasse du charron et nous n\'avons pas été déçu ! Au contraire, l\'accueil a été très chaleureux, un repas délicieux, produits régionaux mettant en avant les producteurs. Le repas était a la hauteur de nos attentes, nous vous conseillons de vous y arrêter un soir pour profiter de l\'ambiance.', 'time' => 1757846870, 'translated' => false), array('author_name' => 'Stella Ferriere', 'author_url' => 'https://www.google.com/maps/contrib/114842290413279293979/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjXayF67IlYeU4EjzCCpOYe-V9RzSUqj4-pjGZR_XUTtlWrkkVzL=s128-c0x00000000-cc-rp-mo-ba4', 'rating' => 5, 'relative_time_description' => 'il y a 2 mois', 'text' => 'Accueil très sympathique.Très bonne cuisine locale.Décoration originale', 'time' => 1760614995, 'translated' => false), array('author_name' => 'mathieu massé', 'author_url' => 'https://www.google.com/maps/contrib/100165525192621309085/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocI1Yx67LiXYZ6SZfFn5kgX5ARewGNcImrV7IHDt-zYvU6fHvsVf=s128-c0x00000000-cc-rp-mo-ba2', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Arrivée sur le tard en presque fin de service mais nous avons été très bien accueilli.Un joli restaurant avec une carte courte proposant des produits de saison et des producteurs locaux.Dégustation d\'un magnifique foie gras (maison Albié), et d\'une cuisse d\'oie confite, préparée magnifiquement avec des légumes de saison.Service impeccable et amicale. Très bons conseils de visites pour un après-midi pluvieux.Je recommande vivement', 'time' => 1761563955, 'translated' => false), array('author_name' => 'Guillaume Pade', 'author_url' => 'https://www.google.com/maps/contrib/104507447131818620499/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocLajIQ3HdVSBQed5avSKnQN_6wWoAM7qsIfzydWKMtr0JHTGA=s128-c0x00000000-cc-rp-mo-ba3', 'rating' => 5, 'relative_time_description' => 'il y a un an', 'text' => 'Dès notre arrivée, nous avons été chaleureusement accueillis par le personnel attentif et professionnel tout au long du repas. L\'ambiance est cosy et agréable, idéale pour un dîner entre amis ou en famille.Côté cuisine, c\'était un sans-faute. Les plats sont savoureux, bien présentés, et les portions généreuses. Les produits sont visiblement frais et de qualité, et cela se ressent dans les saveurs.Je recommande vivement ce restaurant pour ceux qui cherchent une belle expérience culinaire dans un cadre sympathique.', 'time' => 1726831901, 'translated' => false)), 'serves_beer' => true, 'serves_breakfast' => false, 'serves_brunch' => false, 'serves_dinner' => true, 'serves_lunch' => true, 'serves_vegetarian_food' => false, 'serves_wine' => true, 'takeout' => false, 'types' => array('establishment', 'food', 'point_of_interest', 'restaurant'), 'url' => 'https://maps.google.com/?cid=13121864126858907128', 'user_ratings_total' => 390, 'utc_offset' => 60, 'vicinity' => '7 Rue du Moulin, Les Eyzies', 'website' => 'https://www.restaurantnosco.fr/'), 'status' => 'OK')))
(vendor/twig/twig/src/Template.php:379)
at Twig\Template->render(array('allShops' => array(object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop)), 'allCategories' => array(object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category)), 'form' => object(FormView), 'shops' => array(object(Shop)), 'apiData' => array('html_attributions' => array(), 'result' => array('address_components' => array(array('long_name' => '7', 'short_name' => '7', 'types' => array('street_number')), array('long_name' => 'Rue du Moulin', 'short_name' => 'Rue du Moulin', 'types' => array('route')), array('long_name' => 'Les Eyzies', 'short_name' => 'Les Eyzies', 'types' => array('locality', 'political')), array('long_name' => 'Dordogne', 'short_name' => 'Dordogne', 'types' => array('administrative_area_level_2', 'political')), array('long_name' => 'Nouvelle-Aquitaine', 'short_name' => 'Nouvelle-Aquitaine', 'types' => array('administrative_area_level_1', 'political')), array('long_name' => 'France', 'short_name' => 'FR', 'types' => array('country', 'political')), array('long_name' => '24620', 'short_name' => '24620', 'types' => array('postal_code'))), 'adr_address' => '<span class="street-address">7 Rue du Moulin</span>, <span class="postal-code">24620</span> <span class="locality">Les Eyzies</span>, <span class="country-name">France</span>', 'business_status' => 'CLOSED_TEMPORARILY', 'curbside_pickup' => false, 'delivery' => false, 'dine_in' => true, 'formatted_address' => '7 Rue du Moulin, 24620 Les Eyzies, France', 'formatted_phone_number' => '06 01 43 14 92', 'geometry' => array('location' => array('lat' => 44.9360551, 'lng' => 1.0149352), 'viewport' => array('northeast' => array('lat' => 44.9373998802915, 'lng' => 1.016284630291502), 'southwest' => array('lat' => 44.9347019197085, 'lng' => 1.013586669708498))), 'icon' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png', 'icon_background_color' => '#FF9E67', 'icon_mask_base_uri' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet', 'international_phone_number' => '+33 6 01 43 14 92', 'name' => 'Restaurant NOSCO', 'permanently_closed' => true, 'photos' => array(array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpEwWkM1MWr1QDRH3BfBjPKuNp4fgfA7UE1tltQtoSnSlYgyAarD0qxIq3GqAJB1mPWIx9zwfRW74M2BWNNmwoAZff-MnJHm_SZn4pmMGcXYVfDlRQXEFS82KM4sQmYKJ9_CtYdy3LutmrfzeESUd_dZEsPoAqmeIGNaMSd8yxvCLGSM6aEU-rwMSNHwA6jqu5xztIEjhdI_FChnk0BaYNs924F1DoPyRH7TRim9p8Q0gVRKAv_FlWFmA6-sEurCAOHL8xuoM4BITfnvnsZPLHKjG-YmjFtU15dvIBOLjAdkOdTq65zmUSBY3EHO6LjRJxV1cnPiRzMGgsiYSubM-zLZVha_UGGonTpmqetMM29l470ut57_3nl0Mhi4zm-ilcACGGr4XEvRCDgmFehXDFym4TfTOKQ8prhftinEpRdRQ', 'width' => 4032), array('height' => 3215, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/114864208106042344963">Restaurant NOSCO</a>'), 'photo_reference' => 'AZLasHoaZ2XYtNQ9vFjiajy66EQ9GMO_f-LTedXFmC1GXtVOOOZCMLp8a7yOaoHvhHyPLBwKt8F5nw5YymoPeEutdmJWBrlvydTDm1pTBxZQ5tGHVYwhWz_DX1QlTYmWQXavN-MFkuILf8viuw-ZxIz61tIjqO2fcit_D58-X_8NW-O74W1v-eLcFw-uI8aQGdSNJ8QSNmFIpNODye3D9imAvgoFfkDCthhq7Fz0mg9smTnbVht9m6waqHxP6Cx8xOTpZNRXOLqkm22QbTAFyLOlcucsZRrKIJR6s5tsNAYlJSWQGw', 'width' => 3060), array('height' => 2179, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpE2cTn2zvSwptoNptFfh9grnUUWxXwXNMe1hntgZQMUMU7YSN8rXGGj7Z-hkR4bTC-jKj6Ckkqn_BMhUQ_NcTK9PngM3Z9JGmXULQiRlxzh6WwRj_oRj9ZrC5ZVgMyn6vcEK-PgD8KjsguKNATXg_di_qqWXPcFStVGDfZMD_dZgMtlnhvc3YVBimPCvLASUvIzjsAsQcwliPyRfWNjUOmVdEFw-OIcz7O6Zc1Farze2D3rM7Gc3wcPxXjYHjlRohj5PE49zHMwFj-Llit_QMMWq9ZiPuAg-su7x6-WrnGWQ3HxB4Sdp8FPK7PhwTyRJgUcWbDEATy19alQ-R9NES-B4RmJkr-OMjhGvwaj5Pz8foyTzFX6wW_ThVaArkpvzcmqxbgIrgiuYbdl24spk-rP7KE7GL6FJUfdkuUH10', 'width' => 3983), array('height' => 3060, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/105968091408603288119">Bilbon Lehobbit</a>'), 'photo_reference' => 'AZLasHqUu9npaUe1HeiXoCT9_fsdQ5lS7q0razVfxhxu1vUzZ8uKPhvJ3LRkmyPGpDZboSBKkd91JRtx6r6eAt15BK63qMPIQEolF0Mps6Uj6iZ_77r3fz6w0kCC3-ZLHJRUx-_IZNEmz9oIjhenHVzoiOznbx2EohhroyRMUnU6HAihTIlsT8mBhGiPifpdVF7jN9A0y6lzguZxLSvNGhTuyEGwF0oy2Y-ksKrKEtjAbfWT-jYnB3M872CWHexEqyK3KqLTDQKlFV_kd3KscGWnQyicIlogGFjo-lLrtVIs98V9QhiI6lZzDcS3bzyVNE_qJSoMZcDINrkJzEG-Jf2eIfEh0ThsADQW7pKN8ZdvQK4f4J3RDveRXxyloJ3fD_aFCbDPaOTdXMnTttGjupEFxXQKb3YXkp0b91TXfpmCzkV6AvM', 'width' => 4080), array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHoeRDy4HixKhkRZsVIJ2mSFZa3ggAmfHBSAQ55Sh6Yqbvwkp88q5P75dn4076_GHDyaEfbf6xox0EpVpq-OOPnTxvWQrO03PTmer600SKRF__f_0hp9Od9plEQAXC5Z-5lJ0Wo6z9Z3GTP72pV3DWnt0CeUWhx-hWRTeoj1_0jd8qZz4LP6HrYWtNtCgkQb52xfIeTZnHTwPWiB0JvWdO5yY4VXfY_TlJVHKcRQpCSKQMavLWf17b2LRFkaqkKMQsYzg9KznDaWhy0eCn9PyiK1bGzg8aJX9xMYUL_ksRaceYPazI312vPHLpf-yJMmTnPN_pT-4VfuBoxiV2OXItDljLZeM4Z09oJ2411z71mR-RHAAgVQKpWt2p_5_ttwCHt128Rw5jYEmzN0EvksGAjVx-rSidAX54i8Yi-apWtZQP5bs8JtkCaGTsu-ewYj', 'width' => 4032), array('height' => 3000, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/106196763373855881923">Gilles Rouveure</a>'), 'photo_reference' => 'AZLasHrY2FomMC7MQHZiZu1zi4owLptcdzHqgq6ccuiTtfNZxqFoLSoUrvpcJ0C2fQKcR_4sUstarhKKuVVC4BwZ9TdT4YufFYTtBuj_T4BP2tBfDiwAlfO65NemzNWngMTu-lmp8b1SMdUuileBwczxj7cbsNW30n9cB8CH2Z4b0y1ERcaDkqjJ814cXo15gJhZfoYTd3ZIkfYnw2nkCyVCJwitdgorPD-scUxm3rbjlKjvW2nvEmj0tfDt4JXecLFBya4j3XDf5jesNq7SwDyuIx8rxKisQLK6Htgwx8ePbEPZKN2CgHfK7RK5osc9zQGLtv37UMmHYc0zOQ8MhiTxKMDTKrXmgKVbsJU8OiQd1lMSmMQb9-d-kK9HEvqg6WcHBVZtHlq6MrVhWk-L6WgXGsNsn9qiXqxe40UhEI84I22SEcv4', 'width' => 4000), array('height' => 1311, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/111577640564085862301">LAVAUD Chantal</a>'), 'photo_reference' => 'AZLasHoDei995N-fxubqu78KzzHH_oJlIZCgqZSH40vmJM70VxdDefkbJRtFe1lLXfsRSxKt59NooorE8fXJT8mgwY2OqaCcy9ZOUKL1NshOWQd0aBkZ-3vP7ppwa_lLqxEtitlY0fPU2lUc_xoTDoUUDxkicRGQqdg3-CQ3ERzd-b0xNbgT23b5i_tbHXGZlQKw-YsThrn0f__Zdf78VKVEGngMUOGZgZ8zHN2ZoeMNs3trzyKHEM03PiJeDSxIgLKAUr0w_ELQxkvj2POt9327NGWs47JJkhuA49sCsC24u2exC82PRNOE_N-vHohdnZmNKVrg5e_g_eX7sZg2e3wCClqj3cC2MiTxsqiLCYzoj5RYM4GVAP9jVMROEH_hcUMYM3yTc00dnJ3Yr_y1OJrs728PJYFSg7f37MVXW9WfXH_iiSw', 'width' => 1120), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/104411453226239602216">Sophie Fonvieille</a>'), 'photo_reference' => 'AZLasHow_RDE8zv1Elf_YdXTWDsH2PBhUIOKWvy5R7-ZpBvHUNO9XYYhYosfSBYx8eeX4TMwomSJHgv1aSJhZJg7xlxmmA1p5CQ42f2NZfSvXEB8ttxf0GtUIhbHS9VKf7UhOkweSD5XOAQL4nJj0C0VLg90Qh6UPbKW0QjlkwgnmztR8bzH9UmvvFyFhPtSsRn67yZs-OR-mmgimDIUNDZSB0yXA1LG55vd7m99oTZTW1W5vbhdnMoWHhx1y9LAWPVBj-ZDzCqsjxi0qiC_bXi92J0a_MbVqQz78PBy1QRFAExO-nQpvBFT-vodMUPKDqVrPkDRvIpCNFLtO6OKZj24ICXqrIfd1SwSQjzSNgqNy8Q6DR6MKp6O5phcps3oTiArFvSxOrhOpOnlFVQiJ2STvniTTxR0slC08t3ZP1vX45uRckQD', 'width' => 3024), array('height' => 3023, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHowD1Gbzo9P_BHCjE1rcuHXQkujoYbTHs5ObQzZ2oIJvxzy-rYFjERtqtX044kJdBJRlnQsXCkM3tNoyMhY510ht8uNmGRqya5So-OLBcHDSU-5TY50h_c8KIw2yJRomVgMg9b4icHPy0-sRA7LPpO39mTBPqsBkoFet3f2keGkFTotLL8w8F6k7vg5VYhhriFgnqCusiG1grcFqxhBB-m002S3ncRuYgdzPiongIR5_Pjb7hyDbFkbJdCmL2P44eYEulUFhrLxpgk4Dv_7-qRQSW-e8NrE6gRH1TWk0QCCGlw1teAmh02GcSTvt55HnUopsqXVMXOJhYwOl8MNmicO4g94V0-mAob-O_CO8xx9bAae97bTfbfdxppNjmbXxbujDM6iccuEcaMxbxca8aG55-ztrmfgn8pBWSqwOlZoCBNb4pDqFzduOu2f8w', 'width' => 4031), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHr01Qu0ji-_0Ea48BITQWpH2w32BUXRifnH1gKTL5PGEzuK7YiA33ffV8XBRsUcUghsodfRhC_fAvJhNOgiQjLGu5ZafHWuOARG0RxkWx0SfcKZV91OnxRuvsQx0Uw9EfgyhSIbte0qH1aW43HejOEdC_qHuU-ZLBDWXcVcowoAI3DachSwHRgMIBVwlwAYZX5xz8J05SAI630HWzpQ37rPxjKZNdMTNt32KBYYnr-mfXhMLTDXjLzbHrLpfBINZCrd4qBm7mQxmUTrwwVTGRxOfSyOQBdc493ScEnbexEWyrZg_9L_xGe-javiehJR_BpRwaFa6nJ-0LUXbt2SdcRkRLUb6wbs2qIPlOd8P3bJDfuw_0kDCjxVZXxSGj6nCOb0tj8aZHqcRQ-0BR5Ehp9Q91yEPsfDHIXBmer9x9q1MgbT', 'width' => 3024)), 'place_id' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'plus_code' => array('compound_code' => 'W2P7+CX Les Eyzies, France', 'global_code' => '8FP3W2P7+CX'), 'rating' => 4.7, 'reference' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'reservable' => true, 'reviews' => array(array('author_name' => 'Pat Migéco', 'author_url' => 'https://www.google.com/maps/contrib/100669826303832039599/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocJd0SwzsfSDkWDOyPEvPkVDONZiZm6KfvZul_yvJYqRT3M0eQ=s128-c0x00000000-cc-rp-mo-ba5', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Alors là un très bon restaurant ! Un très bon accueil ! Un très bon service !Une succulente cuisine avec un très bon rapport qualité ! Bravo à toute l\'équipe ! Que du bonheur ! Parking à proximité ! Il vaut mieux reserver ! Je vous recommande cet établissement !', 'time' => 1760819998, 'translated' => false), array('author_name' => 'Manon VIDAL', 'author_url' => 'https://www.google.com/maps/contrib/113783961056581691924/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjV0g5ojARR-IiXLVEHBsBuepVroWhdQwAy9pIubxvAKaMEiAAEG=s128-c0x00000000-cc-rp-mo', 'rating' => 5, 'relative_time_description' => 'il y a 3 mois', 'text' => 'Nous sommes venu a ce restaurant sur recommandation de la vendeuse de la terrasse du charron et nous n\'avons pas été déçu ! Au contraire, l\'accueil a été très chaleureux, un repas délicieux, produits régionaux mettant en avant les producteurs. Le repas était a la hauteur de nos attentes, nous vous conseillons de vous y arrêter un soir pour profiter de l\'ambiance.', 'time' => 1757846870, 'translated' => false), array('author_name' => 'Stella Ferriere', 'author_url' => 'https://www.google.com/maps/contrib/114842290413279293979/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjXayF67IlYeU4EjzCCpOYe-V9RzSUqj4-pjGZR_XUTtlWrkkVzL=s128-c0x00000000-cc-rp-mo-ba4', 'rating' => 5, 'relative_time_description' => 'il y a 2 mois', 'text' => 'Accueil très sympathique.Très bonne cuisine locale.Décoration originale', 'time' => 1760614995, 'translated' => false), array('author_name' => 'mathieu massé', 'author_url' => 'https://www.google.com/maps/contrib/100165525192621309085/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocI1Yx67LiXYZ6SZfFn5kgX5ARewGNcImrV7IHDt-zYvU6fHvsVf=s128-c0x00000000-cc-rp-mo-ba2', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Arrivée sur le tard en presque fin de service mais nous avons été très bien accueilli.Un joli restaurant avec une carte courte proposant des produits de saison et des producteurs locaux.Dégustation d\'un magnifique foie gras (maison Albié), et d\'une cuisse d\'oie confite, préparée magnifiquement avec des légumes de saison.Service impeccable et amicale. Très bons conseils de visites pour un après-midi pluvieux.Je recommande vivement', 'time' => 1761563955, 'translated' => false), array('author_name' => 'Guillaume Pade', 'author_url' => 'https://www.google.com/maps/contrib/104507447131818620499/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocLajIQ3HdVSBQed5avSKnQN_6wWoAM7qsIfzydWKMtr0JHTGA=s128-c0x00000000-cc-rp-mo-ba3', 'rating' => 5, 'relative_time_description' => 'il y a un an', 'text' => 'Dès notre arrivée, nous avons été chaleureusement accueillis par le personnel attentif et professionnel tout au long du repas. L\'ambiance est cosy et agréable, idéale pour un dîner entre amis ou en famille.Côté cuisine, c\'était un sans-faute. Les plats sont savoureux, bien présentés, et les portions généreuses. Les produits sont visiblement frais et de qualité, et cela se ressent dans les saveurs.Je recommande vivement ce restaurant pour ceux qui cherchent une belle expérience culinaire dans un cadre sympathique.', 'time' => 1726831901, 'translated' => false)), 'serves_beer' => true, 'serves_breakfast' => false, 'serves_brunch' => false, 'serves_dinner' => true, 'serves_lunch' => true, 'serves_vegetarian_food' => false, 'serves_wine' => true, 'takeout' => false, 'types' => array('establishment', 'food', 'point_of_interest', 'restaurant'), 'url' => 'https://maps.google.com/?cid=13121864126858907128', 'user_ratings_total' => 390, 'utc_offset' => 60, 'vicinity' => '7 Rue du Moulin, Les Eyzies', 'website' => 'https://www.restaurantnosco.fr/'), 'status' => 'OK')), array())
(vendor/twig/twig/src/TemplateWrapper.php:40)
at Twig\TemplateWrapper->render(array('allShops' => array(object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop)), 'allCategories' => array(object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category)), 'form' => object(FormView), 'shops' => array(object(Shop)), 'apiData' => array('html_attributions' => array(), 'result' => array('address_components' => array(array('long_name' => '7', 'short_name' => '7', 'types' => array('street_number')), array('long_name' => 'Rue du Moulin', 'short_name' => 'Rue du Moulin', 'types' => array('route')), array('long_name' => 'Les Eyzies', 'short_name' => 'Les Eyzies', 'types' => array('locality', 'political')), array('long_name' => 'Dordogne', 'short_name' => 'Dordogne', 'types' => array('administrative_area_level_2', 'political')), array('long_name' => 'Nouvelle-Aquitaine', 'short_name' => 'Nouvelle-Aquitaine', 'types' => array('administrative_area_level_1', 'political')), array('long_name' => 'France', 'short_name' => 'FR', 'types' => array('country', 'political')), array('long_name' => '24620', 'short_name' => '24620', 'types' => array('postal_code'))), 'adr_address' => '<span class="street-address">7 Rue du Moulin</span>, <span class="postal-code">24620</span> <span class="locality">Les Eyzies</span>, <span class="country-name">France</span>', 'business_status' => 'CLOSED_TEMPORARILY', 'curbside_pickup' => false, 'delivery' => false, 'dine_in' => true, 'formatted_address' => '7 Rue du Moulin, 24620 Les Eyzies, France', 'formatted_phone_number' => '06 01 43 14 92', 'geometry' => array('location' => array('lat' => 44.9360551, 'lng' => 1.0149352), 'viewport' => array('northeast' => array('lat' => 44.9373998802915, 'lng' => 1.016284630291502), 'southwest' => array('lat' => 44.9347019197085, 'lng' => 1.013586669708498))), 'icon' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png', 'icon_background_color' => '#FF9E67', 'icon_mask_base_uri' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet', 'international_phone_number' => '+33 6 01 43 14 92', 'name' => 'Restaurant NOSCO', 'permanently_closed' => true, 'photos' => array(array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpEwWkM1MWr1QDRH3BfBjPKuNp4fgfA7UE1tltQtoSnSlYgyAarD0qxIq3GqAJB1mPWIx9zwfRW74M2BWNNmwoAZff-MnJHm_SZn4pmMGcXYVfDlRQXEFS82KM4sQmYKJ9_CtYdy3LutmrfzeESUd_dZEsPoAqmeIGNaMSd8yxvCLGSM6aEU-rwMSNHwA6jqu5xztIEjhdI_FChnk0BaYNs924F1DoPyRH7TRim9p8Q0gVRKAv_FlWFmA6-sEurCAOHL8xuoM4BITfnvnsZPLHKjG-YmjFtU15dvIBOLjAdkOdTq65zmUSBY3EHO6LjRJxV1cnPiRzMGgsiYSubM-zLZVha_UGGonTpmqetMM29l470ut57_3nl0Mhi4zm-ilcACGGr4XEvRCDgmFehXDFym4TfTOKQ8prhftinEpRdRQ', 'width' => 4032), array('height' => 3215, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/114864208106042344963">Restaurant NOSCO</a>'), 'photo_reference' => 'AZLasHoaZ2XYtNQ9vFjiajy66EQ9GMO_f-LTedXFmC1GXtVOOOZCMLp8a7yOaoHvhHyPLBwKt8F5nw5YymoPeEutdmJWBrlvydTDm1pTBxZQ5tGHVYwhWz_DX1QlTYmWQXavN-MFkuILf8viuw-ZxIz61tIjqO2fcit_D58-X_8NW-O74W1v-eLcFw-uI8aQGdSNJ8QSNmFIpNODye3D9imAvgoFfkDCthhq7Fz0mg9smTnbVht9m6waqHxP6Cx8xOTpZNRXOLqkm22QbTAFyLOlcucsZRrKIJR6s5tsNAYlJSWQGw', 'width' => 3060), array('height' => 2179, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpE2cTn2zvSwptoNptFfh9grnUUWxXwXNMe1hntgZQMUMU7YSN8rXGGj7Z-hkR4bTC-jKj6Ckkqn_BMhUQ_NcTK9PngM3Z9JGmXULQiRlxzh6WwRj_oRj9ZrC5ZVgMyn6vcEK-PgD8KjsguKNATXg_di_qqWXPcFStVGDfZMD_dZgMtlnhvc3YVBimPCvLASUvIzjsAsQcwliPyRfWNjUOmVdEFw-OIcz7O6Zc1Farze2D3rM7Gc3wcPxXjYHjlRohj5PE49zHMwFj-Llit_QMMWq9ZiPuAg-su7x6-WrnGWQ3HxB4Sdp8FPK7PhwTyRJgUcWbDEATy19alQ-R9NES-B4RmJkr-OMjhGvwaj5Pz8foyTzFX6wW_ThVaArkpvzcmqxbgIrgiuYbdl24spk-rP7KE7GL6FJUfdkuUH10', 'width' => 3983), array('height' => 3060, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/105968091408603288119">Bilbon Lehobbit</a>'), 'photo_reference' => 'AZLasHqUu9npaUe1HeiXoCT9_fsdQ5lS7q0razVfxhxu1vUzZ8uKPhvJ3LRkmyPGpDZboSBKkd91JRtx6r6eAt15BK63qMPIQEolF0Mps6Uj6iZ_77r3fz6w0kCC3-ZLHJRUx-_IZNEmz9oIjhenHVzoiOznbx2EohhroyRMUnU6HAihTIlsT8mBhGiPifpdVF7jN9A0y6lzguZxLSvNGhTuyEGwF0oy2Y-ksKrKEtjAbfWT-jYnB3M872CWHexEqyK3KqLTDQKlFV_kd3KscGWnQyicIlogGFjo-lLrtVIs98V9QhiI6lZzDcS3bzyVNE_qJSoMZcDINrkJzEG-Jf2eIfEh0ThsADQW7pKN8ZdvQK4f4J3RDveRXxyloJ3fD_aFCbDPaOTdXMnTttGjupEFxXQKb3YXkp0b91TXfpmCzkV6AvM', 'width' => 4080), array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHoeRDy4HixKhkRZsVIJ2mSFZa3ggAmfHBSAQ55Sh6Yqbvwkp88q5P75dn4076_GHDyaEfbf6xox0EpVpq-OOPnTxvWQrO03PTmer600SKRF__f_0hp9Od9plEQAXC5Z-5lJ0Wo6z9Z3GTP72pV3DWnt0CeUWhx-hWRTeoj1_0jd8qZz4LP6HrYWtNtCgkQb52xfIeTZnHTwPWiB0JvWdO5yY4VXfY_TlJVHKcRQpCSKQMavLWf17b2LRFkaqkKMQsYzg9KznDaWhy0eCn9PyiK1bGzg8aJX9xMYUL_ksRaceYPazI312vPHLpf-yJMmTnPN_pT-4VfuBoxiV2OXItDljLZeM4Z09oJ2411z71mR-RHAAgVQKpWt2p_5_ttwCHt128Rw5jYEmzN0EvksGAjVx-rSidAX54i8Yi-apWtZQP5bs8JtkCaGTsu-ewYj', 'width' => 4032), array('height' => 3000, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/106196763373855881923">Gilles Rouveure</a>'), 'photo_reference' => 'AZLasHrY2FomMC7MQHZiZu1zi4owLptcdzHqgq6ccuiTtfNZxqFoLSoUrvpcJ0C2fQKcR_4sUstarhKKuVVC4BwZ9TdT4YufFYTtBuj_T4BP2tBfDiwAlfO65NemzNWngMTu-lmp8b1SMdUuileBwczxj7cbsNW30n9cB8CH2Z4b0y1ERcaDkqjJ814cXo15gJhZfoYTd3ZIkfYnw2nkCyVCJwitdgorPD-scUxm3rbjlKjvW2nvEmj0tfDt4JXecLFBya4j3XDf5jesNq7SwDyuIx8rxKisQLK6Htgwx8ePbEPZKN2CgHfK7RK5osc9zQGLtv37UMmHYc0zOQ8MhiTxKMDTKrXmgKVbsJU8OiQd1lMSmMQb9-d-kK9HEvqg6WcHBVZtHlq6MrVhWk-L6WgXGsNsn9qiXqxe40UhEI84I22SEcv4', 'width' => 4000), array('height' => 1311, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/111577640564085862301">LAVAUD Chantal</a>'), 'photo_reference' => 'AZLasHoDei995N-fxubqu78KzzHH_oJlIZCgqZSH40vmJM70VxdDefkbJRtFe1lLXfsRSxKt59NooorE8fXJT8mgwY2OqaCcy9ZOUKL1NshOWQd0aBkZ-3vP7ppwa_lLqxEtitlY0fPU2lUc_xoTDoUUDxkicRGQqdg3-CQ3ERzd-b0xNbgT23b5i_tbHXGZlQKw-YsThrn0f__Zdf78VKVEGngMUOGZgZ8zHN2ZoeMNs3trzyKHEM03PiJeDSxIgLKAUr0w_ELQxkvj2POt9327NGWs47JJkhuA49sCsC24u2exC82PRNOE_N-vHohdnZmNKVrg5e_g_eX7sZg2e3wCClqj3cC2MiTxsqiLCYzoj5RYM4GVAP9jVMROEH_hcUMYM3yTc00dnJ3Yr_y1OJrs728PJYFSg7f37MVXW9WfXH_iiSw', 'width' => 1120), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/104411453226239602216">Sophie Fonvieille</a>'), 'photo_reference' => 'AZLasHow_RDE8zv1Elf_YdXTWDsH2PBhUIOKWvy5R7-ZpBvHUNO9XYYhYosfSBYx8eeX4TMwomSJHgv1aSJhZJg7xlxmmA1p5CQ42f2NZfSvXEB8ttxf0GtUIhbHS9VKf7UhOkweSD5XOAQL4nJj0C0VLg90Qh6UPbKW0QjlkwgnmztR8bzH9UmvvFyFhPtSsRn67yZs-OR-mmgimDIUNDZSB0yXA1LG55vd7m99oTZTW1W5vbhdnMoWHhx1y9LAWPVBj-ZDzCqsjxi0qiC_bXi92J0a_MbVqQz78PBy1QRFAExO-nQpvBFT-vodMUPKDqVrPkDRvIpCNFLtO6OKZj24ICXqrIfd1SwSQjzSNgqNy8Q6DR6MKp6O5phcps3oTiArFvSxOrhOpOnlFVQiJ2STvniTTxR0slC08t3ZP1vX45uRckQD', 'width' => 3024), array('height' => 3023, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHowD1Gbzo9P_BHCjE1rcuHXQkujoYbTHs5ObQzZ2oIJvxzy-rYFjERtqtX044kJdBJRlnQsXCkM3tNoyMhY510ht8uNmGRqya5So-OLBcHDSU-5TY50h_c8KIw2yJRomVgMg9b4icHPy0-sRA7LPpO39mTBPqsBkoFet3f2keGkFTotLL8w8F6k7vg5VYhhriFgnqCusiG1grcFqxhBB-m002S3ncRuYgdzPiongIR5_Pjb7hyDbFkbJdCmL2P44eYEulUFhrLxpgk4Dv_7-qRQSW-e8NrE6gRH1TWk0QCCGlw1teAmh02GcSTvt55HnUopsqXVMXOJhYwOl8MNmicO4g94V0-mAob-O_CO8xx9bAae97bTfbfdxppNjmbXxbujDM6iccuEcaMxbxca8aG55-ztrmfgn8pBWSqwOlZoCBNb4pDqFzduOu2f8w', 'width' => 4031), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHr01Qu0ji-_0Ea48BITQWpH2w32BUXRifnH1gKTL5PGEzuK7YiA33ffV8XBRsUcUghsodfRhC_fAvJhNOgiQjLGu5ZafHWuOARG0RxkWx0SfcKZV91OnxRuvsQx0Uw9EfgyhSIbte0qH1aW43HejOEdC_qHuU-ZLBDWXcVcowoAI3DachSwHRgMIBVwlwAYZX5xz8J05SAI630HWzpQ37rPxjKZNdMTNt32KBYYnr-mfXhMLTDXjLzbHrLpfBINZCrd4qBm7mQxmUTrwwVTGRxOfSyOQBdc493ScEnbexEWyrZg_9L_xGe-javiehJR_BpRwaFa6nJ-0LUXbt2SdcRkRLUb6wbs2qIPlOd8P3bJDfuw_0kDCjxVZXxSGj6nCOb0tj8aZHqcRQ-0BR5Ehp9Q91yEPsfDHIXBmer9x9q1MgbT', 'width' => 3024)), 'place_id' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'plus_code' => array('compound_code' => 'W2P7+CX Les Eyzies, France', 'global_code' => '8FP3W2P7+CX'), 'rating' => 4.7, 'reference' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'reservable' => true, 'reviews' => array(array('author_name' => 'Pat Migéco', 'author_url' => 'https://www.google.com/maps/contrib/100669826303832039599/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocJd0SwzsfSDkWDOyPEvPkVDONZiZm6KfvZul_yvJYqRT3M0eQ=s128-c0x00000000-cc-rp-mo-ba5', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Alors là un très bon restaurant ! Un très bon accueil ! Un très bon service !Une succulente cuisine avec un très bon rapport qualité ! Bravo à toute l\'équipe ! Que du bonheur ! Parking à proximité ! Il vaut mieux reserver ! Je vous recommande cet établissement !', 'time' => 1760819998, 'translated' => false), array('author_name' => 'Manon VIDAL', 'author_url' => 'https://www.google.com/maps/contrib/113783961056581691924/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjV0g5ojARR-IiXLVEHBsBuepVroWhdQwAy9pIubxvAKaMEiAAEG=s128-c0x00000000-cc-rp-mo', 'rating' => 5, 'relative_time_description' => 'il y a 3 mois', 'text' => 'Nous sommes venu a ce restaurant sur recommandation de la vendeuse de la terrasse du charron et nous n\'avons pas été déçu ! Au contraire, l\'accueil a été très chaleureux, un repas délicieux, produits régionaux mettant en avant les producteurs. Le repas était a la hauteur de nos attentes, nous vous conseillons de vous y arrêter un soir pour profiter de l\'ambiance.', 'time' => 1757846870, 'translated' => false), array('author_name' => 'Stella Ferriere', 'author_url' => 'https://www.google.com/maps/contrib/114842290413279293979/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjXayF67IlYeU4EjzCCpOYe-V9RzSUqj4-pjGZR_XUTtlWrkkVzL=s128-c0x00000000-cc-rp-mo-ba4', 'rating' => 5, 'relative_time_description' => 'il y a 2 mois', 'text' => 'Accueil très sympathique.Très bonne cuisine locale.Décoration originale', 'time' => 1760614995, 'translated' => false), array('author_name' => 'mathieu massé', 'author_url' => 'https://www.google.com/maps/contrib/100165525192621309085/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocI1Yx67LiXYZ6SZfFn5kgX5ARewGNcImrV7IHDt-zYvU6fHvsVf=s128-c0x00000000-cc-rp-mo-ba2', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Arrivée sur le tard en presque fin de service mais nous avons été très bien accueilli.Un joli restaurant avec une carte courte proposant des produits de saison et des producteurs locaux.Dégustation d\'un magnifique foie gras (maison Albié), et d\'une cuisse d\'oie confite, préparée magnifiquement avec des légumes de saison.Service impeccable et amicale. Très bons conseils de visites pour un après-midi pluvieux.Je recommande vivement', 'time' => 1761563955, 'translated' => false), array('author_name' => 'Guillaume Pade', 'author_url' => 'https://www.google.com/maps/contrib/104507447131818620499/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocLajIQ3HdVSBQed5avSKnQN_6wWoAM7qsIfzydWKMtr0JHTGA=s128-c0x00000000-cc-rp-mo-ba3', 'rating' => 5, 'relative_time_description' => 'il y a un an', 'text' => 'Dès notre arrivée, nous avons été chaleureusement accueillis par le personnel attentif et professionnel tout au long du repas. L\'ambiance est cosy et agréable, idéale pour un dîner entre amis ou en famille.Côté cuisine, c\'était un sans-faute. Les plats sont savoureux, bien présentés, et les portions généreuses. Les produits sont visiblement frais et de qualité, et cela se ressent dans les saveurs.Je recommande vivement ce restaurant pour ceux qui cherchent une belle expérience culinaire dans un cadre sympathique.', 'time' => 1726831901, 'translated' => false)), 'serves_beer' => true, 'serves_breakfast' => false, 'serves_brunch' => false, 'serves_dinner' => true, 'serves_lunch' => true, 'serves_vegetarian_food' => false, 'serves_wine' => true, 'takeout' => false, 'types' => array('establishment', 'food', 'point_of_interest', 'restaurant'), 'url' => 'https://maps.google.com/?cid=13121864126858907128', 'user_ratings_total' => 390, 'utc_offset' => 60, 'vicinity' => '7 Rue du Moulin, Les Eyzies', 'website' => 'https://www.restaurantnosco.fr/'), 'status' => 'OK')))
(vendor/twig/twig/src/Environment.php:280)
at Twig\Environment->render('home/listing.html.twig', array('allShops' => array(object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop)), 'allCategories' => array(object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category)), 'form' => object(FormView), 'shops' => array(object(Shop)), 'apiData' => array('html_attributions' => array(), 'result' => array('address_components' => array(array('long_name' => '7', 'short_name' => '7', 'types' => array('street_number')), array('long_name' => 'Rue du Moulin', 'short_name' => 'Rue du Moulin', 'types' => array('route')), array('long_name' => 'Les Eyzies', 'short_name' => 'Les Eyzies', 'types' => array('locality', 'political')), array('long_name' => 'Dordogne', 'short_name' => 'Dordogne', 'types' => array('administrative_area_level_2', 'political')), array('long_name' => 'Nouvelle-Aquitaine', 'short_name' => 'Nouvelle-Aquitaine', 'types' => array('administrative_area_level_1', 'political')), array('long_name' => 'France', 'short_name' => 'FR', 'types' => array('country', 'political')), array('long_name' => '24620', 'short_name' => '24620', 'types' => array('postal_code'))), 'adr_address' => '<span class="street-address">7 Rue du Moulin</span>, <span class="postal-code">24620</span> <span class="locality">Les Eyzies</span>, <span class="country-name">France</span>', 'business_status' => 'CLOSED_TEMPORARILY', 'curbside_pickup' => false, 'delivery' => false, 'dine_in' => true, 'formatted_address' => '7 Rue du Moulin, 24620 Les Eyzies, France', 'formatted_phone_number' => '06 01 43 14 92', 'geometry' => array('location' => array('lat' => 44.9360551, 'lng' => 1.0149352), 'viewport' => array('northeast' => array('lat' => 44.9373998802915, 'lng' => 1.016284630291502), 'southwest' => array('lat' => 44.9347019197085, 'lng' => 1.013586669708498))), 'icon' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png', 'icon_background_color' => '#FF9E67', 'icon_mask_base_uri' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet', 'international_phone_number' => '+33 6 01 43 14 92', 'name' => 'Restaurant NOSCO', 'permanently_closed' => true, 'photos' => array(array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpEwWkM1MWr1QDRH3BfBjPKuNp4fgfA7UE1tltQtoSnSlYgyAarD0qxIq3GqAJB1mPWIx9zwfRW74M2BWNNmwoAZff-MnJHm_SZn4pmMGcXYVfDlRQXEFS82KM4sQmYKJ9_CtYdy3LutmrfzeESUd_dZEsPoAqmeIGNaMSd8yxvCLGSM6aEU-rwMSNHwA6jqu5xztIEjhdI_FChnk0BaYNs924F1DoPyRH7TRim9p8Q0gVRKAv_FlWFmA6-sEurCAOHL8xuoM4BITfnvnsZPLHKjG-YmjFtU15dvIBOLjAdkOdTq65zmUSBY3EHO6LjRJxV1cnPiRzMGgsiYSubM-zLZVha_UGGonTpmqetMM29l470ut57_3nl0Mhi4zm-ilcACGGr4XEvRCDgmFehXDFym4TfTOKQ8prhftinEpRdRQ', 'width' => 4032), array('height' => 3215, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/114864208106042344963">Restaurant NOSCO</a>'), 'photo_reference' => 'AZLasHoaZ2XYtNQ9vFjiajy66EQ9GMO_f-LTedXFmC1GXtVOOOZCMLp8a7yOaoHvhHyPLBwKt8F5nw5YymoPeEutdmJWBrlvydTDm1pTBxZQ5tGHVYwhWz_DX1QlTYmWQXavN-MFkuILf8viuw-ZxIz61tIjqO2fcit_D58-X_8NW-O74W1v-eLcFw-uI8aQGdSNJ8QSNmFIpNODye3D9imAvgoFfkDCthhq7Fz0mg9smTnbVht9m6waqHxP6Cx8xOTpZNRXOLqkm22QbTAFyLOlcucsZRrKIJR6s5tsNAYlJSWQGw', 'width' => 3060), array('height' => 2179, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpE2cTn2zvSwptoNptFfh9grnUUWxXwXNMe1hntgZQMUMU7YSN8rXGGj7Z-hkR4bTC-jKj6Ckkqn_BMhUQ_NcTK9PngM3Z9JGmXULQiRlxzh6WwRj_oRj9ZrC5ZVgMyn6vcEK-PgD8KjsguKNATXg_di_qqWXPcFStVGDfZMD_dZgMtlnhvc3YVBimPCvLASUvIzjsAsQcwliPyRfWNjUOmVdEFw-OIcz7O6Zc1Farze2D3rM7Gc3wcPxXjYHjlRohj5PE49zHMwFj-Llit_QMMWq9ZiPuAg-su7x6-WrnGWQ3HxB4Sdp8FPK7PhwTyRJgUcWbDEATy19alQ-R9NES-B4RmJkr-OMjhGvwaj5Pz8foyTzFX6wW_ThVaArkpvzcmqxbgIrgiuYbdl24spk-rP7KE7GL6FJUfdkuUH10', 'width' => 3983), array('height' => 3060, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/105968091408603288119">Bilbon Lehobbit</a>'), 'photo_reference' => 'AZLasHqUu9npaUe1HeiXoCT9_fsdQ5lS7q0razVfxhxu1vUzZ8uKPhvJ3LRkmyPGpDZboSBKkd91JRtx6r6eAt15BK63qMPIQEolF0Mps6Uj6iZ_77r3fz6w0kCC3-ZLHJRUx-_IZNEmz9oIjhenHVzoiOznbx2EohhroyRMUnU6HAihTIlsT8mBhGiPifpdVF7jN9A0y6lzguZxLSvNGhTuyEGwF0oy2Y-ksKrKEtjAbfWT-jYnB3M872CWHexEqyK3KqLTDQKlFV_kd3KscGWnQyicIlogGFjo-lLrtVIs98V9QhiI6lZzDcS3bzyVNE_qJSoMZcDINrkJzEG-Jf2eIfEh0ThsADQW7pKN8ZdvQK4f4J3RDveRXxyloJ3fD_aFCbDPaOTdXMnTttGjupEFxXQKb3YXkp0b91TXfpmCzkV6AvM', 'width' => 4080), array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHoeRDy4HixKhkRZsVIJ2mSFZa3ggAmfHBSAQ55Sh6Yqbvwkp88q5P75dn4076_GHDyaEfbf6xox0EpVpq-OOPnTxvWQrO03PTmer600SKRF__f_0hp9Od9plEQAXC5Z-5lJ0Wo6z9Z3GTP72pV3DWnt0CeUWhx-hWRTeoj1_0jd8qZz4LP6HrYWtNtCgkQb52xfIeTZnHTwPWiB0JvWdO5yY4VXfY_TlJVHKcRQpCSKQMavLWf17b2LRFkaqkKMQsYzg9KznDaWhy0eCn9PyiK1bGzg8aJX9xMYUL_ksRaceYPazI312vPHLpf-yJMmTnPN_pT-4VfuBoxiV2OXItDljLZeM4Z09oJ2411z71mR-RHAAgVQKpWt2p_5_ttwCHt128Rw5jYEmzN0EvksGAjVx-rSidAX54i8Yi-apWtZQP5bs8JtkCaGTsu-ewYj', 'width' => 4032), array('height' => 3000, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/106196763373855881923">Gilles Rouveure</a>'), 'photo_reference' => 'AZLasHrY2FomMC7MQHZiZu1zi4owLptcdzHqgq6ccuiTtfNZxqFoLSoUrvpcJ0C2fQKcR_4sUstarhKKuVVC4BwZ9TdT4YufFYTtBuj_T4BP2tBfDiwAlfO65NemzNWngMTu-lmp8b1SMdUuileBwczxj7cbsNW30n9cB8CH2Z4b0y1ERcaDkqjJ814cXo15gJhZfoYTd3ZIkfYnw2nkCyVCJwitdgorPD-scUxm3rbjlKjvW2nvEmj0tfDt4JXecLFBya4j3XDf5jesNq7SwDyuIx8rxKisQLK6Htgwx8ePbEPZKN2CgHfK7RK5osc9zQGLtv37UMmHYc0zOQ8MhiTxKMDTKrXmgKVbsJU8OiQd1lMSmMQb9-d-kK9HEvqg6WcHBVZtHlq6MrVhWk-L6WgXGsNsn9qiXqxe40UhEI84I22SEcv4', 'width' => 4000), array('height' => 1311, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/111577640564085862301">LAVAUD Chantal</a>'), 'photo_reference' => 'AZLasHoDei995N-fxubqu78KzzHH_oJlIZCgqZSH40vmJM70VxdDefkbJRtFe1lLXfsRSxKt59NooorE8fXJT8mgwY2OqaCcy9ZOUKL1NshOWQd0aBkZ-3vP7ppwa_lLqxEtitlY0fPU2lUc_xoTDoUUDxkicRGQqdg3-CQ3ERzd-b0xNbgT23b5i_tbHXGZlQKw-YsThrn0f__Zdf78VKVEGngMUOGZgZ8zHN2ZoeMNs3trzyKHEM03PiJeDSxIgLKAUr0w_ELQxkvj2POt9327NGWs47JJkhuA49sCsC24u2exC82PRNOE_N-vHohdnZmNKVrg5e_g_eX7sZg2e3wCClqj3cC2MiTxsqiLCYzoj5RYM4GVAP9jVMROEH_hcUMYM3yTc00dnJ3Yr_y1OJrs728PJYFSg7f37MVXW9WfXH_iiSw', 'width' => 1120), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/104411453226239602216">Sophie Fonvieille</a>'), 'photo_reference' => 'AZLasHow_RDE8zv1Elf_YdXTWDsH2PBhUIOKWvy5R7-ZpBvHUNO9XYYhYosfSBYx8eeX4TMwomSJHgv1aSJhZJg7xlxmmA1p5CQ42f2NZfSvXEB8ttxf0GtUIhbHS9VKf7UhOkweSD5XOAQL4nJj0C0VLg90Qh6UPbKW0QjlkwgnmztR8bzH9UmvvFyFhPtSsRn67yZs-OR-mmgimDIUNDZSB0yXA1LG55vd7m99oTZTW1W5vbhdnMoWHhx1y9LAWPVBj-ZDzCqsjxi0qiC_bXi92J0a_MbVqQz78PBy1QRFAExO-nQpvBFT-vodMUPKDqVrPkDRvIpCNFLtO6OKZj24ICXqrIfd1SwSQjzSNgqNy8Q6DR6MKp6O5phcps3oTiArFvSxOrhOpOnlFVQiJ2STvniTTxR0slC08t3ZP1vX45uRckQD', 'width' => 3024), array('height' => 3023, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHowD1Gbzo9P_BHCjE1rcuHXQkujoYbTHs5ObQzZ2oIJvxzy-rYFjERtqtX044kJdBJRlnQsXCkM3tNoyMhY510ht8uNmGRqya5So-OLBcHDSU-5TY50h_c8KIw2yJRomVgMg9b4icHPy0-sRA7LPpO39mTBPqsBkoFet3f2keGkFTotLL8w8F6k7vg5VYhhriFgnqCusiG1grcFqxhBB-m002S3ncRuYgdzPiongIR5_Pjb7hyDbFkbJdCmL2P44eYEulUFhrLxpgk4Dv_7-qRQSW-e8NrE6gRH1TWk0QCCGlw1teAmh02GcSTvt55HnUopsqXVMXOJhYwOl8MNmicO4g94V0-mAob-O_CO8xx9bAae97bTfbfdxppNjmbXxbujDM6iccuEcaMxbxca8aG55-ztrmfgn8pBWSqwOlZoCBNb4pDqFzduOu2f8w', 'width' => 4031), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHr01Qu0ji-_0Ea48BITQWpH2w32BUXRifnH1gKTL5PGEzuK7YiA33ffV8XBRsUcUghsodfRhC_fAvJhNOgiQjLGu5ZafHWuOARG0RxkWx0SfcKZV91OnxRuvsQx0Uw9EfgyhSIbte0qH1aW43HejOEdC_qHuU-ZLBDWXcVcowoAI3DachSwHRgMIBVwlwAYZX5xz8J05SAI630HWzpQ37rPxjKZNdMTNt32KBYYnr-mfXhMLTDXjLzbHrLpfBINZCrd4qBm7mQxmUTrwwVTGRxOfSyOQBdc493ScEnbexEWyrZg_9L_xGe-javiehJR_BpRwaFa6nJ-0LUXbt2SdcRkRLUb6wbs2qIPlOd8P3bJDfuw_0kDCjxVZXxSGj6nCOb0tj8aZHqcRQ-0BR5Ehp9Q91yEPsfDHIXBmer9x9q1MgbT', 'width' => 3024)), 'place_id' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'plus_code' => array('compound_code' => 'W2P7+CX Les Eyzies, France', 'global_code' => '8FP3W2P7+CX'), 'rating' => 4.7, 'reference' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'reservable' => true, 'reviews' => array(array('author_name' => 'Pat Migéco', 'author_url' => 'https://www.google.com/maps/contrib/100669826303832039599/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocJd0SwzsfSDkWDOyPEvPkVDONZiZm6KfvZul_yvJYqRT3M0eQ=s128-c0x00000000-cc-rp-mo-ba5', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Alors là un très bon restaurant ! Un très bon accueil ! Un très bon service !Une succulente cuisine avec un très bon rapport qualité ! Bravo à toute l\'équipe ! Que du bonheur ! Parking à proximité ! Il vaut mieux reserver ! Je vous recommande cet établissement !', 'time' => 1760819998, 'translated' => false), array('author_name' => 'Manon VIDAL', 'author_url' => 'https://www.google.com/maps/contrib/113783961056581691924/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjV0g5ojARR-IiXLVEHBsBuepVroWhdQwAy9pIubxvAKaMEiAAEG=s128-c0x00000000-cc-rp-mo', 'rating' => 5, 'relative_time_description' => 'il y a 3 mois', 'text' => 'Nous sommes venu a ce restaurant sur recommandation de la vendeuse de la terrasse du charron et nous n\'avons pas été déçu ! Au contraire, l\'accueil a été très chaleureux, un repas délicieux, produits régionaux mettant en avant les producteurs. Le repas était a la hauteur de nos attentes, nous vous conseillons de vous y arrêter un soir pour profiter de l\'ambiance.', 'time' => 1757846870, 'translated' => false), array('author_name' => 'Stella Ferriere', 'author_url' => 'https://www.google.com/maps/contrib/114842290413279293979/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjXayF67IlYeU4EjzCCpOYe-V9RzSUqj4-pjGZR_XUTtlWrkkVzL=s128-c0x00000000-cc-rp-mo-ba4', 'rating' => 5, 'relative_time_description' => 'il y a 2 mois', 'text' => 'Accueil très sympathique.Très bonne cuisine locale.Décoration originale', 'time' => 1760614995, 'translated' => false), array('author_name' => 'mathieu massé', 'author_url' => 'https://www.google.com/maps/contrib/100165525192621309085/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocI1Yx67LiXYZ6SZfFn5kgX5ARewGNcImrV7IHDt-zYvU6fHvsVf=s128-c0x00000000-cc-rp-mo-ba2', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Arrivée sur le tard en presque fin de service mais nous avons été très bien accueilli.Un joli restaurant avec une carte courte proposant des produits de saison et des producteurs locaux.Dégustation d\'un magnifique foie gras (maison Albié), et d\'une cuisse d\'oie confite, préparée magnifiquement avec des légumes de saison.Service impeccable et amicale. Très bons conseils de visites pour un après-midi pluvieux.Je recommande vivement', 'time' => 1761563955, 'translated' => false), array('author_name' => 'Guillaume Pade', 'author_url' => 'https://www.google.com/maps/contrib/104507447131818620499/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocLajIQ3HdVSBQed5avSKnQN_6wWoAM7qsIfzydWKMtr0JHTGA=s128-c0x00000000-cc-rp-mo-ba3', 'rating' => 5, 'relative_time_description' => 'il y a un an', 'text' => 'Dès notre arrivée, nous avons été chaleureusement accueillis par le personnel attentif et professionnel tout au long du repas. L\'ambiance est cosy et agréable, idéale pour un dîner entre amis ou en famille.Côté cuisine, c\'était un sans-faute. Les plats sont savoureux, bien présentés, et les portions généreuses. Les produits sont visiblement frais et de qualité, et cela se ressent dans les saveurs.Je recommande vivement ce restaurant pour ceux qui cherchent une belle expérience culinaire dans un cadre sympathique.', 'time' => 1726831901, 'translated' => false)), 'serves_beer' => true, 'serves_breakfast' => false, 'serves_brunch' => false, 'serves_dinner' => true, 'serves_lunch' => true, 'serves_vegetarian_food' => false, 'serves_wine' => true, 'takeout' => false, 'types' => array('establishment', 'food', 'point_of_interest', 'restaurant'), 'url' => 'https://maps.google.com/?cid=13121864126858907128', 'user_ratings_total' => 390, 'utc_offset' => 60, 'vicinity' => '7 Rue du Moulin, Les Eyzies', 'website' => 'https://www.restaurantnosco.fr/'), 'status' => 'OK')))
(vendor/symfony/framework-bundle/Controller/AbstractController.php:242)
at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView('home/listing.html.twig', array('allShops' => array(object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop)), 'allCategories' => array(object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category)), 'form' => object(FormView), 'shops' => array(object(Shop)), 'apiData' => array('html_attributions' => array(), 'result' => array('address_components' => array(array('long_name' => '7', 'short_name' => '7', 'types' => array('street_number')), array('long_name' => 'Rue du Moulin', 'short_name' => 'Rue du Moulin', 'types' => array('route')), array('long_name' => 'Les Eyzies', 'short_name' => 'Les Eyzies', 'types' => array('locality', 'political')), array('long_name' => 'Dordogne', 'short_name' => 'Dordogne', 'types' => array('administrative_area_level_2', 'political')), array('long_name' => 'Nouvelle-Aquitaine', 'short_name' => 'Nouvelle-Aquitaine', 'types' => array('administrative_area_level_1', 'political')), array('long_name' => 'France', 'short_name' => 'FR', 'types' => array('country', 'political')), array('long_name' => '24620', 'short_name' => '24620', 'types' => array('postal_code'))), 'adr_address' => '<span class="street-address">7 Rue du Moulin</span>, <span class="postal-code">24620</span> <span class="locality">Les Eyzies</span>, <span class="country-name">France</span>', 'business_status' => 'CLOSED_TEMPORARILY', 'curbside_pickup' => false, 'delivery' => false, 'dine_in' => true, 'formatted_address' => '7 Rue du Moulin, 24620 Les Eyzies, France', 'formatted_phone_number' => '06 01 43 14 92', 'geometry' => array('location' => array('lat' => 44.9360551, 'lng' => 1.0149352), 'viewport' => array('northeast' => array('lat' => 44.9373998802915, 'lng' => 1.016284630291502), 'southwest' => array('lat' => 44.9347019197085, 'lng' => 1.013586669708498))), 'icon' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png', 'icon_background_color' => '#FF9E67', 'icon_mask_base_uri' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet', 'international_phone_number' => '+33 6 01 43 14 92', 'name' => 'Restaurant NOSCO', 'permanently_closed' => true, 'photos' => array(array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpEwWkM1MWr1QDRH3BfBjPKuNp4fgfA7UE1tltQtoSnSlYgyAarD0qxIq3GqAJB1mPWIx9zwfRW74M2BWNNmwoAZff-MnJHm_SZn4pmMGcXYVfDlRQXEFS82KM4sQmYKJ9_CtYdy3LutmrfzeESUd_dZEsPoAqmeIGNaMSd8yxvCLGSM6aEU-rwMSNHwA6jqu5xztIEjhdI_FChnk0BaYNs924F1DoPyRH7TRim9p8Q0gVRKAv_FlWFmA6-sEurCAOHL8xuoM4BITfnvnsZPLHKjG-YmjFtU15dvIBOLjAdkOdTq65zmUSBY3EHO6LjRJxV1cnPiRzMGgsiYSubM-zLZVha_UGGonTpmqetMM29l470ut57_3nl0Mhi4zm-ilcACGGr4XEvRCDgmFehXDFym4TfTOKQ8prhftinEpRdRQ', 'width' => 4032), array('height' => 3215, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/114864208106042344963">Restaurant NOSCO</a>'), 'photo_reference' => 'AZLasHoaZ2XYtNQ9vFjiajy66EQ9GMO_f-LTedXFmC1GXtVOOOZCMLp8a7yOaoHvhHyPLBwKt8F5nw5YymoPeEutdmJWBrlvydTDm1pTBxZQ5tGHVYwhWz_DX1QlTYmWQXavN-MFkuILf8viuw-ZxIz61tIjqO2fcit_D58-X_8NW-O74W1v-eLcFw-uI8aQGdSNJ8QSNmFIpNODye3D9imAvgoFfkDCthhq7Fz0mg9smTnbVht9m6waqHxP6Cx8xOTpZNRXOLqkm22QbTAFyLOlcucsZRrKIJR6s5tsNAYlJSWQGw', 'width' => 3060), array('height' => 2179, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpE2cTn2zvSwptoNptFfh9grnUUWxXwXNMe1hntgZQMUMU7YSN8rXGGj7Z-hkR4bTC-jKj6Ckkqn_BMhUQ_NcTK9PngM3Z9JGmXULQiRlxzh6WwRj_oRj9ZrC5ZVgMyn6vcEK-PgD8KjsguKNATXg_di_qqWXPcFStVGDfZMD_dZgMtlnhvc3YVBimPCvLASUvIzjsAsQcwliPyRfWNjUOmVdEFw-OIcz7O6Zc1Farze2D3rM7Gc3wcPxXjYHjlRohj5PE49zHMwFj-Llit_QMMWq9ZiPuAg-su7x6-WrnGWQ3HxB4Sdp8FPK7PhwTyRJgUcWbDEATy19alQ-R9NES-B4RmJkr-OMjhGvwaj5Pz8foyTzFX6wW_ThVaArkpvzcmqxbgIrgiuYbdl24spk-rP7KE7GL6FJUfdkuUH10', 'width' => 3983), array('height' => 3060, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/105968091408603288119">Bilbon Lehobbit</a>'), 'photo_reference' => 'AZLasHqUu9npaUe1HeiXoCT9_fsdQ5lS7q0razVfxhxu1vUzZ8uKPhvJ3LRkmyPGpDZboSBKkd91JRtx6r6eAt15BK63qMPIQEolF0Mps6Uj6iZ_77r3fz6w0kCC3-ZLHJRUx-_IZNEmz9oIjhenHVzoiOznbx2EohhroyRMUnU6HAihTIlsT8mBhGiPifpdVF7jN9A0y6lzguZxLSvNGhTuyEGwF0oy2Y-ksKrKEtjAbfWT-jYnB3M872CWHexEqyK3KqLTDQKlFV_kd3KscGWnQyicIlogGFjo-lLrtVIs98V9QhiI6lZzDcS3bzyVNE_qJSoMZcDINrkJzEG-Jf2eIfEh0ThsADQW7pKN8ZdvQK4f4J3RDveRXxyloJ3fD_aFCbDPaOTdXMnTttGjupEFxXQKb3YXkp0b91TXfpmCzkV6AvM', 'width' => 4080), array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHoeRDy4HixKhkRZsVIJ2mSFZa3ggAmfHBSAQ55Sh6Yqbvwkp88q5P75dn4076_GHDyaEfbf6xox0EpVpq-OOPnTxvWQrO03PTmer600SKRF__f_0hp9Od9plEQAXC5Z-5lJ0Wo6z9Z3GTP72pV3DWnt0CeUWhx-hWRTeoj1_0jd8qZz4LP6HrYWtNtCgkQb52xfIeTZnHTwPWiB0JvWdO5yY4VXfY_TlJVHKcRQpCSKQMavLWf17b2LRFkaqkKMQsYzg9KznDaWhy0eCn9PyiK1bGzg8aJX9xMYUL_ksRaceYPazI312vPHLpf-yJMmTnPN_pT-4VfuBoxiV2OXItDljLZeM4Z09oJ2411z71mR-RHAAgVQKpWt2p_5_ttwCHt128Rw5jYEmzN0EvksGAjVx-rSidAX54i8Yi-apWtZQP5bs8JtkCaGTsu-ewYj', 'width' => 4032), array('height' => 3000, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/106196763373855881923">Gilles Rouveure</a>'), 'photo_reference' => 'AZLasHrY2FomMC7MQHZiZu1zi4owLptcdzHqgq6ccuiTtfNZxqFoLSoUrvpcJ0C2fQKcR_4sUstarhKKuVVC4BwZ9TdT4YufFYTtBuj_T4BP2tBfDiwAlfO65NemzNWngMTu-lmp8b1SMdUuileBwczxj7cbsNW30n9cB8CH2Z4b0y1ERcaDkqjJ814cXo15gJhZfoYTd3ZIkfYnw2nkCyVCJwitdgorPD-scUxm3rbjlKjvW2nvEmj0tfDt4JXecLFBya4j3XDf5jesNq7SwDyuIx8rxKisQLK6Htgwx8ePbEPZKN2CgHfK7RK5osc9zQGLtv37UMmHYc0zOQ8MhiTxKMDTKrXmgKVbsJU8OiQd1lMSmMQb9-d-kK9HEvqg6WcHBVZtHlq6MrVhWk-L6WgXGsNsn9qiXqxe40UhEI84I22SEcv4', 'width' => 4000), array('height' => 1311, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/111577640564085862301">LAVAUD Chantal</a>'), 'photo_reference' => 'AZLasHoDei995N-fxubqu78KzzHH_oJlIZCgqZSH40vmJM70VxdDefkbJRtFe1lLXfsRSxKt59NooorE8fXJT8mgwY2OqaCcy9ZOUKL1NshOWQd0aBkZ-3vP7ppwa_lLqxEtitlY0fPU2lUc_xoTDoUUDxkicRGQqdg3-CQ3ERzd-b0xNbgT23b5i_tbHXGZlQKw-YsThrn0f__Zdf78VKVEGngMUOGZgZ8zHN2ZoeMNs3trzyKHEM03PiJeDSxIgLKAUr0w_ELQxkvj2POt9327NGWs47JJkhuA49sCsC24u2exC82PRNOE_N-vHohdnZmNKVrg5e_g_eX7sZg2e3wCClqj3cC2MiTxsqiLCYzoj5RYM4GVAP9jVMROEH_hcUMYM3yTc00dnJ3Yr_y1OJrs728PJYFSg7f37MVXW9WfXH_iiSw', 'width' => 1120), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/104411453226239602216">Sophie Fonvieille</a>'), 'photo_reference' => 'AZLasHow_RDE8zv1Elf_YdXTWDsH2PBhUIOKWvy5R7-ZpBvHUNO9XYYhYosfSBYx8eeX4TMwomSJHgv1aSJhZJg7xlxmmA1p5CQ42f2NZfSvXEB8ttxf0GtUIhbHS9VKf7UhOkweSD5XOAQL4nJj0C0VLg90Qh6UPbKW0QjlkwgnmztR8bzH9UmvvFyFhPtSsRn67yZs-OR-mmgimDIUNDZSB0yXA1LG55vd7m99oTZTW1W5vbhdnMoWHhx1y9LAWPVBj-ZDzCqsjxi0qiC_bXi92J0a_MbVqQz78PBy1QRFAExO-nQpvBFT-vodMUPKDqVrPkDRvIpCNFLtO6OKZj24ICXqrIfd1SwSQjzSNgqNy8Q6DR6MKp6O5phcps3oTiArFvSxOrhOpOnlFVQiJ2STvniTTxR0slC08t3ZP1vX45uRckQD', 'width' => 3024), array('height' => 3023, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHowD1Gbzo9P_BHCjE1rcuHXQkujoYbTHs5ObQzZ2oIJvxzy-rYFjERtqtX044kJdBJRlnQsXCkM3tNoyMhY510ht8uNmGRqya5So-OLBcHDSU-5TY50h_c8KIw2yJRomVgMg9b4icHPy0-sRA7LPpO39mTBPqsBkoFet3f2keGkFTotLL8w8F6k7vg5VYhhriFgnqCusiG1grcFqxhBB-m002S3ncRuYgdzPiongIR5_Pjb7hyDbFkbJdCmL2P44eYEulUFhrLxpgk4Dv_7-qRQSW-e8NrE6gRH1TWk0QCCGlw1teAmh02GcSTvt55HnUopsqXVMXOJhYwOl8MNmicO4g94V0-mAob-O_CO8xx9bAae97bTfbfdxppNjmbXxbujDM6iccuEcaMxbxca8aG55-ztrmfgn8pBWSqwOlZoCBNb4pDqFzduOu2f8w', 'width' => 4031), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHr01Qu0ji-_0Ea48BITQWpH2w32BUXRifnH1gKTL5PGEzuK7YiA33ffV8XBRsUcUghsodfRhC_fAvJhNOgiQjLGu5ZafHWuOARG0RxkWx0SfcKZV91OnxRuvsQx0Uw9EfgyhSIbte0qH1aW43HejOEdC_qHuU-ZLBDWXcVcowoAI3DachSwHRgMIBVwlwAYZX5xz8J05SAI630HWzpQ37rPxjKZNdMTNt32KBYYnr-mfXhMLTDXjLzbHrLpfBINZCrd4qBm7mQxmUTrwwVTGRxOfSyOQBdc493ScEnbexEWyrZg_9L_xGe-javiehJR_BpRwaFa6nJ-0LUXbt2SdcRkRLUb6wbs2qIPlOd8P3bJDfuw_0kDCjxVZXxSGj6nCOb0tj8aZHqcRQ-0BR5Ehp9Q91yEPsfDHIXBmer9x9q1MgbT', 'width' => 3024)), 'place_id' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'plus_code' => array('compound_code' => 'W2P7+CX Les Eyzies, France', 'global_code' => '8FP3W2P7+CX'), 'rating' => 4.7, 'reference' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'reservable' => true, 'reviews' => array(array('author_name' => 'Pat Migéco', 'author_url' => 'https://www.google.com/maps/contrib/100669826303832039599/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocJd0SwzsfSDkWDOyPEvPkVDONZiZm6KfvZul_yvJYqRT3M0eQ=s128-c0x00000000-cc-rp-mo-ba5', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Alors là un très bon restaurant ! Un très bon accueil ! Un très bon service !Une succulente cuisine avec un très bon rapport qualité ! Bravo à toute l\'équipe ! Que du bonheur ! Parking à proximité ! Il vaut mieux reserver ! Je vous recommande cet établissement !', 'time' => 1760819998, 'translated' => false), array('author_name' => 'Manon VIDAL', 'author_url' => 'https://www.google.com/maps/contrib/113783961056581691924/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjV0g5ojARR-IiXLVEHBsBuepVroWhdQwAy9pIubxvAKaMEiAAEG=s128-c0x00000000-cc-rp-mo', 'rating' => 5, 'relative_time_description' => 'il y a 3 mois', 'text' => 'Nous sommes venu a ce restaurant sur recommandation de la vendeuse de la terrasse du charron et nous n\'avons pas été déçu ! Au contraire, l\'accueil a été très chaleureux, un repas délicieux, produits régionaux mettant en avant les producteurs. Le repas était a la hauteur de nos attentes, nous vous conseillons de vous y arrêter un soir pour profiter de l\'ambiance.', 'time' => 1757846870, 'translated' => false), array('author_name' => 'Stella Ferriere', 'author_url' => 'https://www.google.com/maps/contrib/114842290413279293979/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjXayF67IlYeU4EjzCCpOYe-V9RzSUqj4-pjGZR_XUTtlWrkkVzL=s128-c0x00000000-cc-rp-mo-ba4', 'rating' => 5, 'relative_time_description' => 'il y a 2 mois', 'text' => 'Accueil très sympathique.Très bonne cuisine locale.Décoration originale', 'time' => 1760614995, 'translated' => false), array('author_name' => 'mathieu massé', 'author_url' => 'https://www.google.com/maps/contrib/100165525192621309085/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocI1Yx67LiXYZ6SZfFn5kgX5ARewGNcImrV7IHDt-zYvU6fHvsVf=s128-c0x00000000-cc-rp-mo-ba2', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Arrivée sur le tard en presque fin de service mais nous avons été très bien accueilli.Un joli restaurant avec une carte courte proposant des produits de saison et des producteurs locaux.Dégustation d\'un magnifique foie gras (maison Albié), et d\'une cuisse d\'oie confite, préparée magnifiquement avec des légumes de saison.Service impeccable et amicale. Très bons conseils de visites pour un après-midi pluvieux.Je recommande vivement', 'time' => 1761563955, 'translated' => false), array('author_name' => 'Guillaume Pade', 'author_url' => 'https://www.google.com/maps/contrib/104507447131818620499/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocLajIQ3HdVSBQed5avSKnQN_6wWoAM7qsIfzydWKMtr0JHTGA=s128-c0x00000000-cc-rp-mo-ba3', 'rating' => 5, 'relative_time_description' => 'il y a un an', 'text' => 'Dès notre arrivée, nous avons été chaleureusement accueillis par le personnel attentif et professionnel tout au long du repas. L\'ambiance est cosy et agréable, idéale pour un dîner entre amis ou en famille.Côté cuisine, c\'était un sans-faute. Les plats sont savoureux, bien présentés, et les portions généreuses. Les produits sont visiblement frais et de qualité, et cela se ressent dans les saveurs.Je recommande vivement ce restaurant pour ceux qui cherchent une belle expérience culinaire dans un cadre sympathique.', 'time' => 1726831901, 'translated' => false)), 'serves_beer' => true, 'serves_breakfast' => false, 'serves_brunch' => false, 'serves_dinner' => true, 'serves_lunch' => true, 'serves_vegetarian_food' => false, 'serves_wine' => true, 'takeout' => false, 'types' => array('establishment', 'food', 'point_of_interest', 'restaurant'), 'url' => 'https://maps.google.com/?cid=13121864126858907128', 'user_ratings_total' => 390, 'utc_offset' => 60, 'vicinity' => '7 Rue du Moulin, Les Eyzies', 'website' => 'https://www.restaurantnosco.fr/'), 'status' => 'OK')))
(vendor/symfony/framework-bundle/Controller/AbstractController.php:253)
at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('home/listing.html.twig', array('allShops' => array(object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop)), 'allCategories' => array(object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category)), 'form' => object(FormView), 'shops' => array(object(Shop)), 'apiData' => array('html_attributions' => array(), 'result' => array('address_components' => array(array('long_name' => '7', 'short_name' => '7', 'types' => array('street_number')), array('long_name' => 'Rue du Moulin', 'short_name' => 'Rue du Moulin', 'types' => array('route')), array('long_name' => 'Les Eyzies', 'short_name' => 'Les Eyzies', 'types' => array('locality', 'political')), array('long_name' => 'Dordogne', 'short_name' => 'Dordogne', 'types' => array('administrative_area_level_2', 'political')), array('long_name' => 'Nouvelle-Aquitaine', 'short_name' => 'Nouvelle-Aquitaine', 'types' => array('administrative_area_level_1', 'political')), array('long_name' => 'France', 'short_name' => 'FR', 'types' => array('country', 'political')), array('long_name' => '24620', 'short_name' => '24620', 'types' => array('postal_code'))), 'adr_address' => '<span class="street-address">7 Rue du Moulin</span>, <span class="postal-code">24620</span> <span class="locality">Les Eyzies</span>, <span class="country-name">France</span>', 'business_status' => 'CLOSED_TEMPORARILY', 'curbside_pickup' => false, 'delivery' => false, 'dine_in' => true, 'formatted_address' => '7 Rue du Moulin, 24620 Les Eyzies, France', 'formatted_phone_number' => '06 01 43 14 92', 'geometry' => array('location' => array('lat' => 44.9360551, 'lng' => 1.0149352), 'viewport' => array('northeast' => array('lat' => 44.9373998802915, 'lng' => 1.016284630291502), 'southwest' => array('lat' => 44.9347019197085, 'lng' => 1.013586669708498))), 'icon' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png', 'icon_background_color' => '#FF9E67', 'icon_mask_base_uri' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet', 'international_phone_number' => '+33 6 01 43 14 92', 'name' => 'Restaurant NOSCO', 'permanently_closed' => true, 'photos' => array(array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpEwWkM1MWr1QDRH3BfBjPKuNp4fgfA7UE1tltQtoSnSlYgyAarD0qxIq3GqAJB1mPWIx9zwfRW74M2BWNNmwoAZff-MnJHm_SZn4pmMGcXYVfDlRQXEFS82KM4sQmYKJ9_CtYdy3LutmrfzeESUd_dZEsPoAqmeIGNaMSd8yxvCLGSM6aEU-rwMSNHwA6jqu5xztIEjhdI_FChnk0BaYNs924F1DoPyRH7TRim9p8Q0gVRKAv_FlWFmA6-sEurCAOHL8xuoM4BITfnvnsZPLHKjG-YmjFtU15dvIBOLjAdkOdTq65zmUSBY3EHO6LjRJxV1cnPiRzMGgsiYSubM-zLZVha_UGGonTpmqetMM29l470ut57_3nl0Mhi4zm-ilcACGGr4XEvRCDgmFehXDFym4TfTOKQ8prhftinEpRdRQ', 'width' => 4032), array('height' => 3215, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/114864208106042344963">Restaurant NOSCO</a>'), 'photo_reference' => 'AZLasHoaZ2XYtNQ9vFjiajy66EQ9GMO_f-LTedXFmC1GXtVOOOZCMLp8a7yOaoHvhHyPLBwKt8F5nw5YymoPeEutdmJWBrlvydTDm1pTBxZQ5tGHVYwhWz_DX1QlTYmWQXavN-MFkuILf8viuw-ZxIz61tIjqO2fcit_D58-X_8NW-O74W1v-eLcFw-uI8aQGdSNJ8QSNmFIpNODye3D9imAvgoFfkDCthhq7Fz0mg9smTnbVht9m6waqHxP6Cx8xOTpZNRXOLqkm22QbTAFyLOlcucsZRrKIJR6s5tsNAYlJSWQGw', 'width' => 3060), array('height' => 2179, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpE2cTn2zvSwptoNptFfh9grnUUWxXwXNMe1hntgZQMUMU7YSN8rXGGj7Z-hkR4bTC-jKj6Ckkqn_BMhUQ_NcTK9PngM3Z9JGmXULQiRlxzh6WwRj_oRj9ZrC5ZVgMyn6vcEK-PgD8KjsguKNATXg_di_qqWXPcFStVGDfZMD_dZgMtlnhvc3YVBimPCvLASUvIzjsAsQcwliPyRfWNjUOmVdEFw-OIcz7O6Zc1Farze2D3rM7Gc3wcPxXjYHjlRohj5PE49zHMwFj-Llit_QMMWq9ZiPuAg-su7x6-WrnGWQ3HxB4Sdp8FPK7PhwTyRJgUcWbDEATy19alQ-R9NES-B4RmJkr-OMjhGvwaj5Pz8foyTzFX6wW_ThVaArkpvzcmqxbgIrgiuYbdl24spk-rP7KE7GL6FJUfdkuUH10', 'width' => 3983), array('height' => 3060, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/105968091408603288119">Bilbon Lehobbit</a>'), 'photo_reference' => 'AZLasHqUu9npaUe1HeiXoCT9_fsdQ5lS7q0razVfxhxu1vUzZ8uKPhvJ3LRkmyPGpDZboSBKkd91JRtx6r6eAt15BK63qMPIQEolF0Mps6Uj6iZ_77r3fz6w0kCC3-ZLHJRUx-_IZNEmz9oIjhenHVzoiOznbx2EohhroyRMUnU6HAihTIlsT8mBhGiPifpdVF7jN9A0y6lzguZxLSvNGhTuyEGwF0oy2Y-ksKrKEtjAbfWT-jYnB3M872CWHexEqyK3KqLTDQKlFV_kd3KscGWnQyicIlogGFjo-lLrtVIs98V9QhiI6lZzDcS3bzyVNE_qJSoMZcDINrkJzEG-Jf2eIfEh0ThsADQW7pKN8ZdvQK4f4J3RDveRXxyloJ3fD_aFCbDPaOTdXMnTttGjupEFxXQKb3YXkp0b91TXfpmCzkV6AvM', 'width' => 4080), array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHoeRDy4HixKhkRZsVIJ2mSFZa3ggAmfHBSAQ55Sh6Yqbvwkp88q5P75dn4076_GHDyaEfbf6xox0EpVpq-OOPnTxvWQrO03PTmer600SKRF__f_0hp9Od9plEQAXC5Z-5lJ0Wo6z9Z3GTP72pV3DWnt0CeUWhx-hWRTeoj1_0jd8qZz4LP6HrYWtNtCgkQb52xfIeTZnHTwPWiB0JvWdO5yY4VXfY_TlJVHKcRQpCSKQMavLWf17b2LRFkaqkKMQsYzg9KznDaWhy0eCn9PyiK1bGzg8aJX9xMYUL_ksRaceYPazI312vPHLpf-yJMmTnPN_pT-4VfuBoxiV2OXItDljLZeM4Z09oJ2411z71mR-RHAAgVQKpWt2p_5_ttwCHt128Rw5jYEmzN0EvksGAjVx-rSidAX54i8Yi-apWtZQP5bs8JtkCaGTsu-ewYj', 'width' => 4032), array('height' => 3000, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/106196763373855881923">Gilles Rouveure</a>'), 'photo_reference' => 'AZLasHrY2FomMC7MQHZiZu1zi4owLptcdzHqgq6ccuiTtfNZxqFoLSoUrvpcJ0C2fQKcR_4sUstarhKKuVVC4BwZ9TdT4YufFYTtBuj_T4BP2tBfDiwAlfO65NemzNWngMTu-lmp8b1SMdUuileBwczxj7cbsNW30n9cB8CH2Z4b0y1ERcaDkqjJ814cXo15gJhZfoYTd3ZIkfYnw2nkCyVCJwitdgorPD-scUxm3rbjlKjvW2nvEmj0tfDt4JXecLFBya4j3XDf5jesNq7SwDyuIx8rxKisQLK6Htgwx8ePbEPZKN2CgHfK7RK5osc9zQGLtv37UMmHYc0zOQ8MhiTxKMDTKrXmgKVbsJU8OiQd1lMSmMQb9-d-kK9HEvqg6WcHBVZtHlq6MrVhWk-L6WgXGsNsn9qiXqxe40UhEI84I22SEcv4', 'width' => 4000), array('height' => 1311, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/111577640564085862301">LAVAUD Chantal</a>'), 'photo_reference' => 'AZLasHoDei995N-fxubqu78KzzHH_oJlIZCgqZSH40vmJM70VxdDefkbJRtFe1lLXfsRSxKt59NooorE8fXJT8mgwY2OqaCcy9ZOUKL1NshOWQd0aBkZ-3vP7ppwa_lLqxEtitlY0fPU2lUc_xoTDoUUDxkicRGQqdg3-CQ3ERzd-b0xNbgT23b5i_tbHXGZlQKw-YsThrn0f__Zdf78VKVEGngMUOGZgZ8zHN2ZoeMNs3trzyKHEM03PiJeDSxIgLKAUr0w_ELQxkvj2POt9327NGWs47JJkhuA49sCsC24u2exC82PRNOE_N-vHohdnZmNKVrg5e_g_eX7sZg2e3wCClqj3cC2MiTxsqiLCYzoj5RYM4GVAP9jVMROEH_hcUMYM3yTc00dnJ3Yr_y1OJrs728PJYFSg7f37MVXW9WfXH_iiSw', 'width' => 1120), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/104411453226239602216">Sophie Fonvieille</a>'), 'photo_reference' => 'AZLasHow_RDE8zv1Elf_YdXTWDsH2PBhUIOKWvy5R7-ZpBvHUNO9XYYhYosfSBYx8eeX4TMwomSJHgv1aSJhZJg7xlxmmA1p5CQ42f2NZfSvXEB8ttxf0GtUIhbHS9VKf7UhOkweSD5XOAQL4nJj0C0VLg90Qh6UPbKW0QjlkwgnmztR8bzH9UmvvFyFhPtSsRn67yZs-OR-mmgimDIUNDZSB0yXA1LG55vd7m99oTZTW1W5vbhdnMoWHhx1y9LAWPVBj-ZDzCqsjxi0qiC_bXi92J0a_MbVqQz78PBy1QRFAExO-nQpvBFT-vodMUPKDqVrPkDRvIpCNFLtO6OKZj24ICXqrIfd1SwSQjzSNgqNy8Q6DR6MKp6O5phcps3oTiArFvSxOrhOpOnlFVQiJ2STvniTTxR0slC08t3ZP1vX45uRckQD', 'width' => 3024), array('height' => 3023, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHowD1Gbzo9P_BHCjE1rcuHXQkujoYbTHs5ObQzZ2oIJvxzy-rYFjERtqtX044kJdBJRlnQsXCkM3tNoyMhY510ht8uNmGRqya5So-OLBcHDSU-5TY50h_c8KIw2yJRomVgMg9b4icHPy0-sRA7LPpO39mTBPqsBkoFet3f2keGkFTotLL8w8F6k7vg5VYhhriFgnqCusiG1grcFqxhBB-m002S3ncRuYgdzPiongIR5_Pjb7hyDbFkbJdCmL2P44eYEulUFhrLxpgk4Dv_7-qRQSW-e8NrE6gRH1TWk0QCCGlw1teAmh02GcSTvt55HnUopsqXVMXOJhYwOl8MNmicO4g94V0-mAob-O_CO8xx9bAae97bTfbfdxppNjmbXxbujDM6iccuEcaMxbxca8aG55-ztrmfgn8pBWSqwOlZoCBNb4pDqFzduOu2f8w', 'width' => 4031), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHr01Qu0ji-_0Ea48BITQWpH2w32BUXRifnH1gKTL5PGEzuK7YiA33ffV8XBRsUcUghsodfRhC_fAvJhNOgiQjLGu5ZafHWuOARG0RxkWx0SfcKZV91OnxRuvsQx0Uw9EfgyhSIbte0qH1aW43HejOEdC_qHuU-ZLBDWXcVcowoAI3DachSwHRgMIBVwlwAYZX5xz8J05SAI630HWzpQ37rPxjKZNdMTNt32KBYYnr-mfXhMLTDXjLzbHrLpfBINZCrd4qBm7mQxmUTrwwVTGRxOfSyOQBdc493ScEnbexEWyrZg_9L_xGe-javiehJR_BpRwaFa6nJ-0LUXbt2SdcRkRLUb6wbs2qIPlOd8P3bJDfuw_0kDCjxVZXxSGj6nCOb0tj8aZHqcRQ-0BR5Ehp9Q91yEPsfDHIXBmer9x9q1MgbT', 'width' => 3024)), 'place_id' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'plus_code' => array('compound_code' => 'W2P7+CX Les Eyzies, France', 'global_code' => '8FP3W2P7+CX'), 'rating' => 4.7, 'reference' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'reservable' => true, 'reviews' => array(array('author_name' => 'Pat Migéco', 'author_url' => 'https://www.google.com/maps/contrib/100669826303832039599/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocJd0SwzsfSDkWDOyPEvPkVDONZiZm6KfvZul_yvJYqRT3M0eQ=s128-c0x00000000-cc-rp-mo-ba5', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Alors là un très bon restaurant ! Un très bon accueil ! Un très bon service !Une succulente cuisine avec un très bon rapport qualité ! Bravo à toute l\'équipe ! Que du bonheur ! Parking à proximité ! Il vaut mieux reserver ! Je vous recommande cet établissement !', 'time' => 1760819998, 'translated' => false), array('author_name' => 'Manon VIDAL', 'author_url' => 'https://www.google.com/maps/contrib/113783961056581691924/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjV0g5ojARR-IiXLVEHBsBuepVroWhdQwAy9pIubxvAKaMEiAAEG=s128-c0x00000000-cc-rp-mo', 'rating' => 5, 'relative_time_description' => 'il y a 3 mois', 'text' => 'Nous sommes venu a ce restaurant sur recommandation de la vendeuse de la terrasse du charron et nous n\'avons pas été déçu ! Au contraire, l\'accueil a été très chaleureux, un repas délicieux, produits régionaux mettant en avant les producteurs. Le repas était a la hauteur de nos attentes, nous vous conseillons de vous y arrêter un soir pour profiter de l\'ambiance.', 'time' => 1757846870, 'translated' => false), array('author_name' => 'Stella Ferriere', 'author_url' => 'https://www.google.com/maps/contrib/114842290413279293979/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjXayF67IlYeU4EjzCCpOYe-V9RzSUqj4-pjGZR_XUTtlWrkkVzL=s128-c0x00000000-cc-rp-mo-ba4', 'rating' => 5, 'relative_time_description' => 'il y a 2 mois', 'text' => 'Accueil très sympathique.Très bonne cuisine locale.Décoration originale', 'time' => 1760614995, 'translated' => false), array('author_name' => 'mathieu massé', 'author_url' => 'https://www.google.com/maps/contrib/100165525192621309085/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocI1Yx67LiXYZ6SZfFn5kgX5ARewGNcImrV7IHDt-zYvU6fHvsVf=s128-c0x00000000-cc-rp-mo-ba2', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Arrivée sur le tard en presque fin de service mais nous avons été très bien accueilli.Un joli restaurant avec une carte courte proposant des produits de saison et des producteurs locaux.Dégustation d\'un magnifique foie gras (maison Albié), et d\'une cuisse d\'oie confite, préparée magnifiquement avec des légumes de saison.Service impeccable et amicale. Très bons conseils de visites pour un après-midi pluvieux.Je recommande vivement', 'time' => 1761563955, 'translated' => false), array('author_name' => 'Guillaume Pade', 'author_url' => 'https://www.google.com/maps/contrib/104507447131818620499/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocLajIQ3HdVSBQed5avSKnQN_6wWoAM7qsIfzydWKMtr0JHTGA=s128-c0x00000000-cc-rp-mo-ba3', 'rating' => 5, 'relative_time_description' => 'il y a un an', 'text' => 'Dès notre arrivée, nous avons été chaleureusement accueillis par le personnel attentif et professionnel tout au long du repas. L\'ambiance est cosy et agréable, idéale pour un dîner entre amis ou en famille.Côté cuisine, c\'était un sans-faute. Les plats sont savoureux, bien présentés, et les portions généreuses. Les produits sont visiblement frais et de qualité, et cela se ressent dans les saveurs.Je recommande vivement ce restaurant pour ceux qui cherchent une belle expérience culinaire dans un cadre sympathique.', 'time' => 1726831901, 'translated' => false)), 'serves_beer' => true, 'serves_breakfast' => false, 'serves_brunch' => false, 'serves_dinner' => true, 'serves_lunch' => true, 'serves_vegetarian_food' => false, 'serves_wine' => true, 'takeout' => false, 'types' => array('establishment', 'food', 'point_of_interest', 'restaurant'), 'url' => 'https://maps.google.com/?cid=13121864126858907128', 'user_ratings_total' => 390, 'utc_offset' => 60, 'vicinity' => '7 Rue du Moulin, Les Eyzies', 'website' => 'https://www.restaurantnosco.fr/'), 'status' => 'OK')))
(src/Controller/HomeController.php:116)
at App\Controller\HomeController->list(object(ShopRepository), object(CategoryRepository), object(Request), '8')
(vendor/symfony/http-kernel/HttpKernel.php:163)
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:184)
at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
(vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
(vendor/autoload_runtime.php:29)
at require_once('/home/bestofi/bestof/vendor/autoload_runtime.php')
(public/index.php:5)
|
|
[1/2]
RuntimeException
|
|---|
RuntimeException:
Failed to start the session because headers have already been sent by "/home/bestofi/bestof/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php" at line 159.
at vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:132
at Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start()
(vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:296)
at Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag('flashes')
(vendor/symfony/http-foundation/Session/Session.php:201)
at Symfony\Component\HttpFoundation\Session\Session->getBag('flashes')
(vendor/symfony/http-foundation/Session/Session.php:211)
at Symfony\Component\HttpFoundation\Session\Session->getFlashBag()
(vendor/symfony/twig-bridge/AppVariable.php:151)
at Symfony\Bridge\Twig\AppVariable->getFlashes('success')
(vendor/twig/twig/src/Extension/CoreExtension.php:1635)
at twig_get_attribute(object(Environment), object(Source), object(AppVariable), 'flashes', array('success'), 'method', false, false, false, 9)
(var/cache/dev/twig/be/bed8611fedc68478a9748e1756cab723.php:77)
at __TwigTemplate_38c0995cbf56146dbfcf0dc197c12c2f->block_body(array('allShops' => array(object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop)), 'allCategories' => array(object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category)), 'form' => object(FormView), 'shops' => array(object(Shop)), 'apiData' => array('html_attributions' => array(), 'result' => array('address_components' => array(array('long_name' => '7', 'short_name' => '7', 'types' => array('street_number')), array('long_name' => 'Rue du Moulin', 'short_name' => 'Rue du Moulin', 'types' => array('route')), array('long_name' => 'Les Eyzies', 'short_name' => 'Les Eyzies', 'types' => array('locality', 'political')), array('long_name' => 'Dordogne', 'short_name' => 'Dordogne', 'types' => array('administrative_area_level_2', 'political')), array('long_name' => 'Nouvelle-Aquitaine', 'short_name' => 'Nouvelle-Aquitaine', 'types' => array('administrative_area_level_1', 'political')), array('long_name' => 'France', 'short_name' => 'FR', 'types' => array('country', 'political')), array('long_name' => '24620', 'short_name' => '24620', 'types' => array('postal_code'))), 'adr_address' => '<span class="street-address">7 Rue du Moulin</span>, <span class="postal-code">24620</span> <span class="locality">Les Eyzies</span>, <span class="country-name">France</span>', 'business_status' => 'CLOSED_TEMPORARILY', 'curbside_pickup' => false, 'delivery' => false, 'dine_in' => true, 'formatted_address' => '7 Rue du Moulin, 24620 Les Eyzies, France', 'formatted_phone_number' => '06 01 43 14 92', 'geometry' => array('location' => array('lat' => 44.9360551, 'lng' => 1.0149352), 'viewport' => array('northeast' => array('lat' => 44.9373998802915, 'lng' => 1.016284630291502), 'southwest' => array('lat' => 44.9347019197085, 'lng' => 1.013586669708498))), 'icon' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png', 'icon_background_color' => '#FF9E67', 'icon_mask_base_uri' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet', 'international_phone_number' => '+33 6 01 43 14 92', 'name' => 'Restaurant NOSCO', 'permanently_closed' => true, 'photos' => array(array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpEwWkM1MWr1QDRH3BfBjPKuNp4fgfA7UE1tltQtoSnSlYgyAarD0qxIq3GqAJB1mPWIx9zwfRW74M2BWNNmwoAZff-MnJHm_SZn4pmMGcXYVfDlRQXEFS82KM4sQmYKJ9_CtYdy3LutmrfzeESUd_dZEsPoAqmeIGNaMSd8yxvCLGSM6aEU-rwMSNHwA6jqu5xztIEjhdI_FChnk0BaYNs924F1DoPyRH7TRim9p8Q0gVRKAv_FlWFmA6-sEurCAOHL8xuoM4BITfnvnsZPLHKjG-YmjFtU15dvIBOLjAdkOdTq65zmUSBY3EHO6LjRJxV1cnPiRzMGgsiYSubM-zLZVha_UGGonTpmqetMM29l470ut57_3nl0Mhi4zm-ilcACGGr4XEvRCDgmFehXDFym4TfTOKQ8prhftinEpRdRQ', 'width' => 4032), array('height' => 3215, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/114864208106042344963">Restaurant NOSCO</a>'), 'photo_reference' => 'AZLasHoaZ2XYtNQ9vFjiajy66EQ9GMO_f-LTedXFmC1GXtVOOOZCMLp8a7yOaoHvhHyPLBwKt8F5nw5YymoPeEutdmJWBrlvydTDm1pTBxZQ5tGHVYwhWz_DX1QlTYmWQXavN-MFkuILf8viuw-ZxIz61tIjqO2fcit_D58-X_8NW-O74W1v-eLcFw-uI8aQGdSNJ8QSNmFIpNODye3D9imAvgoFfkDCthhq7Fz0mg9smTnbVht9m6waqHxP6Cx8xOTpZNRXOLqkm22QbTAFyLOlcucsZRrKIJR6s5tsNAYlJSWQGw', 'width' => 3060), array('height' => 2179, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpE2cTn2zvSwptoNptFfh9grnUUWxXwXNMe1hntgZQMUMU7YSN8rXGGj7Z-hkR4bTC-jKj6Ckkqn_BMhUQ_NcTK9PngM3Z9JGmXULQiRlxzh6WwRj_oRj9ZrC5ZVgMyn6vcEK-PgD8KjsguKNATXg_di_qqWXPcFStVGDfZMD_dZgMtlnhvc3YVBimPCvLASUvIzjsAsQcwliPyRfWNjUOmVdEFw-OIcz7O6Zc1Farze2D3rM7Gc3wcPxXjYHjlRohj5PE49zHMwFj-Llit_QMMWq9ZiPuAg-su7x6-WrnGWQ3HxB4Sdp8FPK7PhwTyRJgUcWbDEATy19alQ-R9NES-B4RmJkr-OMjhGvwaj5Pz8foyTzFX6wW_ThVaArkpvzcmqxbgIrgiuYbdl24spk-rP7KE7GL6FJUfdkuUH10', 'width' => 3983), array('height' => 3060, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/105968091408603288119">Bilbon Lehobbit</a>'), 'photo_reference' => 'AZLasHqUu9npaUe1HeiXoCT9_fsdQ5lS7q0razVfxhxu1vUzZ8uKPhvJ3LRkmyPGpDZboSBKkd91JRtx6r6eAt15BK63qMPIQEolF0Mps6Uj6iZ_77r3fz6w0kCC3-ZLHJRUx-_IZNEmz9oIjhenHVzoiOznbx2EohhroyRMUnU6HAihTIlsT8mBhGiPifpdVF7jN9A0y6lzguZxLSvNGhTuyEGwF0oy2Y-ksKrKEtjAbfWT-jYnB3M872CWHexEqyK3KqLTDQKlFV_kd3KscGWnQyicIlogGFjo-lLrtVIs98V9QhiI6lZzDcS3bzyVNE_qJSoMZcDINrkJzEG-Jf2eIfEh0ThsADQW7pKN8ZdvQK4f4J3RDveRXxyloJ3fD_aFCbDPaOTdXMnTttGjupEFxXQKb3YXkp0b91TXfpmCzkV6AvM', 'width' => 4080), array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHoeRDy4HixKhkRZsVIJ2mSFZa3ggAmfHBSAQ55Sh6Yqbvwkp88q5P75dn4076_GHDyaEfbf6xox0EpVpq-OOPnTxvWQrO03PTmer600SKRF__f_0hp9Od9plEQAXC5Z-5lJ0Wo6z9Z3GTP72pV3DWnt0CeUWhx-hWRTeoj1_0jd8qZz4LP6HrYWtNtCgkQb52xfIeTZnHTwPWiB0JvWdO5yY4VXfY_TlJVHKcRQpCSKQMavLWf17b2LRFkaqkKMQsYzg9KznDaWhy0eCn9PyiK1bGzg8aJX9xMYUL_ksRaceYPazI312vPHLpf-yJMmTnPN_pT-4VfuBoxiV2OXItDljLZeM4Z09oJ2411z71mR-RHAAgVQKpWt2p_5_ttwCHt128Rw5jYEmzN0EvksGAjVx-rSidAX54i8Yi-apWtZQP5bs8JtkCaGTsu-ewYj', 'width' => 4032), array('height' => 3000, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/106196763373855881923">Gilles Rouveure</a>'), 'photo_reference' => 'AZLasHrY2FomMC7MQHZiZu1zi4owLptcdzHqgq6ccuiTtfNZxqFoLSoUrvpcJ0C2fQKcR_4sUstarhKKuVVC4BwZ9TdT4YufFYTtBuj_T4BP2tBfDiwAlfO65NemzNWngMTu-lmp8b1SMdUuileBwczxj7cbsNW30n9cB8CH2Z4b0y1ERcaDkqjJ814cXo15gJhZfoYTd3ZIkfYnw2nkCyVCJwitdgorPD-scUxm3rbjlKjvW2nvEmj0tfDt4JXecLFBya4j3XDf5jesNq7SwDyuIx8rxKisQLK6Htgwx8ePbEPZKN2CgHfK7RK5osc9zQGLtv37UMmHYc0zOQ8MhiTxKMDTKrXmgKVbsJU8OiQd1lMSmMQb9-d-kK9HEvqg6WcHBVZtHlq6MrVhWk-L6WgXGsNsn9qiXqxe40UhEI84I22SEcv4', 'width' => 4000), array('height' => 1311, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/111577640564085862301">LAVAUD Chantal</a>'), 'photo_reference' => 'AZLasHoDei995N-fxubqu78KzzHH_oJlIZCgqZSH40vmJM70VxdDefkbJRtFe1lLXfsRSxKt59NooorE8fXJT8mgwY2OqaCcy9ZOUKL1NshOWQd0aBkZ-3vP7ppwa_lLqxEtitlY0fPU2lUc_xoTDoUUDxkicRGQqdg3-CQ3ERzd-b0xNbgT23b5i_tbHXGZlQKw-YsThrn0f__Zdf78VKVEGngMUOGZgZ8zHN2ZoeMNs3trzyKHEM03PiJeDSxIgLKAUr0w_ELQxkvj2POt9327NGWs47JJkhuA49sCsC24u2exC82PRNOE_N-vHohdnZmNKVrg5e_g_eX7sZg2e3wCClqj3cC2MiTxsqiLCYzoj5RYM4GVAP9jVMROEH_hcUMYM3yTc00dnJ3Yr_y1OJrs728PJYFSg7f37MVXW9WfXH_iiSw', 'width' => 1120), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/104411453226239602216">Sophie Fonvieille</a>'), 'photo_reference' => 'AZLasHow_RDE8zv1Elf_YdXTWDsH2PBhUIOKWvy5R7-ZpBvHUNO9XYYhYosfSBYx8eeX4TMwomSJHgv1aSJhZJg7xlxmmA1p5CQ42f2NZfSvXEB8ttxf0GtUIhbHS9VKf7UhOkweSD5XOAQL4nJj0C0VLg90Qh6UPbKW0QjlkwgnmztR8bzH9UmvvFyFhPtSsRn67yZs-OR-mmgimDIUNDZSB0yXA1LG55vd7m99oTZTW1W5vbhdnMoWHhx1y9LAWPVBj-ZDzCqsjxi0qiC_bXi92J0a_MbVqQz78PBy1QRFAExO-nQpvBFT-vodMUPKDqVrPkDRvIpCNFLtO6OKZj24ICXqrIfd1SwSQjzSNgqNy8Q6DR6MKp6O5phcps3oTiArFvSxOrhOpOnlFVQiJ2STvniTTxR0slC08t3ZP1vX45uRckQD', 'width' => 3024), array('height' => 3023, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHowD1Gbzo9P_BHCjE1rcuHXQkujoYbTHs5ObQzZ2oIJvxzy-rYFjERtqtX044kJdBJRlnQsXCkM3tNoyMhY510ht8uNmGRqya5So-OLBcHDSU-5TY50h_c8KIw2yJRomVgMg9b4icHPy0-sRA7LPpO39mTBPqsBkoFet3f2keGkFTotLL8w8F6k7vg5VYhhriFgnqCusiG1grcFqxhBB-m002S3ncRuYgdzPiongIR5_Pjb7hyDbFkbJdCmL2P44eYEulUFhrLxpgk4Dv_7-qRQSW-e8NrE6gRH1TWk0QCCGlw1teAmh02GcSTvt55HnUopsqXVMXOJhYwOl8MNmicO4g94V0-mAob-O_CO8xx9bAae97bTfbfdxppNjmbXxbujDM6iccuEcaMxbxca8aG55-ztrmfgn8pBWSqwOlZoCBNb4pDqFzduOu2f8w', 'width' => 4031), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHr01Qu0ji-_0Ea48BITQWpH2w32BUXRifnH1gKTL5PGEzuK7YiA33ffV8XBRsUcUghsodfRhC_fAvJhNOgiQjLGu5ZafHWuOARG0RxkWx0SfcKZV91OnxRuvsQx0Uw9EfgyhSIbte0qH1aW43HejOEdC_qHuU-ZLBDWXcVcowoAI3DachSwHRgMIBVwlwAYZX5xz8J05SAI630HWzpQ37rPxjKZNdMTNt32KBYYnr-mfXhMLTDXjLzbHrLpfBINZCrd4qBm7mQxmUTrwwVTGRxOfSyOQBdc493ScEnbexEWyrZg_9L_xGe-javiehJR_BpRwaFa6nJ-0LUXbt2SdcRkRLUb6wbs2qIPlOd8P3bJDfuw_0kDCjxVZXxSGj6nCOb0tj8aZHqcRQ-0BR5Ehp9Q91yEPsfDHIXBmer9x9q1MgbT', 'width' => 3024)), 'place_id' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'plus_code' => array('compound_code' => 'W2P7+CX Les Eyzies, France', 'global_code' => '8FP3W2P7+CX'), 'rating' => 4.7, 'reference' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'reservable' => true, 'reviews' => array(array('author_name' => 'Pat Migéco', 'author_url' => 'https://www.google.com/maps/contrib/100669826303832039599/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocJd0SwzsfSDkWDOyPEvPkVDONZiZm6KfvZul_yvJYqRT3M0eQ=s128-c0x00000000-cc-rp-mo-ba5', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Alors là un très bon restaurant ! Un très bon accueil ! Un très bon service !Une succulente cuisine avec un très bon rapport qualité ! Bravo à toute l\'équipe ! Que du bonheur ! Parking à proximité ! Il vaut mieux reserver ! Je vous recommande cet établissement !', 'time' => 1760819998, 'translated' => false), array('author_name' => 'Manon VIDAL', 'author_url' => 'https://www.google.com/maps/contrib/113783961056581691924/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjV0g5ojARR-IiXLVEHBsBuepVroWhdQwAy9pIubxvAKaMEiAAEG=s128-c0x00000000-cc-rp-mo', 'rating' => 5, 'relative_time_description' => 'il y a 3 mois', 'text' => 'Nous sommes venu a ce restaurant sur recommandation de la vendeuse de la terrasse du charron et nous n\'avons pas été déçu ! Au contraire, l\'accueil a été très chaleureux, un repas délicieux, produits régionaux mettant en avant les producteurs. Le repas était a la hauteur de nos attentes, nous vous conseillons de vous y arrêter un soir pour profiter de l\'ambiance.', 'time' => 1757846870, 'translated' => false), array('author_name' => 'Stella Ferriere', 'author_url' => 'https://www.google.com/maps/contrib/114842290413279293979/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjXayF67IlYeU4EjzCCpOYe-V9RzSUqj4-pjGZR_XUTtlWrkkVzL=s128-c0x00000000-cc-rp-mo-ba4', 'rating' => 5, 'relative_time_description' => 'il y a 2 mois', 'text' => 'Accueil très sympathique.Très bonne cuisine locale.Décoration originale', 'time' => 1760614995, 'translated' => false), array('author_name' => 'mathieu massé', 'author_url' => 'https://www.google.com/maps/contrib/100165525192621309085/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocI1Yx67LiXYZ6SZfFn5kgX5ARewGNcImrV7IHDt-zYvU6fHvsVf=s128-c0x00000000-cc-rp-mo-ba2', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Arrivée sur le tard en presque fin de service mais nous avons été très bien accueilli.Un joli restaurant avec une carte courte proposant des produits de saison et des producteurs locaux.Dégustation d\'un magnifique foie gras (maison Albié), et d\'une cuisse d\'oie confite, préparée magnifiquement avec des légumes de saison.Service impeccable et amicale. Très bons conseils de visites pour un après-midi pluvieux.Je recommande vivement', 'time' => 1761563955, 'translated' => false), array('author_name' => 'Guillaume Pade', 'author_url' => 'https://www.google.com/maps/contrib/104507447131818620499/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocLajIQ3HdVSBQed5avSKnQN_6wWoAM7qsIfzydWKMtr0JHTGA=s128-c0x00000000-cc-rp-mo-ba3', 'rating' => 5, 'relative_time_description' => 'il y a un an', 'text' => 'Dès notre arrivée, nous avons été chaleureusement accueillis par le personnel attentif et professionnel tout au long du repas. L\'ambiance est cosy et agréable, idéale pour un dîner entre amis ou en famille.Côté cuisine, c\'était un sans-faute. Les plats sont savoureux, bien présentés, et les portions généreuses. Les produits sont visiblement frais et de qualité, et cela se ressent dans les saveurs.Je recommande vivement ce restaurant pour ceux qui cherchent une belle expérience culinaire dans un cadre sympathique.', 'time' => 1726831901, 'translated' => false)), 'serves_beer' => true, 'serves_breakfast' => false, 'serves_brunch' => false, 'serves_dinner' => true, 'serves_lunch' => true, 'serves_vegetarian_food' => false, 'serves_wine' => true, 'takeout' => false, 'types' => array('establishment', 'food', 'point_of_interest', 'restaurant'), 'url' => 'https://maps.google.com/?cid=13121864126858907128', 'user_ratings_total' => 390, 'utc_offset' => 60, 'vicinity' => '7 Rue du Moulin, Les Eyzies', 'website' => 'https://www.restaurantnosco.fr/'), 'status' => 'OK'), 'app' => object(AppVariable), '_parent' => array('allShops' => array(object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop)), 'allCategories' => array(object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category)), 'form' => object(FormView), 'shops' => array(object(Shop)), 'apiData' => array('html_attributions' => array(), 'result' => array('address_components' => array(array('long_name' => '7', 'short_name' => '7', 'types' => array('street_number')), array('long_name' => 'Rue du Moulin', 'short_name' => 'Rue du Moulin', 'types' => array('route')), array('long_name' => 'Les Eyzies', 'short_name' => 'Les Eyzies', 'types' => array('locality', 'political')), array('long_name' => 'Dordogne', 'short_name' => 'Dordogne', 'types' => array('administrative_area_level_2', 'political')), array('long_name' => 'Nouvelle-Aquitaine', 'short_name' => 'Nouvelle-Aquitaine', 'types' => array('administrative_area_level_1', 'political')), array('long_name' => 'France', 'short_name' => 'FR', 'types' => array('country', 'political')), array('long_name' => '24620', 'short_name' => '24620', 'types' => array('postal_code'))), 'adr_address' => '<span class="street-address">7 Rue du Moulin</span>, <span class="postal-code">24620</span> <span class="locality">Les Eyzies</span>, <span class="country-name">France</span>', 'business_status' => 'CLOSED_TEMPORARILY', 'curbside_pickup' => false, 'delivery' => false, 'dine_in' => true, 'formatted_address' => '7 Rue du Moulin, 24620 Les Eyzies, France', 'formatted_phone_number' => '06 01 43 14 92', 'geometry' => array('location' => array('lat' => 44.9360551, 'lng' => 1.0149352), 'viewport' => array('northeast' => array('lat' => 44.9373998802915, 'lng' => 1.016284630291502), 'southwest' => array('lat' => 44.9347019197085, 'lng' => 1.013586669708498))), 'icon' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png', 'icon_background_color' => '#FF9E67', 'icon_mask_base_uri' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet', 'international_phone_number' => '+33 6 01 43 14 92', 'name' => 'Restaurant NOSCO', 'permanently_closed' => true, 'photos' => array(array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpEwWkM1MWr1QDRH3BfBjPKuNp4fgfA7UE1tltQtoSnSlYgyAarD0qxIq3GqAJB1mPWIx9zwfRW74M2BWNNmwoAZff-MnJHm_SZn4pmMGcXYVfDlRQXEFS82KM4sQmYKJ9_CtYdy3LutmrfzeESUd_dZEsPoAqmeIGNaMSd8yxvCLGSM6aEU-rwMSNHwA6jqu5xztIEjhdI_FChnk0BaYNs924F1DoPyRH7TRim9p8Q0gVRKAv_FlWFmA6-sEurCAOHL8xuoM4BITfnvnsZPLHKjG-YmjFtU15dvIBOLjAdkOdTq65zmUSBY3EHO6LjRJxV1cnPiRzMGgsiYSubM-zLZVha_UGGonTpmqetMM29l470ut57_3nl0Mhi4zm-ilcACGGr4XEvRCDgmFehXDFym4TfTOKQ8prhftinEpRdRQ', 'width' => 4032), array('height' => 3215, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/114864208106042344963">Restaurant NOSCO</a>'), 'photo_reference' => 'AZLasHoaZ2XYtNQ9vFjiajy66EQ9GMO_f-LTedXFmC1GXtVOOOZCMLp8a7yOaoHvhHyPLBwKt8F5nw5YymoPeEutdmJWBrlvydTDm1pTBxZQ5tGHVYwhWz_DX1QlTYmWQXavN-MFkuILf8viuw-ZxIz61tIjqO2fcit_D58-X_8NW-O74W1v-eLcFw-uI8aQGdSNJ8QSNmFIpNODye3D9imAvgoFfkDCthhq7Fz0mg9smTnbVht9m6waqHxP6Cx8xOTpZNRXOLqkm22QbTAFyLOlcucsZRrKIJR6s5tsNAYlJSWQGw', 'width' => 3060), array('height' => 2179, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpE2cTn2zvSwptoNptFfh9grnUUWxXwXNMe1hntgZQMUMU7YSN8rXGGj7Z-hkR4bTC-jKj6Ckkqn_BMhUQ_NcTK9PngM3Z9JGmXULQiRlxzh6WwRj_oRj9ZrC5ZVgMyn6vcEK-PgD8KjsguKNATXg_di_qqWXPcFStVGDfZMD_dZgMtlnhvc3YVBimPCvLASUvIzjsAsQcwliPyRfWNjUOmVdEFw-OIcz7O6Zc1Farze2D3rM7Gc3wcPxXjYHjlRohj5PE49zHMwFj-Llit_QMMWq9ZiPuAg-su7x6-WrnGWQ3HxB4Sdp8FPK7PhwTyRJgUcWbDEATy19alQ-R9NES-B4RmJkr-OMjhGvwaj5Pz8foyTzFX6wW_ThVaArkpvzcmqxbgIrgiuYbdl24spk-rP7KE7GL6FJUfdkuUH10', 'width' => 3983), array('height' => 3060, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/105968091408603288119">Bilbon Lehobbit</a>'), 'photo_reference' => 'AZLasHqUu9npaUe1HeiXoCT9_fsdQ5lS7q0razVfxhxu1vUzZ8uKPhvJ3LRkmyPGpDZboSBKkd91JRtx6r6eAt15BK63qMPIQEolF0Mps6Uj6iZ_77r3fz6w0kCC3-ZLHJRUx-_IZNEmz9oIjhenHVzoiOznbx2EohhroyRMUnU6HAihTIlsT8mBhGiPifpdVF7jN9A0y6lzguZxLSvNGhTuyEGwF0oy2Y-ksKrKEtjAbfWT-jYnB3M872CWHexEqyK3KqLTDQKlFV_kd3KscGWnQyicIlogGFjo-lLrtVIs98V9QhiI6lZzDcS3bzyVNE_qJSoMZcDINrkJzEG-Jf2eIfEh0ThsADQW7pKN8ZdvQK4f4J3RDveRXxyloJ3fD_aFCbDPaOTdXMnTttGjupEFxXQKb3YXkp0b91TXfpmCzkV6AvM', 'width' => 4080), array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHoeRDy4HixKhkRZsVIJ2mSFZa3ggAmfHBSAQ55Sh6Yqbvwkp88q5P75dn4076_GHDyaEfbf6xox0EpVpq-OOPnTxvWQrO03PTmer600SKRF__f_0hp9Od9plEQAXC5Z-5lJ0Wo6z9Z3GTP72pV3DWnt0CeUWhx-hWRTeoj1_0jd8qZz4LP6HrYWtNtCgkQb52xfIeTZnHTwPWiB0JvWdO5yY4VXfY_TlJVHKcRQpCSKQMavLWf17b2LRFkaqkKMQsYzg9KznDaWhy0eCn9PyiK1bGzg8aJX9xMYUL_ksRaceYPazI312vPHLpf-yJMmTnPN_pT-4VfuBoxiV2OXItDljLZeM4Z09oJ2411z71mR-RHAAgVQKpWt2p_5_ttwCHt128Rw5jYEmzN0EvksGAjVx-rSidAX54i8Yi-apWtZQP5bs8JtkCaGTsu-ewYj', 'width' => 4032), array('height' => 3000, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/106196763373855881923">Gilles Rouveure</a>'), 'photo_reference' => 'AZLasHrY2FomMC7MQHZiZu1zi4owLptcdzHqgq6ccuiTtfNZxqFoLSoUrvpcJ0C2fQKcR_4sUstarhKKuVVC4BwZ9TdT4YufFYTtBuj_T4BP2tBfDiwAlfO65NemzNWngMTu-lmp8b1SMdUuileBwczxj7cbsNW30n9cB8CH2Z4b0y1ERcaDkqjJ814cXo15gJhZfoYTd3ZIkfYnw2nkCyVCJwitdgorPD-scUxm3rbjlKjvW2nvEmj0tfDt4JXecLFBya4j3XDf5jesNq7SwDyuIx8rxKisQLK6Htgwx8ePbEPZKN2CgHfK7RK5osc9zQGLtv37UMmHYc0zOQ8MhiTxKMDTKrXmgKVbsJU8OiQd1lMSmMQb9-d-kK9HEvqg6WcHBVZtHlq6MrVhWk-L6WgXGsNsn9qiXqxe40UhEI84I22SEcv4', 'width' => 4000), array('height' => 1311, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/111577640564085862301">LAVAUD Chantal</a>'), 'photo_reference' => 'AZLasHoDei995N-fxubqu78KzzHH_oJlIZCgqZSH40vmJM70VxdDefkbJRtFe1lLXfsRSxKt59NooorE8fXJT8mgwY2OqaCcy9ZOUKL1NshOWQd0aBkZ-3vP7ppwa_lLqxEtitlY0fPU2lUc_xoTDoUUDxkicRGQqdg3-CQ3ERzd-b0xNbgT23b5i_tbHXGZlQKw-YsThrn0f__Zdf78VKVEGngMUOGZgZ8zHN2ZoeMNs3trzyKHEM03PiJeDSxIgLKAUr0w_ELQxkvj2POt9327NGWs47JJkhuA49sCsC24u2exC82PRNOE_N-vHohdnZmNKVrg5e_g_eX7sZg2e3wCClqj3cC2MiTxsqiLCYzoj5RYM4GVAP9jVMROEH_hcUMYM3yTc00dnJ3Yr_y1OJrs728PJYFSg7f37MVXW9WfXH_iiSw', 'width' => 1120), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/104411453226239602216">Sophie Fonvieille</a>'), 'photo_reference' => 'AZLasHow_RDE8zv1Elf_YdXTWDsH2PBhUIOKWvy5R7-ZpBvHUNO9XYYhYosfSBYx8eeX4TMwomSJHgv1aSJhZJg7xlxmmA1p5CQ42f2NZfSvXEB8ttxf0GtUIhbHS9VKf7UhOkweSD5XOAQL4nJj0C0VLg90Qh6UPbKW0QjlkwgnmztR8bzH9UmvvFyFhPtSsRn67yZs-OR-mmgimDIUNDZSB0yXA1LG55vd7m99oTZTW1W5vbhdnMoWHhx1y9LAWPVBj-ZDzCqsjxi0qiC_bXi92J0a_MbVqQz78PBy1QRFAExO-nQpvBFT-vodMUPKDqVrPkDRvIpCNFLtO6OKZj24ICXqrIfd1SwSQjzSNgqNy8Q6DR6MKp6O5phcps3oTiArFvSxOrhOpOnlFVQiJ2STvniTTxR0slC08t3ZP1vX45uRckQD', 'width' => 3024), array('height' => 3023, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHowD1Gbzo9P_BHCjE1rcuHXQkujoYbTHs5ObQzZ2oIJvxzy-rYFjERtqtX044kJdBJRlnQsXCkM3tNoyMhY510ht8uNmGRqya5So-OLBcHDSU-5TY50h_c8KIw2yJRomVgMg9b4icHPy0-sRA7LPpO39mTBPqsBkoFet3f2keGkFTotLL8w8F6k7vg5VYhhriFgnqCusiG1grcFqxhBB-m002S3ncRuYgdzPiongIR5_Pjb7hyDbFkbJdCmL2P44eYEulUFhrLxpgk4Dv_7-qRQSW-e8NrE6gRH1TWk0QCCGlw1teAmh02GcSTvt55HnUopsqXVMXOJhYwOl8MNmicO4g94V0-mAob-O_CO8xx9bAae97bTfbfdxppNjmbXxbujDM6iccuEcaMxbxca8aG55-ztrmfgn8pBWSqwOlZoCBNb4pDqFzduOu2f8w', 'width' => 4031), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHr01Qu0ji-_0Ea48BITQWpH2w32BUXRifnH1gKTL5PGEzuK7YiA33ffV8XBRsUcUghsodfRhC_fAvJhNOgiQjLGu5ZafHWuOARG0RxkWx0SfcKZV91OnxRuvsQx0Uw9EfgyhSIbte0qH1aW43HejOEdC_qHuU-ZLBDWXcVcowoAI3DachSwHRgMIBVwlwAYZX5xz8J05SAI630HWzpQ37rPxjKZNdMTNt32KBYYnr-mfXhMLTDXjLzbHrLpfBINZCrd4qBm7mQxmUTrwwVTGRxOfSyOQBdc493ScEnbexEWyrZg_9L_xGe-javiehJR_BpRwaFa6nJ-0LUXbt2SdcRkRLUb6wbs2qIPlOd8P3bJDfuw_0kDCjxVZXxSGj6nCOb0tj8aZHqcRQ-0BR5Ehp9Q91yEPsfDHIXBmer9x9q1MgbT', 'width' => 3024)), 'place_id' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'plus_code' => array('compound_code' => 'W2P7+CX Les Eyzies, France', 'global_code' => '8FP3W2P7+CX'), 'rating' => 4.7, 'reference' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'reservable' => true, 'reviews' => array(array('author_name' => 'Pat Migéco', 'author_url' => 'https://www.google.com/maps/contrib/100669826303832039599/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocJd0SwzsfSDkWDOyPEvPkVDONZiZm6KfvZul_yvJYqRT3M0eQ=s128-c0x00000000-cc-rp-mo-ba5', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Alors là un très bon restaurant ! Un très bon accueil ! Un très bon service !Une succulente cuisine avec un très bon rapport qualité ! Bravo à toute l\'équipe ! Que du bonheur ! Parking à proximité ! Il vaut mieux reserver ! Je vous recommande cet établissement !', 'time' => 1760819998, 'translated' => false), array('author_name' => 'Manon VIDAL', 'author_url' => 'https://www.google.com/maps/contrib/113783961056581691924/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjV0g5ojARR-IiXLVEHBsBuepVroWhdQwAy9pIubxvAKaMEiAAEG=s128-c0x00000000-cc-rp-mo', 'rating' => 5, 'relative_time_description' => 'il y a 3 mois', 'text' => 'Nous sommes venu a ce restaurant sur recommandation de la vendeuse de la terrasse du charron et nous n\'avons pas été déçu ! Au contraire, l\'accueil a été très chaleureux, un repas délicieux, produits régionaux mettant en avant les producteurs. Le repas était a la hauteur de nos attentes, nous vous conseillons de vous y arrêter un soir pour profiter de l\'ambiance.', 'time' => 1757846870, 'translated' => false), array('author_name' => 'Stella Ferriere', 'author_url' => 'https://www.google.com/maps/contrib/114842290413279293979/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjXayF67IlYeU4EjzCCpOYe-V9RzSUqj4-pjGZR_XUTtlWrkkVzL=s128-c0x00000000-cc-rp-mo-ba4', 'rating' => 5, 'relative_time_description' => 'il y a 2 mois', 'text' => 'Accueil très sympathique.Très bonne cuisine locale.Décoration originale', 'time' => 1760614995, 'translated' => false), array('author_name' => 'mathieu massé', 'author_url' => 'https://www.google.com/maps/contrib/100165525192621309085/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocI1Yx67LiXYZ6SZfFn5kgX5ARewGNcImrV7IHDt-zYvU6fHvsVf=s128-c0x00000000-cc-rp-mo-ba2', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Arrivée sur le tard en presque fin de service mais nous avons été très bien accueilli.Un joli restaurant avec une carte courte proposant des produits de saison et des producteurs locaux.Dégustation d\'un magnifique foie gras (maison Albié), et d\'une cuisse d\'oie confite, préparée magnifiquement avec des légumes de saison.Service impeccable et amicale. Très bons conseils de visites pour un après-midi pluvieux.Je recommande vivement', 'time' => 1761563955, 'translated' => false), array('author_name' => 'Guillaume Pade', 'author_url' => 'https://www.google.com/maps/contrib/104507447131818620499/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocLajIQ3HdVSBQed5avSKnQN_6wWoAM7qsIfzydWKMtr0JHTGA=s128-c0x00000000-cc-rp-mo-ba3', 'rating' => 5, 'relative_time_description' => 'il y a un an', 'text' => 'Dès notre arrivée, nous avons été chaleureusement accueillis par le personnel attentif et professionnel tout au long du repas. L\'ambiance est cosy et agréable, idéale pour un dîner entre amis ou en famille.Côté cuisine, c\'était un sans-faute. Les plats sont savoureux, bien présentés, et les portions généreuses. Les produits sont visiblement frais et de qualité, et cela se ressent dans les saveurs.Je recommande vivement ce restaurant pour ceux qui cherchent une belle expérience culinaire dans un cadre sympathique.', 'time' => 1726831901, 'translated' => false)), 'serves_beer' => true, 'serves_breakfast' => false, 'serves_brunch' => false, 'serves_dinner' => true, 'serves_lunch' => true, 'serves_vegetarian_food' => false, 'serves_wine' => true, 'takeout' => false, 'types' => array('establishment', 'food', 'point_of_interest', 'restaurant'), 'url' => 'https://maps.google.com/?cid=13121864126858907128', 'user_ratings_total' => 390, 'utc_offset' => 60, 'vicinity' => '7 Rue du Moulin, Les Eyzies', 'website' => 'https://www.restaurantnosco.fr/'), 'status' => 'OK'), 'app' => object(AppVariable))), array('body' => array(object(__TwigTemplate_38c0995cbf56146dbfcf0dc197c12c2f), 'block_body'), '_category_widget' => array(object(__TwigTemplate_38c0995cbf56146dbfcf0dc197c12c2f), 'block__category_widget')))
(vendor/twig/twig/src/Template.php:171)
at Twig\Template->displayBlock('body', array('allShops' => array(object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop)), 'allCategories' => array(object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category)), 'form' => object(FormView), 'shops' => array(object(Shop)), 'apiData' => array('html_attributions' => array(), 'result' => array('address_components' => array(array('long_name' => '7', 'short_name' => '7', 'types' => array('street_number')), array('long_name' => 'Rue du Moulin', 'short_name' => 'Rue du Moulin', 'types' => array('route')), array('long_name' => 'Les Eyzies', 'short_name' => 'Les Eyzies', 'types' => array('locality', 'political')), array('long_name' => 'Dordogne', 'short_name' => 'Dordogne', 'types' => array('administrative_area_level_2', 'political')), array('long_name' => 'Nouvelle-Aquitaine', 'short_name' => 'Nouvelle-Aquitaine', 'types' => array('administrative_area_level_1', 'political')), array('long_name' => 'France', 'short_name' => 'FR', 'types' => array('country', 'political')), array('long_name' => '24620', 'short_name' => '24620', 'types' => array('postal_code'))), 'adr_address' => '<span class="street-address">7 Rue du Moulin</span>, <span class="postal-code">24620</span> <span class="locality">Les Eyzies</span>, <span class="country-name">France</span>', 'business_status' => 'CLOSED_TEMPORARILY', 'curbside_pickup' => false, 'delivery' => false, 'dine_in' => true, 'formatted_address' => '7 Rue du Moulin, 24620 Les Eyzies, France', 'formatted_phone_number' => '06 01 43 14 92', 'geometry' => array('location' => array('lat' => 44.9360551, 'lng' => 1.0149352), 'viewport' => array('northeast' => array('lat' => 44.9373998802915, 'lng' => 1.016284630291502), 'southwest' => array('lat' => 44.9347019197085, 'lng' => 1.013586669708498))), 'icon' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png', 'icon_background_color' => '#FF9E67', 'icon_mask_base_uri' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet', 'international_phone_number' => '+33 6 01 43 14 92', 'name' => 'Restaurant NOSCO', 'permanently_closed' => true, 'photos' => array(array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpEwWkM1MWr1QDRH3BfBjPKuNp4fgfA7UE1tltQtoSnSlYgyAarD0qxIq3GqAJB1mPWIx9zwfRW74M2BWNNmwoAZff-MnJHm_SZn4pmMGcXYVfDlRQXEFS82KM4sQmYKJ9_CtYdy3LutmrfzeESUd_dZEsPoAqmeIGNaMSd8yxvCLGSM6aEU-rwMSNHwA6jqu5xztIEjhdI_FChnk0BaYNs924F1DoPyRH7TRim9p8Q0gVRKAv_FlWFmA6-sEurCAOHL8xuoM4BITfnvnsZPLHKjG-YmjFtU15dvIBOLjAdkOdTq65zmUSBY3EHO6LjRJxV1cnPiRzMGgsiYSubM-zLZVha_UGGonTpmqetMM29l470ut57_3nl0Mhi4zm-ilcACGGr4XEvRCDgmFehXDFym4TfTOKQ8prhftinEpRdRQ', 'width' => 4032), array('height' => 3215, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/114864208106042344963">Restaurant NOSCO</a>'), 'photo_reference' => 'AZLasHoaZ2XYtNQ9vFjiajy66EQ9GMO_f-LTedXFmC1GXtVOOOZCMLp8a7yOaoHvhHyPLBwKt8F5nw5YymoPeEutdmJWBrlvydTDm1pTBxZQ5tGHVYwhWz_DX1QlTYmWQXavN-MFkuILf8viuw-ZxIz61tIjqO2fcit_D58-X_8NW-O74W1v-eLcFw-uI8aQGdSNJ8QSNmFIpNODye3D9imAvgoFfkDCthhq7Fz0mg9smTnbVht9m6waqHxP6Cx8xOTpZNRXOLqkm22QbTAFyLOlcucsZRrKIJR6s5tsNAYlJSWQGw', 'width' => 3060), array('height' => 2179, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpE2cTn2zvSwptoNptFfh9grnUUWxXwXNMe1hntgZQMUMU7YSN8rXGGj7Z-hkR4bTC-jKj6Ckkqn_BMhUQ_NcTK9PngM3Z9JGmXULQiRlxzh6WwRj_oRj9ZrC5ZVgMyn6vcEK-PgD8KjsguKNATXg_di_qqWXPcFStVGDfZMD_dZgMtlnhvc3YVBimPCvLASUvIzjsAsQcwliPyRfWNjUOmVdEFw-OIcz7O6Zc1Farze2D3rM7Gc3wcPxXjYHjlRohj5PE49zHMwFj-Llit_QMMWq9ZiPuAg-su7x6-WrnGWQ3HxB4Sdp8FPK7PhwTyRJgUcWbDEATy19alQ-R9NES-B4RmJkr-OMjhGvwaj5Pz8foyTzFX6wW_ThVaArkpvzcmqxbgIrgiuYbdl24spk-rP7KE7GL6FJUfdkuUH10', 'width' => 3983), array('height' => 3060, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/105968091408603288119">Bilbon Lehobbit</a>'), 'photo_reference' => 'AZLasHqUu9npaUe1HeiXoCT9_fsdQ5lS7q0razVfxhxu1vUzZ8uKPhvJ3LRkmyPGpDZboSBKkd91JRtx6r6eAt15BK63qMPIQEolF0Mps6Uj6iZ_77r3fz6w0kCC3-ZLHJRUx-_IZNEmz9oIjhenHVzoiOznbx2EohhroyRMUnU6HAihTIlsT8mBhGiPifpdVF7jN9A0y6lzguZxLSvNGhTuyEGwF0oy2Y-ksKrKEtjAbfWT-jYnB3M872CWHexEqyK3KqLTDQKlFV_kd3KscGWnQyicIlogGFjo-lLrtVIs98V9QhiI6lZzDcS3bzyVNE_qJSoMZcDINrkJzEG-Jf2eIfEh0ThsADQW7pKN8ZdvQK4f4J3RDveRXxyloJ3fD_aFCbDPaOTdXMnTttGjupEFxXQKb3YXkp0b91TXfpmCzkV6AvM', 'width' => 4080), array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHoeRDy4HixKhkRZsVIJ2mSFZa3ggAmfHBSAQ55Sh6Yqbvwkp88q5P75dn4076_GHDyaEfbf6xox0EpVpq-OOPnTxvWQrO03PTmer600SKRF__f_0hp9Od9plEQAXC5Z-5lJ0Wo6z9Z3GTP72pV3DWnt0CeUWhx-hWRTeoj1_0jd8qZz4LP6HrYWtNtCgkQb52xfIeTZnHTwPWiB0JvWdO5yY4VXfY_TlJVHKcRQpCSKQMavLWf17b2LRFkaqkKMQsYzg9KznDaWhy0eCn9PyiK1bGzg8aJX9xMYUL_ksRaceYPazI312vPHLpf-yJMmTnPN_pT-4VfuBoxiV2OXItDljLZeM4Z09oJ2411z71mR-RHAAgVQKpWt2p_5_ttwCHt128Rw5jYEmzN0EvksGAjVx-rSidAX54i8Yi-apWtZQP5bs8JtkCaGTsu-ewYj', 'width' => 4032), array('height' => 3000, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/106196763373855881923">Gilles Rouveure</a>'), 'photo_reference' => 'AZLasHrY2FomMC7MQHZiZu1zi4owLptcdzHqgq6ccuiTtfNZxqFoLSoUrvpcJ0C2fQKcR_4sUstarhKKuVVC4BwZ9TdT4YufFYTtBuj_T4BP2tBfDiwAlfO65NemzNWngMTu-lmp8b1SMdUuileBwczxj7cbsNW30n9cB8CH2Z4b0y1ERcaDkqjJ814cXo15gJhZfoYTd3ZIkfYnw2nkCyVCJwitdgorPD-scUxm3rbjlKjvW2nvEmj0tfDt4JXecLFBya4j3XDf5jesNq7SwDyuIx8rxKisQLK6Htgwx8ePbEPZKN2CgHfK7RK5osc9zQGLtv37UMmHYc0zOQ8MhiTxKMDTKrXmgKVbsJU8OiQd1lMSmMQb9-d-kK9HEvqg6WcHBVZtHlq6MrVhWk-L6WgXGsNsn9qiXqxe40UhEI84I22SEcv4', 'width' => 4000), array('height' => 1311, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/111577640564085862301">LAVAUD Chantal</a>'), 'photo_reference' => 'AZLasHoDei995N-fxubqu78KzzHH_oJlIZCgqZSH40vmJM70VxdDefkbJRtFe1lLXfsRSxKt59NooorE8fXJT8mgwY2OqaCcy9ZOUKL1NshOWQd0aBkZ-3vP7ppwa_lLqxEtitlY0fPU2lUc_xoTDoUUDxkicRGQqdg3-CQ3ERzd-b0xNbgT23b5i_tbHXGZlQKw-YsThrn0f__Zdf78VKVEGngMUOGZgZ8zHN2ZoeMNs3trzyKHEM03PiJeDSxIgLKAUr0w_ELQxkvj2POt9327NGWs47JJkhuA49sCsC24u2exC82PRNOE_N-vHohdnZmNKVrg5e_g_eX7sZg2e3wCClqj3cC2MiTxsqiLCYzoj5RYM4GVAP9jVMROEH_hcUMYM3yTc00dnJ3Yr_y1OJrs728PJYFSg7f37MVXW9WfXH_iiSw', 'width' => 1120), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/104411453226239602216">Sophie Fonvieille</a>'), 'photo_reference' => 'AZLasHow_RDE8zv1Elf_YdXTWDsH2PBhUIOKWvy5R7-ZpBvHUNO9XYYhYosfSBYx8eeX4TMwomSJHgv1aSJhZJg7xlxmmA1p5CQ42f2NZfSvXEB8ttxf0GtUIhbHS9VKf7UhOkweSD5XOAQL4nJj0C0VLg90Qh6UPbKW0QjlkwgnmztR8bzH9UmvvFyFhPtSsRn67yZs-OR-mmgimDIUNDZSB0yXA1LG55vd7m99oTZTW1W5vbhdnMoWHhx1y9LAWPVBj-ZDzCqsjxi0qiC_bXi92J0a_MbVqQz78PBy1QRFAExO-nQpvBFT-vodMUPKDqVrPkDRvIpCNFLtO6OKZj24ICXqrIfd1SwSQjzSNgqNy8Q6DR6MKp6O5phcps3oTiArFvSxOrhOpOnlFVQiJ2STvniTTxR0slC08t3ZP1vX45uRckQD', 'width' => 3024), array('height' => 3023, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHowD1Gbzo9P_BHCjE1rcuHXQkujoYbTHs5ObQzZ2oIJvxzy-rYFjERtqtX044kJdBJRlnQsXCkM3tNoyMhY510ht8uNmGRqya5So-OLBcHDSU-5TY50h_c8KIw2yJRomVgMg9b4icHPy0-sRA7LPpO39mTBPqsBkoFet3f2keGkFTotLL8w8F6k7vg5VYhhriFgnqCusiG1grcFqxhBB-m002S3ncRuYgdzPiongIR5_Pjb7hyDbFkbJdCmL2P44eYEulUFhrLxpgk4Dv_7-qRQSW-e8NrE6gRH1TWk0QCCGlw1teAmh02GcSTvt55HnUopsqXVMXOJhYwOl8MNmicO4g94V0-mAob-O_CO8xx9bAae97bTfbfdxppNjmbXxbujDM6iccuEcaMxbxca8aG55-ztrmfgn8pBWSqwOlZoCBNb4pDqFzduOu2f8w', 'width' => 4031), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHr01Qu0ji-_0Ea48BITQWpH2w32BUXRifnH1gKTL5PGEzuK7YiA33ffV8XBRsUcUghsodfRhC_fAvJhNOgiQjLGu5ZafHWuOARG0RxkWx0SfcKZV91OnxRuvsQx0Uw9EfgyhSIbte0qH1aW43HejOEdC_qHuU-ZLBDWXcVcowoAI3DachSwHRgMIBVwlwAYZX5xz8J05SAI630HWzpQ37rPxjKZNdMTNt32KBYYnr-mfXhMLTDXjLzbHrLpfBINZCrd4qBm7mQxmUTrwwVTGRxOfSyOQBdc493ScEnbexEWyrZg_9L_xGe-javiehJR_BpRwaFa6nJ-0LUXbt2SdcRkRLUb6wbs2qIPlOd8P3bJDfuw_0kDCjxVZXxSGj6nCOb0tj8aZHqcRQ-0BR5Ehp9Q91yEPsfDHIXBmer9x9q1MgbT', 'width' => 3024)), 'place_id' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'plus_code' => array('compound_code' => 'W2P7+CX Les Eyzies, France', 'global_code' => '8FP3W2P7+CX'), 'rating' => 4.7, 'reference' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'reservable' => true, 'reviews' => array(array('author_name' => 'Pat Migéco', 'author_url' => 'https://www.google.com/maps/contrib/100669826303832039599/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocJd0SwzsfSDkWDOyPEvPkVDONZiZm6KfvZul_yvJYqRT3M0eQ=s128-c0x00000000-cc-rp-mo-ba5', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Alors là un très bon restaurant ! Un très bon accueil ! Un très bon service !Une succulente cuisine avec un très bon rapport qualité ! Bravo à toute l\'équipe ! Que du bonheur ! Parking à proximité ! Il vaut mieux reserver ! Je vous recommande cet établissement !', 'time' => 1760819998, 'translated' => false), array('author_name' => 'Manon VIDAL', 'author_url' => 'https://www.google.com/maps/contrib/113783961056581691924/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjV0g5ojARR-IiXLVEHBsBuepVroWhdQwAy9pIubxvAKaMEiAAEG=s128-c0x00000000-cc-rp-mo', 'rating' => 5, 'relative_time_description' => 'il y a 3 mois', 'text' => 'Nous sommes venu a ce restaurant sur recommandation de la vendeuse de la terrasse du charron et nous n\'avons pas été déçu ! Au contraire, l\'accueil a été très chaleureux, un repas délicieux, produits régionaux mettant en avant les producteurs. Le repas était a la hauteur de nos attentes, nous vous conseillons de vous y arrêter un soir pour profiter de l\'ambiance.', 'time' => 1757846870, 'translated' => false), array('author_name' => 'Stella Ferriere', 'author_url' => 'https://www.google.com/maps/contrib/114842290413279293979/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjXayF67IlYeU4EjzCCpOYe-V9RzSUqj4-pjGZR_XUTtlWrkkVzL=s128-c0x00000000-cc-rp-mo-ba4', 'rating' => 5, 'relative_time_description' => 'il y a 2 mois', 'text' => 'Accueil très sympathique.Très bonne cuisine locale.Décoration originale', 'time' => 1760614995, 'translated' => false), array('author_name' => 'mathieu massé', 'author_url' => 'https://www.google.com/maps/contrib/100165525192621309085/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocI1Yx67LiXYZ6SZfFn5kgX5ARewGNcImrV7IHDt-zYvU6fHvsVf=s128-c0x00000000-cc-rp-mo-ba2', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Arrivée sur le tard en presque fin de service mais nous avons été très bien accueilli.Un joli restaurant avec une carte courte proposant des produits de saison et des producteurs locaux.Dégustation d\'un magnifique foie gras (maison Albié), et d\'une cuisse d\'oie confite, préparée magnifiquement avec des légumes de saison.Service impeccable et amicale. Très bons conseils de visites pour un après-midi pluvieux.Je recommande vivement', 'time' => 1761563955, 'translated' => false), array('author_name' => 'Guillaume Pade', 'author_url' => 'https://www.google.com/maps/contrib/104507447131818620499/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocLajIQ3HdVSBQed5avSKnQN_6wWoAM7qsIfzydWKMtr0JHTGA=s128-c0x00000000-cc-rp-mo-ba3', 'rating' => 5, 'relative_time_description' => 'il y a un an', 'text' => 'Dès notre arrivée, nous avons été chaleureusement accueillis par le personnel attentif et professionnel tout au long du repas. L\'ambiance est cosy et agréable, idéale pour un dîner entre amis ou en famille.Côté cuisine, c\'était un sans-faute. Les plats sont savoureux, bien présentés, et les portions généreuses. Les produits sont visiblement frais et de qualité, et cela se ressent dans les saveurs.Je recommande vivement ce restaurant pour ceux qui cherchent une belle expérience culinaire dans un cadre sympathique.', 'time' => 1726831901, 'translated' => false)), 'serves_beer' => true, 'serves_breakfast' => false, 'serves_brunch' => false, 'serves_dinner' => true, 'serves_lunch' => true, 'serves_vegetarian_food' => false, 'serves_wine' => true, 'takeout' => false, 'types' => array('establishment', 'food', 'point_of_interest', 'restaurant'), 'url' => 'https://maps.google.com/?cid=13121864126858907128', 'user_ratings_total' => 390, 'utc_offset' => 60, 'vicinity' => '7 Rue du Moulin, Les Eyzies', 'website' => 'https://www.restaurantnosco.fr/'), 'status' => 'OK'), 'app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_38c0995cbf56146dbfcf0dc197c12c2f), 'block_body'), '_category_widget' => array(object(__TwigTemplate_38c0995cbf56146dbfcf0dc197c12c2f), 'block__category_widget')))
(var/cache/dev/twig/e6/e6e9965de653442437e7b7b8f54427d6.php:54)
at __TwigTemplate_63742b77e124d5519f436207eb36accf->doDisplay(array('allShops' => array(object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop)), 'allCategories' => array(object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category)), 'form' => object(FormView), 'shops' => array(object(Shop)), 'apiData' => array('html_attributions' => array(), 'result' => array('address_components' => array(array('long_name' => '7', 'short_name' => '7', 'types' => array('street_number')), array('long_name' => 'Rue du Moulin', 'short_name' => 'Rue du Moulin', 'types' => array('route')), array('long_name' => 'Les Eyzies', 'short_name' => 'Les Eyzies', 'types' => array('locality', 'political')), array('long_name' => 'Dordogne', 'short_name' => 'Dordogne', 'types' => array('administrative_area_level_2', 'political')), array('long_name' => 'Nouvelle-Aquitaine', 'short_name' => 'Nouvelle-Aquitaine', 'types' => array('administrative_area_level_1', 'political')), array('long_name' => 'France', 'short_name' => 'FR', 'types' => array('country', 'political')), array('long_name' => '24620', 'short_name' => '24620', 'types' => array('postal_code'))), 'adr_address' => '<span class="street-address">7 Rue du Moulin</span>, <span class="postal-code">24620</span> <span class="locality">Les Eyzies</span>, <span class="country-name">France</span>', 'business_status' => 'CLOSED_TEMPORARILY', 'curbside_pickup' => false, 'delivery' => false, 'dine_in' => true, 'formatted_address' => '7 Rue du Moulin, 24620 Les Eyzies, France', 'formatted_phone_number' => '06 01 43 14 92', 'geometry' => array('location' => array('lat' => 44.9360551, 'lng' => 1.0149352), 'viewport' => array('northeast' => array('lat' => 44.9373998802915, 'lng' => 1.016284630291502), 'southwest' => array('lat' => 44.9347019197085, 'lng' => 1.013586669708498))), 'icon' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png', 'icon_background_color' => '#FF9E67', 'icon_mask_base_uri' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet', 'international_phone_number' => '+33 6 01 43 14 92', 'name' => 'Restaurant NOSCO', 'permanently_closed' => true, 'photos' => array(array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpEwWkM1MWr1QDRH3BfBjPKuNp4fgfA7UE1tltQtoSnSlYgyAarD0qxIq3GqAJB1mPWIx9zwfRW74M2BWNNmwoAZff-MnJHm_SZn4pmMGcXYVfDlRQXEFS82KM4sQmYKJ9_CtYdy3LutmrfzeESUd_dZEsPoAqmeIGNaMSd8yxvCLGSM6aEU-rwMSNHwA6jqu5xztIEjhdI_FChnk0BaYNs924F1DoPyRH7TRim9p8Q0gVRKAv_FlWFmA6-sEurCAOHL8xuoM4BITfnvnsZPLHKjG-YmjFtU15dvIBOLjAdkOdTq65zmUSBY3EHO6LjRJxV1cnPiRzMGgsiYSubM-zLZVha_UGGonTpmqetMM29l470ut57_3nl0Mhi4zm-ilcACGGr4XEvRCDgmFehXDFym4TfTOKQ8prhftinEpRdRQ', 'width' => 4032), array('height' => 3215, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/114864208106042344963">Restaurant NOSCO</a>'), 'photo_reference' => 'AZLasHoaZ2XYtNQ9vFjiajy66EQ9GMO_f-LTedXFmC1GXtVOOOZCMLp8a7yOaoHvhHyPLBwKt8F5nw5YymoPeEutdmJWBrlvydTDm1pTBxZQ5tGHVYwhWz_DX1QlTYmWQXavN-MFkuILf8viuw-ZxIz61tIjqO2fcit_D58-X_8NW-O74W1v-eLcFw-uI8aQGdSNJ8QSNmFIpNODye3D9imAvgoFfkDCthhq7Fz0mg9smTnbVht9m6waqHxP6Cx8xOTpZNRXOLqkm22QbTAFyLOlcucsZRrKIJR6s5tsNAYlJSWQGw', 'width' => 3060), array('height' => 2179, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpE2cTn2zvSwptoNptFfh9grnUUWxXwXNMe1hntgZQMUMU7YSN8rXGGj7Z-hkR4bTC-jKj6Ckkqn_BMhUQ_NcTK9PngM3Z9JGmXULQiRlxzh6WwRj_oRj9ZrC5ZVgMyn6vcEK-PgD8KjsguKNATXg_di_qqWXPcFStVGDfZMD_dZgMtlnhvc3YVBimPCvLASUvIzjsAsQcwliPyRfWNjUOmVdEFw-OIcz7O6Zc1Farze2D3rM7Gc3wcPxXjYHjlRohj5PE49zHMwFj-Llit_QMMWq9ZiPuAg-su7x6-WrnGWQ3HxB4Sdp8FPK7PhwTyRJgUcWbDEATy19alQ-R9NES-B4RmJkr-OMjhGvwaj5Pz8foyTzFX6wW_ThVaArkpvzcmqxbgIrgiuYbdl24spk-rP7KE7GL6FJUfdkuUH10', 'width' => 3983), array('height' => 3060, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/105968091408603288119">Bilbon Lehobbit</a>'), 'photo_reference' => 'AZLasHqUu9npaUe1HeiXoCT9_fsdQ5lS7q0razVfxhxu1vUzZ8uKPhvJ3LRkmyPGpDZboSBKkd91JRtx6r6eAt15BK63qMPIQEolF0Mps6Uj6iZ_77r3fz6w0kCC3-ZLHJRUx-_IZNEmz9oIjhenHVzoiOznbx2EohhroyRMUnU6HAihTIlsT8mBhGiPifpdVF7jN9A0y6lzguZxLSvNGhTuyEGwF0oy2Y-ksKrKEtjAbfWT-jYnB3M872CWHexEqyK3KqLTDQKlFV_kd3KscGWnQyicIlogGFjo-lLrtVIs98V9QhiI6lZzDcS3bzyVNE_qJSoMZcDINrkJzEG-Jf2eIfEh0ThsADQW7pKN8ZdvQK4f4J3RDveRXxyloJ3fD_aFCbDPaOTdXMnTttGjupEFxXQKb3YXkp0b91TXfpmCzkV6AvM', 'width' => 4080), array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHoeRDy4HixKhkRZsVIJ2mSFZa3ggAmfHBSAQ55Sh6Yqbvwkp88q5P75dn4076_GHDyaEfbf6xox0EpVpq-OOPnTxvWQrO03PTmer600SKRF__f_0hp9Od9plEQAXC5Z-5lJ0Wo6z9Z3GTP72pV3DWnt0CeUWhx-hWRTeoj1_0jd8qZz4LP6HrYWtNtCgkQb52xfIeTZnHTwPWiB0JvWdO5yY4VXfY_TlJVHKcRQpCSKQMavLWf17b2LRFkaqkKMQsYzg9KznDaWhy0eCn9PyiK1bGzg8aJX9xMYUL_ksRaceYPazI312vPHLpf-yJMmTnPN_pT-4VfuBoxiV2OXItDljLZeM4Z09oJ2411z71mR-RHAAgVQKpWt2p_5_ttwCHt128Rw5jYEmzN0EvksGAjVx-rSidAX54i8Yi-apWtZQP5bs8JtkCaGTsu-ewYj', 'width' => 4032), array('height' => 3000, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/106196763373855881923">Gilles Rouveure</a>'), 'photo_reference' => 'AZLasHrY2FomMC7MQHZiZu1zi4owLptcdzHqgq6ccuiTtfNZxqFoLSoUrvpcJ0C2fQKcR_4sUstarhKKuVVC4BwZ9TdT4YufFYTtBuj_T4BP2tBfDiwAlfO65NemzNWngMTu-lmp8b1SMdUuileBwczxj7cbsNW30n9cB8CH2Z4b0y1ERcaDkqjJ814cXo15gJhZfoYTd3ZIkfYnw2nkCyVCJwitdgorPD-scUxm3rbjlKjvW2nvEmj0tfDt4JXecLFBya4j3XDf5jesNq7SwDyuIx8rxKisQLK6Htgwx8ePbEPZKN2CgHfK7RK5osc9zQGLtv37UMmHYc0zOQ8MhiTxKMDTKrXmgKVbsJU8OiQd1lMSmMQb9-d-kK9HEvqg6WcHBVZtHlq6MrVhWk-L6WgXGsNsn9qiXqxe40UhEI84I22SEcv4', 'width' => 4000), array('height' => 1311, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/111577640564085862301">LAVAUD Chantal</a>'), 'photo_reference' => 'AZLasHoDei995N-fxubqu78KzzHH_oJlIZCgqZSH40vmJM70VxdDefkbJRtFe1lLXfsRSxKt59NooorE8fXJT8mgwY2OqaCcy9ZOUKL1NshOWQd0aBkZ-3vP7ppwa_lLqxEtitlY0fPU2lUc_xoTDoUUDxkicRGQqdg3-CQ3ERzd-b0xNbgT23b5i_tbHXGZlQKw-YsThrn0f__Zdf78VKVEGngMUOGZgZ8zHN2ZoeMNs3trzyKHEM03PiJeDSxIgLKAUr0w_ELQxkvj2POt9327NGWs47JJkhuA49sCsC24u2exC82PRNOE_N-vHohdnZmNKVrg5e_g_eX7sZg2e3wCClqj3cC2MiTxsqiLCYzoj5RYM4GVAP9jVMROEH_hcUMYM3yTc00dnJ3Yr_y1OJrs728PJYFSg7f37MVXW9WfXH_iiSw', 'width' => 1120), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/104411453226239602216">Sophie Fonvieille</a>'), 'photo_reference' => 'AZLasHow_RDE8zv1Elf_YdXTWDsH2PBhUIOKWvy5R7-ZpBvHUNO9XYYhYosfSBYx8eeX4TMwomSJHgv1aSJhZJg7xlxmmA1p5CQ42f2NZfSvXEB8ttxf0GtUIhbHS9VKf7UhOkweSD5XOAQL4nJj0C0VLg90Qh6UPbKW0QjlkwgnmztR8bzH9UmvvFyFhPtSsRn67yZs-OR-mmgimDIUNDZSB0yXA1LG55vd7m99oTZTW1W5vbhdnMoWHhx1y9LAWPVBj-ZDzCqsjxi0qiC_bXi92J0a_MbVqQz78PBy1QRFAExO-nQpvBFT-vodMUPKDqVrPkDRvIpCNFLtO6OKZj24ICXqrIfd1SwSQjzSNgqNy8Q6DR6MKp6O5phcps3oTiArFvSxOrhOpOnlFVQiJ2STvniTTxR0slC08t3ZP1vX45uRckQD', 'width' => 3024), array('height' => 3023, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHowD1Gbzo9P_BHCjE1rcuHXQkujoYbTHs5ObQzZ2oIJvxzy-rYFjERtqtX044kJdBJRlnQsXCkM3tNoyMhY510ht8uNmGRqya5So-OLBcHDSU-5TY50h_c8KIw2yJRomVgMg9b4icHPy0-sRA7LPpO39mTBPqsBkoFet3f2keGkFTotLL8w8F6k7vg5VYhhriFgnqCusiG1grcFqxhBB-m002S3ncRuYgdzPiongIR5_Pjb7hyDbFkbJdCmL2P44eYEulUFhrLxpgk4Dv_7-qRQSW-e8NrE6gRH1TWk0QCCGlw1teAmh02GcSTvt55HnUopsqXVMXOJhYwOl8MNmicO4g94V0-mAob-O_CO8xx9bAae97bTfbfdxppNjmbXxbujDM6iccuEcaMxbxca8aG55-ztrmfgn8pBWSqwOlZoCBNb4pDqFzduOu2f8w', 'width' => 4031), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHr01Qu0ji-_0Ea48BITQWpH2w32BUXRifnH1gKTL5PGEzuK7YiA33ffV8XBRsUcUghsodfRhC_fAvJhNOgiQjLGu5ZafHWuOARG0RxkWx0SfcKZV91OnxRuvsQx0Uw9EfgyhSIbte0qH1aW43HejOEdC_qHuU-ZLBDWXcVcowoAI3DachSwHRgMIBVwlwAYZX5xz8J05SAI630HWzpQ37rPxjKZNdMTNt32KBYYnr-mfXhMLTDXjLzbHrLpfBINZCrd4qBm7mQxmUTrwwVTGRxOfSyOQBdc493ScEnbexEWyrZg_9L_xGe-javiehJR_BpRwaFa6nJ-0LUXbt2SdcRkRLUb6wbs2qIPlOd8P3bJDfuw_0kDCjxVZXxSGj6nCOb0tj8aZHqcRQ-0BR5Ehp9Q91yEPsfDHIXBmer9x9q1MgbT', 'width' => 3024)), 'place_id' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'plus_code' => array('compound_code' => 'W2P7+CX Les Eyzies, France', 'global_code' => '8FP3W2P7+CX'), 'rating' => 4.7, 'reference' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'reservable' => true, 'reviews' => array(array('author_name' => 'Pat Migéco', 'author_url' => 'https://www.google.com/maps/contrib/100669826303832039599/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocJd0SwzsfSDkWDOyPEvPkVDONZiZm6KfvZul_yvJYqRT3M0eQ=s128-c0x00000000-cc-rp-mo-ba5', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Alors là un très bon restaurant ! Un très bon accueil ! Un très bon service !Une succulente cuisine avec un très bon rapport qualité ! Bravo à toute l\'équipe ! Que du bonheur ! Parking à proximité ! Il vaut mieux reserver ! Je vous recommande cet établissement !', 'time' => 1760819998, 'translated' => false), array('author_name' => 'Manon VIDAL', 'author_url' => 'https://www.google.com/maps/contrib/113783961056581691924/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjV0g5ojARR-IiXLVEHBsBuepVroWhdQwAy9pIubxvAKaMEiAAEG=s128-c0x00000000-cc-rp-mo', 'rating' => 5, 'relative_time_description' => 'il y a 3 mois', 'text' => 'Nous sommes venu a ce restaurant sur recommandation de la vendeuse de la terrasse du charron et nous n\'avons pas été déçu ! Au contraire, l\'accueil a été très chaleureux, un repas délicieux, produits régionaux mettant en avant les producteurs. Le repas était a la hauteur de nos attentes, nous vous conseillons de vous y arrêter un soir pour profiter de l\'ambiance.', 'time' => 1757846870, 'translated' => false), array('author_name' => 'Stella Ferriere', 'author_url' => 'https://www.google.com/maps/contrib/114842290413279293979/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjXayF67IlYeU4EjzCCpOYe-V9RzSUqj4-pjGZR_XUTtlWrkkVzL=s128-c0x00000000-cc-rp-mo-ba4', 'rating' => 5, 'relative_time_description' => 'il y a 2 mois', 'text' => 'Accueil très sympathique.Très bonne cuisine locale.Décoration originale', 'time' => 1760614995, 'translated' => false), array('author_name' => 'mathieu massé', 'author_url' => 'https://www.google.com/maps/contrib/100165525192621309085/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocI1Yx67LiXYZ6SZfFn5kgX5ARewGNcImrV7IHDt-zYvU6fHvsVf=s128-c0x00000000-cc-rp-mo-ba2', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Arrivée sur le tard en presque fin de service mais nous avons été très bien accueilli.Un joli restaurant avec une carte courte proposant des produits de saison et des producteurs locaux.Dégustation d\'un magnifique foie gras (maison Albié), et d\'une cuisse d\'oie confite, préparée magnifiquement avec des légumes de saison.Service impeccable et amicale. Très bons conseils de visites pour un après-midi pluvieux.Je recommande vivement', 'time' => 1761563955, 'translated' => false), array('author_name' => 'Guillaume Pade', 'author_url' => 'https://www.google.com/maps/contrib/104507447131818620499/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocLajIQ3HdVSBQed5avSKnQN_6wWoAM7qsIfzydWKMtr0JHTGA=s128-c0x00000000-cc-rp-mo-ba3', 'rating' => 5, 'relative_time_description' => 'il y a un an', 'text' => 'Dès notre arrivée, nous avons été chaleureusement accueillis par le personnel attentif et professionnel tout au long du repas. L\'ambiance est cosy et agréable, idéale pour un dîner entre amis ou en famille.Côté cuisine, c\'était un sans-faute. Les plats sont savoureux, bien présentés, et les portions généreuses. Les produits sont visiblement frais et de qualité, et cela se ressent dans les saveurs.Je recommande vivement ce restaurant pour ceux qui cherchent une belle expérience culinaire dans un cadre sympathique.', 'time' => 1726831901, 'translated' => false)), 'serves_beer' => true, 'serves_breakfast' => false, 'serves_brunch' => false, 'serves_dinner' => true, 'serves_lunch' => true, 'serves_vegetarian_food' => false, 'serves_wine' => true, 'takeout' => false, 'types' => array('establishment', 'food', 'point_of_interest', 'restaurant'), 'url' => 'https://maps.google.com/?cid=13121864126858907128', 'user_ratings_total' => 390, 'utc_offset' => 60, 'vicinity' => '7 Rue du Moulin, Les Eyzies', 'website' => 'https://www.restaurantnosco.fr/'), 'status' => 'OK'), 'app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_38c0995cbf56146dbfcf0dc197c12c2f), 'block_body'), '_category_widget' => array(object(__TwigTemplate_38c0995cbf56146dbfcf0dc197c12c2f), 'block__category_widget')))
(vendor/twig/twig/src/Template.php:394)
at Twig\Template->displayWithErrorHandling(array('allShops' => array(object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop)), 'allCategories' => array(object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category)), 'form' => object(FormView), 'shops' => array(object(Shop)), 'apiData' => array('html_attributions' => array(), 'result' => array('address_components' => array(array('long_name' => '7', 'short_name' => '7', 'types' => array('street_number')), array('long_name' => 'Rue du Moulin', 'short_name' => 'Rue du Moulin', 'types' => array('route')), array('long_name' => 'Les Eyzies', 'short_name' => 'Les Eyzies', 'types' => array('locality', 'political')), array('long_name' => 'Dordogne', 'short_name' => 'Dordogne', 'types' => array('administrative_area_level_2', 'political')), array('long_name' => 'Nouvelle-Aquitaine', 'short_name' => 'Nouvelle-Aquitaine', 'types' => array('administrative_area_level_1', 'political')), array('long_name' => 'France', 'short_name' => 'FR', 'types' => array('country', 'political')), array('long_name' => '24620', 'short_name' => '24620', 'types' => array('postal_code'))), 'adr_address' => '<span class="street-address">7 Rue du Moulin</span>, <span class="postal-code">24620</span> <span class="locality">Les Eyzies</span>, <span class="country-name">France</span>', 'business_status' => 'CLOSED_TEMPORARILY', 'curbside_pickup' => false, 'delivery' => false, 'dine_in' => true, 'formatted_address' => '7 Rue du Moulin, 24620 Les Eyzies, France', 'formatted_phone_number' => '06 01 43 14 92', 'geometry' => array('location' => array('lat' => 44.9360551, 'lng' => 1.0149352), 'viewport' => array('northeast' => array('lat' => 44.9373998802915, 'lng' => 1.016284630291502), 'southwest' => array('lat' => 44.9347019197085, 'lng' => 1.013586669708498))), 'icon' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png', 'icon_background_color' => '#FF9E67', 'icon_mask_base_uri' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet', 'international_phone_number' => '+33 6 01 43 14 92', 'name' => 'Restaurant NOSCO', 'permanently_closed' => true, 'photos' => array(array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpEwWkM1MWr1QDRH3BfBjPKuNp4fgfA7UE1tltQtoSnSlYgyAarD0qxIq3GqAJB1mPWIx9zwfRW74M2BWNNmwoAZff-MnJHm_SZn4pmMGcXYVfDlRQXEFS82KM4sQmYKJ9_CtYdy3LutmrfzeESUd_dZEsPoAqmeIGNaMSd8yxvCLGSM6aEU-rwMSNHwA6jqu5xztIEjhdI_FChnk0BaYNs924F1DoPyRH7TRim9p8Q0gVRKAv_FlWFmA6-sEurCAOHL8xuoM4BITfnvnsZPLHKjG-YmjFtU15dvIBOLjAdkOdTq65zmUSBY3EHO6LjRJxV1cnPiRzMGgsiYSubM-zLZVha_UGGonTpmqetMM29l470ut57_3nl0Mhi4zm-ilcACGGr4XEvRCDgmFehXDFym4TfTOKQ8prhftinEpRdRQ', 'width' => 4032), array('height' => 3215, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/114864208106042344963">Restaurant NOSCO</a>'), 'photo_reference' => 'AZLasHoaZ2XYtNQ9vFjiajy66EQ9GMO_f-LTedXFmC1GXtVOOOZCMLp8a7yOaoHvhHyPLBwKt8F5nw5YymoPeEutdmJWBrlvydTDm1pTBxZQ5tGHVYwhWz_DX1QlTYmWQXavN-MFkuILf8viuw-ZxIz61tIjqO2fcit_D58-X_8NW-O74W1v-eLcFw-uI8aQGdSNJ8QSNmFIpNODye3D9imAvgoFfkDCthhq7Fz0mg9smTnbVht9m6waqHxP6Cx8xOTpZNRXOLqkm22QbTAFyLOlcucsZRrKIJR6s5tsNAYlJSWQGw', 'width' => 3060), array('height' => 2179, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpE2cTn2zvSwptoNptFfh9grnUUWxXwXNMe1hntgZQMUMU7YSN8rXGGj7Z-hkR4bTC-jKj6Ckkqn_BMhUQ_NcTK9PngM3Z9JGmXULQiRlxzh6WwRj_oRj9ZrC5ZVgMyn6vcEK-PgD8KjsguKNATXg_di_qqWXPcFStVGDfZMD_dZgMtlnhvc3YVBimPCvLASUvIzjsAsQcwliPyRfWNjUOmVdEFw-OIcz7O6Zc1Farze2D3rM7Gc3wcPxXjYHjlRohj5PE49zHMwFj-Llit_QMMWq9ZiPuAg-su7x6-WrnGWQ3HxB4Sdp8FPK7PhwTyRJgUcWbDEATy19alQ-R9NES-B4RmJkr-OMjhGvwaj5Pz8foyTzFX6wW_ThVaArkpvzcmqxbgIrgiuYbdl24spk-rP7KE7GL6FJUfdkuUH10', 'width' => 3983), array('height' => 3060, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/105968091408603288119">Bilbon Lehobbit</a>'), 'photo_reference' => 'AZLasHqUu9npaUe1HeiXoCT9_fsdQ5lS7q0razVfxhxu1vUzZ8uKPhvJ3LRkmyPGpDZboSBKkd91JRtx6r6eAt15BK63qMPIQEolF0Mps6Uj6iZ_77r3fz6w0kCC3-ZLHJRUx-_IZNEmz9oIjhenHVzoiOznbx2EohhroyRMUnU6HAihTIlsT8mBhGiPifpdVF7jN9A0y6lzguZxLSvNGhTuyEGwF0oy2Y-ksKrKEtjAbfWT-jYnB3M872CWHexEqyK3KqLTDQKlFV_kd3KscGWnQyicIlogGFjo-lLrtVIs98V9QhiI6lZzDcS3bzyVNE_qJSoMZcDINrkJzEG-Jf2eIfEh0ThsADQW7pKN8ZdvQK4f4J3RDveRXxyloJ3fD_aFCbDPaOTdXMnTttGjupEFxXQKb3YXkp0b91TXfpmCzkV6AvM', 'width' => 4080), array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHoeRDy4HixKhkRZsVIJ2mSFZa3ggAmfHBSAQ55Sh6Yqbvwkp88q5P75dn4076_GHDyaEfbf6xox0EpVpq-OOPnTxvWQrO03PTmer600SKRF__f_0hp9Od9plEQAXC5Z-5lJ0Wo6z9Z3GTP72pV3DWnt0CeUWhx-hWRTeoj1_0jd8qZz4LP6HrYWtNtCgkQb52xfIeTZnHTwPWiB0JvWdO5yY4VXfY_TlJVHKcRQpCSKQMavLWf17b2LRFkaqkKMQsYzg9KznDaWhy0eCn9PyiK1bGzg8aJX9xMYUL_ksRaceYPazI312vPHLpf-yJMmTnPN_pT-4VfuBoxiV2OXItDljLZeM4Z09oJ2411z71mR-RHAAgVQKpWt2p_5_ttwCHt128Rw5jYEmzN0EvksGAjVx-rSidAX54i8Yi-apWtZQP5bs8JtkCaGTsu-ewYj', 'width' => 4032), array('height' => 3000, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/106196763373855881923">Gilles Rouveure</a>'), 'photo_reference' => 'AZLasHrY2FomMC7MQHZiZu1zi4owLptcdzHqgq6ccuiTtfNZxqFoLSoUrvpcJ0C2fQKcR_4sUstarhKKuVVC4BwZ9TdT4YufFYTtBuj_T4BP2tBfDiwAlfO65NemzNWngMTu-lmp8b1SMdUuileBwczxj7cbsNW30n9cB8CH2Z4b0y1ERcaDkqjJ814cXo15gJhZfoYTd3ZIkfYnw2nkCyVCJwitdgorPD-scUxm3rbjlKjvW2nvEmj0tfDt4JXecLFBya4j3XDf5jesNq7SwDyuIx8rxKisQLK6Htgwx8ePbEPZKN2CgHfK7RK5osc9zQGLtv37UMmHYc0zOQ8MhiTxKMDTKrXmgKVbsJU8OiQd1lMSmMQb9-d-kK9HEvqg6WcHBVZtHlq6MrVhWk-L6WgXGsNsn9qiXqxe40UhEI84I22SEcv4', 'width' => 4000), array('height' => 1311, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/111577640564085862301">LAVAUD Chantal</a>'), 'photo_reference' => 'AZLasHoDei995N-fxubqu78KzzHH_oJlIZCgqZSH40vmJM70VxdDefkbJRtFe1lLXfsRSxKt59NooorE8fXJT8mgwY2OqaCcy9ZOUKL1NshOWQd0aBkZ-3vP7ppwa_lLqxEtitlY0fPU2lUc_xoTDoUUDxkicRGQqdg3-CQ3ERzd-b0xNbgT23b5i_tbHXGZlQKw-YsThrn0f__Zdf78VKVEGngMUOGZgZ8zHN2ZoeMNs3trzyKHEM03PiJeDSxIgLKAUr0w_ELQxkvj2POt9327NGWs47JJkhuA49sCsC24u2exC82PRNOE_N-vHohdnZmNKVrg5e_g_eX7sZg2e3wCClqj3cC2MiTxsqiLCYzoj5RYM4GVAP9jVMROEH_hcUMYM3yTc00dnJ3Yr_y1OJrs728PJYFSg7f37MVXW9WfXH_iiSw', 'width' => 1120), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/104411453226239602216">Sophie Fonvieille</a>'), 'photo_reference' => 'AZLasHow_RDE8zv1Elf_YdXTWDsH2PBhUIOKWvy5R7-ZpBvHUNO9XYYhYosfSBYx8eeX4TMwomSJHgv1aSJhZJg7xlxmmA1p5CQ42f2NZfSvXEB8ttxf0GtUIhbHS9VKf7UhOkweSD5XOAQL4nJj0C0VLg90Qh6UPbKW0QjlkwgnmztR8bzH9UmvvFyFhPtSsRn67yZs-OR-mmgimDIUNDZSB0yXA1LG55vd7m99oTZTW1W5vbhdnMoWHhx1y9LAWPVBj-ZDzCqsjxi0qiC_bXi92J0a_MbVqQz78PBy1QRFAExO-nQpvBFT-vodMUPKDqVrPkDRvIpCNFLtO6OKZj24ICXqrIfd1SwSQjzSNgqNy8Q6DR6MKp6O5phcps3oTiArFvSxOrhOpOnlFVQiJ2STvniTTxR0slC08t3ZP1vX45uRckQD', 'width' => 3024), array('height' => 3023, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHowD1Gbzo9P_BHCjE1rcuHXQkujoYbTHs5ObQzZ2oIJvxzy-rYFjERtqtX044kJdBJRlnQsXCkM3tNoyMhY510ht8uNmGRqya5So-OLBcHDSU-5TY50h_c8KIw2yJRomVgMg9b4icHPy0-sRA7LPpO39mTBPqsBkoFet3f2keGkFTotLL8w8F6k7vg5VYhhriFgnqCusiG1grcFqxhBB-m002S3ncRuYgdzPiongIR5_Pjb7hyDbFkbJdCmL2P44eYEulUFhrLxpgk4Dv_7-qRQSW-e8NrE6gRH1TWk0QCCGlw1teAmh02GcSTvt55HnUopsqXVMXOJhYwOl8MNmicO4g94V0-mAob-O_CO8xx9bAae97bTfbfdxppNjmbXxbujDM6iccuEcaMxbxca8aG55-ztrmfgn8pBWSqwOlZoCBNb4pDqFzduOu2f8w', 'width' => 4031), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHr01Qu0ji-_0Ea48BITQWpH2w32BUXRifnH1gKTL5PGEzuK7YiA33ffV8XBRsUcUghsodfRhC_fAvJhNOgiQjLGu5ZafHWuOARG0RxkWx0SfcKZV91OnxRuvsQx0Uw9EfgyhSIbte0qH1aW43HejOEdC_qHuU-ZLBDWXcVcowoAI3DachSwHRgMIBVwlwAYZX5xz8J05SAI630HWzpQ37rPxjKZNdMTNt32KBYYnr-mfXhMLTDXjLzbHrLpfBINZCrd4qBm7mQxmUTrwwVTGRxOfSyOQBdc493ScEnbexEWyrZg_9L_xGe-javiehJR_BpRwaFa6nJ-0LUXbt2SdcRkRLUb6wbs2qIPlOd8P3bJDfuw_0kDCjxVZXxSGj6nCOb0tj8aZHqcRQ-0BR5Ehp9Q91yEPsfDHIXBmer9x9q1MgbT', 'width' => 3024)), 'place_id' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'plus_code' => array('compound_code' => 'W2P7+CX Les Eyzies, France', 'global_code' => '8FP3W2P7+CX'), 'rating' => 4.7, 'reference' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'reservable' => true, 'reviews' => array(array('author_name' => 'Pat Migéco', 'author_url' => 'https://www.google.com/maps/contrib/100669826303832039599/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocJd0SwzsfSDkWDOyPEvPkVDONZiZm6KfvZul_yvJYqRT3M0eQ=s128-c0x00000000-cc-rp-mo-ba5', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Alors là un très bon restaurant ! Un très bon accueil ! Un très bon service !Une succulente cuisine avec un très bon rapport qualité ! Bravo à toute l\'équipe ! Que du bonheur ! Parking à proximité ! Il vaut mieux reserver ! Je vous recommande cet établissement !', 'time' => 1760819998, 'translated' => false), array('author_name' => 'Manon VIDAL', 'author_url' => 'https://www.google.com/maps/contrib/113783961056581691924/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjV0g5ojARR-IiXLVEHBsBuepVroWhdQwAy9pIubxvAKaMEiAAEG=s128-c0x00000000-cc-rp-mo', 'rating' => 5, 'relative_time_description' => 'il y a 3 mois', 'text' => 'Nous sommes venu a ce restaurant sur recommandation de la vendeuse de la terrasse du charron et nous n\'avons pas été déçu ! Au contraire, l\'accueil a été très chaleureux, un repas délicieux, produits régionaux mettant en avant les producteurs. Le repas était a la hauteur de nos attentes, nous vous conseillons de vous y arrêter un soir pour profiter de l\'ambiance.', 'time' => 1757846870, 'translated' => false), array('author_name' => 'Stella Ferriere', 'author_url' => 'https://www.google.com/maps/contrib/114842290413279293979/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjXayF67IlYeU4EjzCCpOYe-V9RzSUqj4-pjGZR_XUTtlWrkkVzL=s128-c0x00000000-cc-rp-mo-ba4', 'rating' => 5, 'relative_time_description' => 'il y a 2 mois', 'text' => 'Accueil très sympathique.Très bonne cuisine locale.Décoration originale', 'time' => 1760614995, 'translated' => false), array('author_name' => 'mathieu massé', 'author_url' => 'https://www.google.com/maps/contrib/100165525192621309085/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocI1Yx67LiXYZ6SZfFn5kgX5ARewGNcImrV7IHDt-zYvU6fHvsVf=s128-c0x00000000-cc-rp-mo-ba2', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Arrivée sur le tard en presque fin de service mais nous avons été très bien accueilli.Un joli restaurant avec une carte courte proposant des produits de saison et des producteurs locaux.Dégustation d\'un magnifique foie gras (maison Albié), et d\'une cuisse d\'oie confite, préparée magnifiquement avec des légumes de saison.Service impeccable et amicale. Très bons conseils de visites pour un après-midi pluvieux.Je recommande vivement', 'time' => 1761563955, 'translated' => false), array('author_name' => 'Guillaume Pade', 'author_url' => 'https://www.google.com/maps/contrib/104507447131818620499/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocLajIQ3HdVSBQed5avSKnQN_6wWoAM7qsIfzydWKMtr0JHTGA=s128-c0x00000000-cc-rp-mo-ba3', 'rating' => 5, 'relative_time_description' => 'il y a un an', 'text' => 'Dès notre arrivée, nous avons été chaleureusement accueillis par le personnel attentif et professionnel tout au long du repas. L\'ambiance est cosy et agréable, idéale pour un dîner entre amis ou en famille.Côté cuisine, c\'était un sans-faute. Les plats sont savoureux, bien présentés, et les portions généreuses. Les produits sont visiblement frais et de qualité, et cela se ressent dans les saveurs.Je recommande vivement ce restaurant pour ceux qui cherchent une belle expérience culinaire dans un cadre sympathique.', 'time' => 1726831901, 'translated' => false)), 'serves_beer' => true, 'serves_breakfast' => false, 'serves_brunch' => false, 'serves_dinner' => true, 'serves_lunch' => true, 'serves_vegetarian_food' => false, 'serves_wine' => true, 'takeout' => false, 'types' => array('establishment', 'food', 'point_of_interest', 'restaurant'), 'url' => 'https://maps.google.com/?cid=13121864126858907128', 'user_ratings_total' => 390, 'utc_offset' => 60, 'vicinity' => '7 Rue du Moulin, Les Eyzies', 'website' => 'https://www.restaurantnosco.fr/'), 'status' => 'OK'), 'app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_38c0995cbf56146dbfcf0dc197c12c2f), 'block_body'), '_category_widget' => array(object(__TwigTemplate_38c0995cbf56146dbfcf0dc197c12c2f), 'block__category_widget')))
(vendor/twig/twig/src/Template.php:367)
at Twig\Template->display(array('allShops' => array(object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop)), 'allCategories' => array(object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category)), 'form' => object(FormView), 'shops' => array(object(Shop)), 'apiData' => array('html_attributions' => array(), 'result' => array('address_components' => array(array('long_name' => '7', 'short_name' => '7', 'types' => array('street_number')), array('long_name' => 'Rue du Moulin', 'short_name' => 'Rue du Moulin', 'types' => array('route')), array('long_name' => 'Les Eyzies', 'short_name' => 'Les Eyzies', 'types' => array('locality', 'political')), array('long_name' => 'Dordogne', 'short_name' => 'Dordogne', 'types' => array('administrative_area_level_2', 'political')), array('long_name' => 'Nouvelle-Aquitaine', 'short_name' => 'Nouvelle-Aquitaine', 'types' => array('administrative_area_level_1', 'political')), array('long_name' => 'France', 'short_name' => 'FR', 'types' => array('country', 'political')), array('long_name' => '24620', 'short_name' => '24620', 'types' => array('postal_code'))), 'adr_address' => '<span class="street-address">7 Rue du Moulin</span>, <span class="postal-code">24620</span> <span class="locality">Les Eyzies</span>, <span class="country-name">France</span>', 'business_status' => 'CLOSED_TEMPORARILY', 'curbside_pickup' => false, 'delivery' => false, 'dine_in' => true, 'formatted_address' => '7 Rue du Moulin, 24620 Les Eyzies, France', 'formatted_phone_number' => '06 01 43 14 92', 'geometry' => array('location' => array('lat' => 44.9360551, 'lng' => 1.0149352), 'viewport' => array('northeast' => array('lat' => 44.9373998802915, 'lng' => 1.016284630291502), 'southwest' => array('lat' => 44.9347019197085, 'lng' => 1.013586669708498))), 'icon' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png', 'icon_background_color' => '#FF9E67', 'icon_mask_base_uri' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet', 'international_phone_number' => '+33 6 01 43 14 92', 'name' => 'Restaurant NOSCO', 'permanently_closed' => true, 'photos' => array(array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpEwWkM1MWr1QDRH3BfBjPKuNp4fgfA7UE1tltQtoSnSlYgyAarD0qxIq3GqAJB1mPWIx9zwfRW74M2BWNNmwoAZff-MnJHm_SZn4pmMGcXYVfDlRQXEFS82KM4sQmYKJ9_CtYdy3LutmrfzeESUd_dZEsPoAqmeIGNaMSd8yxvCLGSM6aEU-rwMSNHwA6jqu5xztIEjhdI_FChnk0BaYNs924F1DoPyRH7TRim9p8Q0gVRKAv_FlWFmA6-sEurCAOHL8xuoM4BITfnvnsZPLHKjG-YmjFtU15dvIBOLjAdkOdTq65zmUSBY3EHO6LjRJxV1cnPiRzMGgsiYSubM-zLZVha_UGGonTpmqetMM29l470ut57_3nl0Mhi4zm-ilcACGGr4XEvRCDgmFehXDFym4TfTOKQ8prhftinEpRdRQ', 'width' => 4032), array('height' => 3215, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/114864208106042344963">Restaurant NOSCO</a>'), 'photo_reference' => 'AZLasHoaZ2XYtNQ9vFjiajy66EQ9GMO_f-LTedXFmC1GXtVOOOZCMLp8a7yOaoHvhHyPLBwKt8F5nw5YymoPeEutdmJWBrlvydTDm1pTBxZQ5tGHVYwhWz_DX1QlTYmWQXavN-MFkuILf8viuw-ZxIz61tIjqO2fcit_D58-X_8NW-O74W1v-eLcFw-uI8aQGdSNJ8QSNmFIpNODye3D9imAvgoFfkDCthhq7Fz0mg9smTnbVht9m6waqHxP6Cx8xOTpZNRXOLqkm22QbTAFyLOlcucsZRrKIJR6s5tsNAYlJSWQGw', 'width' => 3060), array('height' => 2179, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpE2cTn2zvSwptoNptFfh9grnUUWxXwXNMe1hntgZQMUMU7YSN8rXGGj7Z-hkR4bTC-jKj6Ckkqn_BMhUQ_NcTK9PngM3Z9JGmXULQiRlxzh6WwRj_oRj9ZrC5ZVgMyn6vcEK-PgD8KjsguKNATXg_di_qqWXPcFStVGDfZMD_dZgMtlnhvc3YVBimPCvLASUvIzjsAsQcwliPyRfWNjUOmVdEFw-OIcz7O6Zc1Farze2D3rM7Gc3wcPxXjYHjlRohj5PE49zHMwFj-Llit_QMMWq9ZiPuAg-su7x6-WrnGWQ3HxB4Sdp8FPK7PhwTyRJgUcWbDEATy19alQ-R9NES-B4RmJkr-OMjhGvwaj5Pz8foyTzFX6wW_ThVaArkpvzcmqxbgIrgiuYbdl24spk-rP7KE7GL6FJUfdkuUH10', 'width' => 3983), array('height' => 3060, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/105968091408603288119">Bilbon Lehobbit</a>'), 'photo_reference' => 'AZLasHqUu9npaUe1HeiXoCT9_fsdQ5lS7q0razVfxhxu1vUzZ8uKPhvJ3LRkmyPGpDZboSBKkd91JRtx6r6eAt15BK63qMPIQEolF0Mps6Uj6iZ_77r3fz6w0kCC3-ZLHJRUx-_IZNEmz9oIjhenHVzoiOznbx2EohhroyRMUnU6HAihTIlsT8mBhGiPifpdVF7jN9A0y6lzguZxLSvNGhTuyEGwF0oy2Y-ksKrKEtjAbfWT-jYnB3M872CWHexEqyK3KqLTDQKlFV_kd3KscGWnQyicIlogGFjo-lLrtVIs98V9QhiI6lZzDcS3bzyVNE_qJSoMZcDINrkJzEG-Jf2eIfEh0ThsADQW7pKN8ZdvQK4f4J3RDveRXxyloJ3fD_aFCbDPaOTdXMnTttGjupEFxXQKb3YXkp0b91TXfpmCzkV6AvM', 'width' => 4080), array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHoeRDy4HixKhkRZsVIJ2mSFZa3ggAmfHBSAQ55Sh6Yqbvwkp88q5P75dn4076_GHDyaEfbf6xox0EpVpq-OOPnTxvWQrO03PTmer600SKRF__f_0hp9Od9plEQAXC5Z-5lJ0Wo6z9Z3GTP72pV3DWnt0CeUWhx-hWRTeoj1_0jd8qZz4LP6HrYWtNtCgkQb52xfIeTZnHTwPWiB0JvWdO5yY4VXfY_TlJVHKcRQpCSKQMavLWf17b2LRFkaqkKMQsYzg9KznDaWhy0eCn9PyiK1bGzg8aJX9xMYUL_ksRaceYPazI312vPHLpf-yJMmTnPN_pT-4VfuBoxiV2OXItDljLZeM4Z09oJ2411z71mR-RHAAgVQKpWt2p_5_ttwCHt128Rw5jYEmzN0EvksGAjVx-rSidAX54i8Yi-apWtZQP5bs8JtkCaGTsu-ewYj', 'width' => 4032), array('height' => 3000, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/106196763373855881923">Gilles Rouveure</a>'), 'photo_reference' => 'AZLasHrY2FomMC7MQHZiZu1zi4owLptcdzHqgq6ccuiTtfNZxqFoLSoUrvpcJ0C2fQKcR_4sUstarhKKuVVC4BwZ9TdT4YufFYTtBuj_T4BP2tBfDiwAlfO65NemzNWngMTu-lmp8b1SMdUuileBwczxj7cbsNW30n9cB8CH2Z4b0y1ERcaDkqjJ814cXo15gJhZfoYTd3ZIkfYnw2nkCyVCJwitdgorPD-scUxm3rbjlKjvW2nvEmj0tfDt4JXecLFBya4j3XDf5jesNq7SwDyuIx8rxKisQLK6Htgwx8ePbEPZKN2CgHfK7RK5osc9zQGLtv37UMmHYc0zOQ8MhiTxKMDTKrXmgKVbsJU8OiQd1lMSmMQb9-d-kK9HEvqg6WcHBVZtHlq6MrVhWk-L6WgXGsNsn9qiXqxe40UhEI84I22SEcv4', 'width' => 4000), array('height' => 1311, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/111577640564085862301">LAVAUD Chantal</a>'), 'photo_reference' => 'AZLasHoDei995N-fxubqu78KzzHH_oJlIZCgqZSH40vmJM70VxdDefkbJRtFe1lLXfsRSxKt59NooorE8fXJT8mgwY2OqaCcy9ZOUKL1NshOWQd0aBkZ-3vP7ppwa_lLqxEtitlY0fPU2lUc_xoTDoUUDxkicRGQqdg3-CQ3ERzd-b0xNbgT23b5i_tbHXGZlQKw-YsThrn0f__Zdf78VKVEGngMUOGZgZ8zHN2ZoeMNs3trzyKHEM03PiJeDSxIgLKAUr0w_ELQxkvj2POt9327NGWs47JJkhuA49sCsC24u2exC82PRNOE_N-vHohdnZmNKVrg5e_g_eX7sZg2e3wCClqj3cC2MiTxsqiLCYzoj5RYM4GVAP9jVMROEH_hcUMYM3yTc00dnJ3Yr_y1OJrs728PJYFSg7f37MVXW9WfXH_iiSw', 'width' => 1120), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/104411453226239602216">Sophie Fonvieille</a>'), 'photo_reference' => 'AZLasHow_RDE8zv1Elf_YdXTWDsH2PBhUIOKWvy5R7-ZpBvHUNO9XYYhYosfSBYx8eeX4TMwomSJHgv1aSJhZJg7xlxmmA1p5CQ42f2NZfSvXEB8ttxf0GtUIhbHS9VKf7UhOkweSD5XOAQL4nJj0C0VLg90Qh6UPbKW0QjlkwgnmztR8bzH9UmvvFyFhPtSsRn67yZs-OR-mmgimDIUNDZSB0yXA1LG55vd7m99oTZTW1W5vbhdnMoWHhx1y9LAWPVBj-ZDzCqsjxi0qiC_bXi92J0a_MbVqQz78PBy1QRFAExO-nQpvBFT-vodMUPKDqVrPkDRvIpCNFLtO6OKZj24ICXqrIfd1SwSQjzSNgqNy8Q6DR6MKp6O5phcps3oTiArFvSxOrhOpOnlFVQiJ2STvniTTxR0slC08t3ZP1vX45uRckQD', 'width' => 3024), array('height' => 3023, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHowD1Gbzo9P_BHCjE1rcuHXQkujoYbTHs5ObQzZ2oIJvxzy-rYFjERtqtX044kJdBJRlnQsXCkM3tNoyMhY510ht8uNmGRqya5So-OLBcHDSU-5TY50h_c8KIw2yJRomVgMg9b4icHPy0-sRA7LPpO39mTBPqsBkoFet3f2keGkFTotLL8w8F6k7vg5VYhhriFgnqCusiG1grcFqxhBB-m002S3ncRuYgdzPiongIR5_Pjb7hyDbFkbJdCmL2P44eYEulUFhrLxpgk4Dv_7-qRQSW-e8NrE6gRH1TWk0QCCGlw1teAmh02GcSTvt55HnUopsqXVMXOJhYwOl8MNmicO4g94V0-mAob-O_CO8xx9bAae97bTfbfdxppNjmbXxbujDM6iccuEcaMxbxca8aG55-ztrmfgn8pBWSqwOlZoCBNb4pDqFzduOu2f8w', 'width' => 4031), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHr01Qu0ji-_0Ea48BITQWpH2w32BUXRifnH1gKTL5PGEzuK7YiA33ffV8XBRsUcUghsodfRhC_fAvJhNOgiQjLGu5ZafHWuOARG0RxkWx0SfcKZV91OnxRuvsQx0Uw9EfgyhSIbte0qH1aW43HejOEdC_qHuU-ZLBDWXcVcowoAI3DachSwHRgMIBVwlwAYZX5xz8J05SAI630HWzpQ37rPxjKZNdMTNt32KBYYnr-mfXhMLTDXjLzbHrLpfBINZCrd4qBm7mQxmUTrwwVTGRxOfSyOQBdc493ScEnbexEWyrZg_9L_xGe-javiehJR_BpRwaFa6nJ-0LUXbt2SdcRkRLUb6wbs2qIPlOd8P3bJDfuw_0kDCjxVZXxSGj6nCOb0tj8aZHqcRQ-0BR5Ehp9Q91yEPsfDHIXBmer9x9q1MgbT', 'width' => 3024)), 'place_id' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'plus_code' => array('compound_code' => 'W2P7+CX Les Eyzies, France', 'global_code' => '8FP3W2P7+CX'), 'rating' => 4.7, 'reference' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'reservable' => true, 'reviews' => array(array('author_name' => 'Pat Migéco', 'author_url' => 'https://www.google.com/maps/contrib/100669826303832039599/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocJd0SwzsfSDkWDOyPEvPkVDONZiZm6KfvZul_yvJYqRT3M0eQ=s128-c0x00000000-cc-rp-mo-ba5', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Alors là un très bon restaurant ! Un très bon accueil ! Un très bon service !Une succulente cuisine avec un très bon rapport qualité ! Bravo à toute l\'équipe ! Que du bonheur ! Parking à proximité ! Il vaut mieux reserver ! Je vous recommande cet établissement !', 'time' => 1760819998, 'translated' => false), array('author_name' => 'Manon VIDAL', 'author_url' => 'https://www.google.com/maps/contrib/113783961056581691924/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjV0g5ojARR-IiXLVEHBsBuepVroWhdQwAy9pIubxvAKaMEiAAEG=s128-c0x00000000-cc-rp-mo', 'rating' => 5, 'relative_time_description' => 'il y a 3 mois', 'text' => 'Nous sommes venu a ce restaurant sur recommandation de la vendeuse de la terrasse du charron et nous n\'avons pas été déçu ! Au contraire, l\'accueil a été très chaleureux, un repas délicieux, produits régionaux mettant en avant les producteurs. Le repas était a la hauteur de nos attentes, nous vous conseillons de vous y arrêter un soir pour profiter de l\'ambiance.', 'time' => 1757846870, 'translated' => false), array('author_name' => 'Stella Ferriere', 'author_url' => 'https://www.google.com/maps/contrib/114842290413279293979/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjXayF67IlYeU4EjzCCpOYe-V9RzSUqj4-pjGZR_XUTtlWrkkVzL=s128-c0x00000000-cc-rp-mo-ba4', 'rating' => 5, 'relative_time_description' => 'il y a 2 mois', 'text' => 'Accueil très sympathique.Très bonne cuisine locale.Décoration originale', 'time' => 1760614995, 'translated' => false), array('author_name' => 'mathieu massé', 'author_url' => 'https://www.google.com/maps/contrib/100165525192621309085/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocI1Yx67LiXYZ6SZfFn5kgX5ARewGNcImrV7IHDt-zYvU6fHvsVf=s128-c0x00000000-cc-rp-mo-ba2', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Arrivée sur le tard en presque fin de service mais nous avons été très bien accueilli.Un joli restaurant avec une carte courte proposant des produits de saison et des producteurs locaux.Dégustation d\'un magnifique foie gras (maison Albié), et d\'une cuisse d\'oie confite, préparée magnifiquement avec des légumes de saison.Service impeccable et amicale. Très bons conseils de visites pour un après-midi pluvieux.Je recommande vivement', 'time' => 1761563955, 'translated' => false), array('author_name' => 'Guillaume Pade', 'author_url' => 'https://www.google.com/maps/contrib/104507447131818620499/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocLajIQ3HdVSBQed5avSKnQN_6wWoAM7qsIfzydWKMtr0JHTGA=s128-c0x00000000-cc-rp-mo-ba3', 'rating' => 5, 'relative_time_description' => 'il y a un an', 'text' => 'Dès notre arrivée, nous avons été chaleureusement accueillis par le personnel attentif et professionnel tout au long du repas. L\'ambiance est cosy et agréable, idéale pour un dîner entre amis ou en famille.Côté cuisine, c\'était un sans-faute. Les plats sont savoureux, bien présentés, et les portions généreuses. Les produits sont visiblement frais et de qualité, et cela se ressent dans les saveurs.Je recommande vivement ce restaurant pour ceux qui cherchent une belle expérience culinaire dans un cadre sympathique.', 'time' => 1726831901, 'translated' => false)), 'serves_beer' => true, 'serves_breakfast' => false, 'serves_brunch' => false, 'serves_dinner' => true, 'serves_lunch' => true, 'serves_vegetarian_food' => false, 'serves_wine' => true, 'takeout' => false, 'types' => array('establishment', 'food', 'point_of_interest', 'restaurant'), 'url' => 'https://maps.google.com/?cid=13121864126858907128', 'user_ratings_total' => 390, 'utc_offset' => 60, 'vicinity' => '7 Rue du Moulin, Les Eyzies', 'website' => 'https://www.restaurantnosco.fr/'), 'status' => 'OK'), 'app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_38c0995cbf56146dbfcf0dc197c12c2f), 'block_body'), '_category_widget' => array(object(__TwigTemplate_38c0995cbf56146dbfcf0dc197c12c2f), 'block__category_widget')))
(var/cache/dev/twig/be/bed8611fedc68478a9748e1756cab723.php:49)
at __TwigTemplate_38c0995cbf56146dbfcf0dc197c12c2f->doDisplay(array('allShops' => array(object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop)), 'allCategories' => array(object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category)), 'form' => object(FormView), 'shops' => array(object(Shop)), 'apiData' => array('html_attributions' => array(), 'result' => array('address_components' => array(array('long_name' => '7', 'short_name' => '7', 'types' => array('street_number')), array('long_name' => 'Rue du Moulin', 'short_name' => 'Rue du Moulin', 'types' => array('route')), array('long_name' => 'Les Eyzies', 'short_name' => 'Les Eyzies', 'types' => array('locality', 'political')), array('long_name' => 'Dordogne', 'short_name' => 'Dordogne', 'types' => array('administrative_area_level_2', 'political')), array('long_name' => 'Nouvelle-Aquitaine', 'short_name' => 'Nouvelle-Aquitaine', 'types' => array('administrative_area_level_1', 'political')), array('long_name' => 'France', 'short_name' => 'FR', 'types' => array('country', 'political')), array('long_name' => '24620', 'short_name' => '24620', 'types' => array('postal_code'))), 'adr_address' => '<span class="street-address">7 Rue du Moulin</span>, <span class="postal-code">24620</span> <span class="locality">Les Eyzies</span>, <span class="country-name">France</span>', 'business_status' => 'CLOSED_TEMPORARILY', 'curbside_pickup' => false, 'delivery' => false, 'dine_in' => true, 'formatted_address' => '7 Rue du Moulin, 24620 Les Eyzies, France', 'formatted_phone_number' => '06 01 43 14 92', 'geometry' => array('location' => array('lat' => 44.9360551, 'lng' => 1.0149352), 'viewport' => array('northeast' => array('lat' => 44.9373998802915, 'lng' => 1.016284630291502), 'southwest' => array('lat' => 44.9347019197085, 'lng' => 1.013586669708498))), 'icon' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png', 'icon_background_color' => '#FF9E67', 'icon_mask_base_uri' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet', 'international_phone_number' => '+33 6 01 43 14 92', 'name' => 'Restaurant NOSCO', 'permanently_closed' => true, 'photos' => array(array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpEwWkM1MWr1QDRH3BfBjPKuNp4fgfA7UE1tltQtoSnSlYgyAarD0qxIq3GqAJB1mPWIx9zwfRW74M2BWNNmwoAZff-MnJHm_SZn4pmMGcXYVfDlRQXEFS82KM4sQmYKJ9_CtYdy3LutmrfzeESUd_dZEsPoAqmeIGNaMSd8yxvCLGSM6aEU-rwMSNHwA6jqu5xztIEjhdI_FChnk0BaYNs924F1DoPyRH7TRim9p8Q0gVRKAv_FlWFmA6-sEurCAOHL8xuoM4BITfnvnsZPLHKjG-YmjFtU15dvIBOLjAdkOdTq65zmUSBY3EHO6LjRJxV1cnPiRzMGgsiYSubM-zLZVha_UGGonTpmqetMM29l470ut57_3nl0Mhi4zm-ilcACGGr4XEvRCDgmFehXDFym4TfTOKQ8prhftinEpRdRQ', 'width' => 4032), array('height' => 3215, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/114864208106042344963">Restaurant NOSCO</a>'), 'photo_reference' => 'AZLasHoaZ2XYtNQ9vFjiajy66EQ9GMO_f-LTedXFmC1GXtVOOOZCMLp8a7yOaoHvhHyPLBwKt8F5nw5YymoPeEutdmJWBrlvydTDm1pTBxZQ5tGHVYwhWz_DX1QlTYmWQXavN-MFkuILf8viuw-ZxIz61tIjqO2fcit_D58-X_8NW-O74W1v-eLcFw-uI8aQGdSNJ8QSNmFIpNODye3D9imAvgoFfkDCthhq7Fz0mg9smTnbVht9m6waqHxP6Cx8xOTpZNRXOLqkm22QbTAFyLOlcucsZRrKIJR6s5tsNAYlJSWQGw', 'width' => 3060), array('height' => 2179, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpE2cTn2zvSwptoNptFfh9grnUUWxXwXNMe1hntgZQMUMU7YSN8rXGGj7Z-hkR4bTC-jKj6Ckkqn_BMhUQ_NcTK9PngM3Z9JGmXULQiRlxzh6WwRj_oRj9ZrC5ZVgMyn6vcEK-PgD8KjsguKNATXg_di_qqWXPcFStVGDfZMD_dZgMtlnhvc3YVBimPCvLASUvIzjsAsQcwliPyRfWNjUOmVdEFw-OIcz7O6Zc1Farze2D3rM7Gc3wcPxXjYHjlRohj5PE49zHMwFj-Llit_QMMWq9ZiPuAg-su7x6-WrnGWQ3HxB4Sdp8FPK7PhwTyRJgUcWbDEATy19alQ-R9NES-B4RmJkr-OMjhGvwaj5Pz8foyTzFX6wW_ThVaArkpvzcmqxbgIrgiuYbdl24spk-rP7KE7GL6FJUfdkuUH10', 'width' => 3983), array('height' => 3060, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/105968091408603288119">Bilbon Lehobbit</a>'), 'photo_reference' => 'AZLasHqUu9npaUe1HeiXoCT9_fsdQ5lS7q0razVfxhxu1vUzZ8uKPhvJ3LRkmyPGpDZboSBKkd91JRtx6r6eAt15BK63qMPIQEolF0Mps6Uj6iZ_77r3fz6w0kCC3-ZLHJRUx-_IZNEmz9oIjhenHVzoiOznbx2EohhroyRMUnU6HAihTIlsT8mBhGiPifpdVF7jN9A0y6lzguZxLSvNGhTuyEGwF0oy2Y-ksKrKEtjAbfWT-jYnB3M872CWHexEqyK3KqLTDQKlFV_kd3KscGWnQyicIlogGFjo-lLrtVIs98V9QhiI6lZzDcS3bzyVNE_qJSoMZcDINrkJzEG-Jf2eIfEh0ThsADQW7pKN8ZdvQK4f4J3RDveRXxyloJ3fD_aFCbDPaOTdXMnTttGjupEFxXQKb3YXkp0b91TXfpmCzkV6AvM', 'width' => 4080), array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHoeRDy4HixKhkRZsVIJ2mSFZa3ggAmfHBSAQ55Sh6Yqbvwkp88q5P75dn4076_GHDyaEfbf6xox0EpVpq-OOPnTxvWQrO03PTmer600SKRF__f_0hp9Od9plEQAXC5Z-5lJ0Wo6z9Z3GTP72pV3DWnt0CeUWhx-hWRTeoj1_0jd8qZz4LP6HrYWtNtCgkQb52xfIeTZnHTwPWiB0JvWdO5yY4VXfY_TlJVHKcRQpCSKQMavLWf17b2LRFkaqkKMQsYzg9KznDaWhy0eCn9PyiK1bGzg8aJX9xMYUL_ksRaceYPazI312vPHLpf-yJMmTnPN_pT-4VfuBoxiV2OXItDljLZeM4Z09oJ2411z71mR-RHAAgVQKpWt2p_5_ttwCHt128Rw5jYEmzN0EvksGAjVx-rSidAX54i8Yi-apWtZQP5bs8JtkCaGTsu-ewYj', 'width' => 4032), array('height' => 3000, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/106196763373855881923">Gilles Rouveure</a>'), 'photo_reference' => 'AZLasHrY2FomMC7MQHZiZu1zi4owLptcdzHqgq6ccuiTtfNZxqFoLSoUrvpcJ0C2fQKcR_4sUstarhKKuVVC4BwZ9TdT4YufFYTtBuj_T4BP2tBfDiwAlfO65NemzNWngMTu-lmp8b1SMdUuileBwczxj7cbsNW30n9cB8CH2Z4b0y1ERcaDkqjJ814cXo15gJhZfoYTd3ZIkfYnw2nkCyVCJwitdgorPD-scUxm3rbjlKjvW2nvEmj0tfDt4JXecLFBya4j3XDf5jesNq7SwDyuIx8rxKisQLK6Htgwx8ePbEPZKN2CgHfK7RK5osc9zQGLtv37UMmHYc0zOQ8MhiTxKMDTKrXmgKVbsJU8OiQd1lMSmMQb9-d-kK9HEvqg6WcHBVZtHlq6MrVhWk-L6WgXGsNsn9qiXqxe40UhEI84I22SEcv4', 'width' => 4000), array('height' => 1311, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/111577640564085862301">LAVAUD Chantal</a>'), 'photo_reference' => 'AZLasHoDei995N-fxubqu78KzzHH_oJlIZCgqZSH40vmJM70VxdDefkbJRtFe1lLXfsRSxKt59NooorE8fXJT8mgwY2OqaCcy9ZOUKL1NshOWQd0aBkZ-3vP7ppwa_lLqxEtitlY0fPU2lUc_xoTDoUUDxkicRGQqdg3-CQ3ERzd-b0xNbgT23b5i_tbHXGZlQKw-YsThrn0f__Zdf78VKVEGngMUOGZgZ8zHN2ZoeMNs3trzyKHEM03PiJeDSxIgLKAUr0w_ELQxkvj2POt9327NGWs47JJkhuA49sCsC24u2exC82PRNOE_N-vHohdnZmNKVrg5e_g_eX7sZg2e3wCClqj3cC2MiTxsqiLCYzoj5RYM4GVAP9jVMROEH_hcUMYM3yTc00dnJ3Yr_y1OJrs728PJYFSg7f37MVXW9WfXH_iiSw', 'width' => 1120), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/104411453226239602216">Sophie Fonvieille</a>'), 'photo_reference' => 'AZLasHow_RDE8zv1Elf_YdXTWDsH2PBhUIOKWvy5R7-ZpBvHUNO9XYYhYosfSBYx8eeX4TMwomSJHgv1aSJhZJg7xlxmmA1p5CQ42f2NZfSvXEB8ttxf0GtUIhbHS9VKf7UhOkweSD5XOAQL4nJj0C0VLg90Qh6UPbKW0QjlkwgnmztR8bzH9UmvvFyFhPtSsRn67yZs-OR-mmgimDIUNDZSB0yXA1LG55vd7m99oTZTW1W5vbhdnMoWHhx1y9LAWPVBj-ZDzCqsjxi0qiC_bXi92J0a_MbVqQz78PBy1QRFAExO-nQpvBFT-vodMUPKDqVrPkDRvIpCNFLtO6OKZj24ICXqrIfd1SwSQjzSNgqNy8Q6DR6MKp6O5phcps3oTiArFvSxOrhOpOnlFVQiJ2STvniTTxR0slC08t3ZP1vX45uRckQD', 'width' => 3024), array('height' => 3023, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHowD1Gbzo9P_BHCjE1rcuHXQkujoYbTHs5ObQzZ2oIJvxzy-rYFjERtqtX044kJdBJRlnQsXCkM3tNoyMhY510ht8uNmGRqya5So-OLBcHDSU-5TY50h_c8KIw2yJRomVgMg9b4icHPy0-sRA7LPpO39mTBPqsBkoFet3f2keGkFTotLL8w8F6k7vg5VYhhriFgnqCusiG1grcFqxhBB-m002S3ncRuYgdzPiongIR5_Pjb7hyDbFkbJdCmL2P44eYEulUFhrLxpgk4Dv_7-qRQSW-e8NrE6gRH1TWk0QCCGlw1teAmh02GcSTvt55HnUopsqXVMXOJhYwOl8MNmicO4g94V0-mAob-O_CO8xx9bAae97bTfbfdxppNjmbXxbujDM6iccuEcaMxbxca8aG55-ztrmfgn8pBWSqwOlZoCBNb4pDqFzduOu2f8w', 'width' => 4031), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHr01Qu0ji-_0Ea48BITQWpH2w32BUXRifnH1gKTL5PGEzuK7YiA33ffV8XBRsUcUghsodfRhC_fAvJhNOgiQjLGu5ZafHWuOARG0RxkWx0SfcKZV91OnxRuvsQx0Uw9EfgyhSIbte0qH1aW43HejOEdC_qHuU-ZLBDWXcVcowoAI3DachSwHRgMIBVwlwAYZX5xz8J05SAI630HWzpQ37rPxjKZNdMTNt32KBYYnr-mfXhMLTDXjLzbHrLpfBINZCrd4qBm7mQxmUTrwwVTGRxOfSyOQBdc493ScEnbexEWyrZg_9L_xGe-javiehJR_BpRwaFa6nJ-0LUXbt2SdcRkRLUb6wbs2qIPlOd8P3bJDfuw_0kDCjxVZXxSGj6nCOb0tj8aZHqcRQ-0BR5Ehp9Q91yEPsfDHIXBmer9x9q1MgbT', 'width' => 3024)), 'place_id' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'plus_code' => array('compound_code' => 'W2P7+CX Les Eyzies, France', 'global_code' => '8FP3W2P7+CX'), 'rating' => 4.7, 'reference' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'reservable' => true, 'reviews' => array(array('author_name' => 'Pat Migéco', 'author_url' => 'https://www.google.com/maps/contrib/100669826303832039599/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocJd0SwzsfSDkWDOyPEvPkVDONZiZm6KfvZul_yvJYqRT3M0eQ=s128-c0x00000000-cc-rp-mo-ba5', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Alors là un très bon restaurant ! Un très bon accueil ! Un très bon service !Une succulente cuisine avec un très bon rapport qualité ! Bravo à toute l\'équipe ! Que du bonheur ! Parking à proximité ! Il vaut mieux reserver ! Je vous recommande cet établissement !', 'time' => 1760819998, 'translated' => false), array('author_name' => 'Manon VIDAL', 'author_url' => 'https://www.google.com/maps/contrib/113783961056581691924/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjV0g5ojARR-IiXLVEHBsBuepVroWhdQwAy9pIubxvAKaMEiAAEG=s128-c0x00000000-cc-rp-mo', 'rating' => 5, 'relative_time_description' => 'il y a 3 mois', 'text' => 'Nous sommes venu a ce restaurant sur recommandation de la vendeuse de la terrasse du charron et nous n\'avons pas été déçu ! Au contraire, l\'accueil a été très chaleureux, un repas délicieux, produits régionaux mettant en avant les producteurs. Le repas était a la hauteur de nos attentes, nous vous conseillons de vous y arrêter un soir pour profiter de l\'ambiance.', 'time' => 1757846870, 'translated' => false), array('author_name' => 'Stella Ferriere', 'author_url' => 'https://www.google.com/maps/contrib/114842290413279293979/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjXayF67IlYeU4EjzCCpOYe-V9RzSUqj4-pjGZR_XUTtlWrkkVzL=s128-c0x00000000-cc-rp-mo-ba4', 'rating' => 5, 'relative_time_description' => 'il y a 2 mois', 'text' => 'Accueil très sympathique.Très bonne cuisine locale.Décoration originale', 'time' => 1760614995, 'translated' => false), array('author_name' => 'mathieu massé', 'author_url' => 'https://www.google.com/maps/contrib/100165525192621309085/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocI1Yx67LiXYZ6SZfFn5kgX5ARewGNcImrV7IHDt-zYvU6fHvsVf=s128-c0x00000000-cc-rp-mo-ba2', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Arrivée sur le tard en presque fin de service mais nous avons été très bien accueilli.Un joli restaurant avec une carte courte proposant des produits de saison et des producteurs locaux.Dégustation d\'un magnifique foie gras (maison Albié), et d\'une cuisse d\'oie confite, préparée magnifiquement avec des légumes de saison.Service impeccable et amicale. Très bons conseils de visites pour un après-midi pluvieux.Je recommande vivement', 'time' => 1761563955, 'translated' => false), array('author_name' => 'Guillaume Pade', 'author_url' => 'https://www.google.com/maps/contrib/104507447131818620499/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocLajIQ3HdVSBQed5avSKnQN_6wWoAM7qsIfzydWKMtr0JHTGA=s128-c0x00000000-cc-rp-mo-ba3', 'rating' => 5, 'relative_time_description' => 'il y a un an', 'text' => 'Dès notre arrivée, nous avons été chaleureusement accueillis par le personnel attentif et professionnel tout au long du repas. L\'ambiance est cosy et agréable, idéale pour un dîner entre amis ou en famille.Côté cuisine, c\'était un sans-faute. Les plats sont savoureux, bien présentés, et les portions généreuses. Les produits sont visiblement frais et de qualité, et cela se ressent dans les saveurs.Je recommande vivement ce restaurant pour ceux qui cherchent une belle expérience culinaire dans un cadre sympathique.', 'time' => 1726831901, 'translated' => false)), 'serves_beer' => true, 'serves_breakfast' => false, 'serves_brunch' => false, 'serves_dinner' => true, 'serves_lunch' => true, 'serves_vegetarian_food' => false, 'serves_wine' => true, 'takeout' => false, 'types' => array('establishment', 'food', 'point_of_interest', 'restaurant'), 'url' => 'https://maps.google.com/?cid=13121864126858907128', 'user_ratings_total' => 390, 'utc_offset' => 60, 'vicinity' => '7 Rue du Moulin, Les Eyzies', 'website' => 'https://www.restaurantnosco.fr/'), 'status' => 'OK'), 'app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_38c0995cbf56146dbfcf0dc197c12c2f), 'block_body'), '_category_widget' => array(object(__TwigTemplate_38c0995cbf56146dbfcf0dc197c12c2f), 'block__category_widget')))
(vendor/twig/twig/src/Template.php:394)
at Twig\Template->displayWithErrorHandling(array('allShops' => array(object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop)), 'allCategories' => array(object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category)), 'form' => object(FormView), 'shops' => array(object(Shop)), 'apiData' => array('html_attributions' => array(), 'result' => array('address_components' => array(array('long_name' => '7', 'short_name' => '7', 'types' => array('street_number')), array('long_name' => 'Rue du Moulin', 'short_name' => 'Rue du Moulin', 'types' => array('route')), array('long_name' => 'Les Eyzies', 'short_name' => 'Les Eyzies', 'types' => array('locality', 'political')), array('long_name' => 'Dordogne', 'short_name' => 'Dordogne', 'types' => array('administrative_area_level_2', 'political')), array('long_name' => 'Nouvelle-Aquitaine', 'short_name' => 'Nouvelle-Aquitaine', 'types' => array('administrative_area_level_1', 'political')), array('long_name' => 'France', 'short_name' => 'FR', 'types' => array('country', 'political')), array('long_name' => '24620', 'short_name' => '24620', 'types' => array('postal_code'))), 'adr_address' => '<span class="street-address">7 Rue du Moulin</span>, <span class="postal-code">24620</span> <span class="locality">Les Eyzies</span>, <span class="country-name">France</span>', 'business_status' => 'CLOSED_TEMPORARILY', 'curbside_pickup' => false, 'delivery' => false, 'dine_in' => true, 'formatted_address' => '7 Rue du Moulin, 24620 Les Eyzies, France', 'formatted_phone_number' => '06 01 43 14 92', 'geometry' => array('location' => array('lat' => 44.9360551, 'lng' => 1.0149352), 'viewport' => array('northeast' => array('lat' => 44.9373998802915, 'lng' => 1.016284630291502), 'southwest' => array('lat' => 44.9347019197085, 'lng' => 1.013586669708498))), 'icon' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png', 'icon_background_color' => '#FF9E67', 'icon_mask_base_uri' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet', 'international_phone_number' => '+33 6 01 43 14 92', 'name' => 'Restaurant NOSCO', 'permanently_closed' => true, 'photos' => array(array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpEwWkM1MWr1QDRH3BfBjPKuNp4fgfA7UE1tltQtoSnSlYgyAarD0qxIq3GqAJB1mPWIx9zwfRW74M2BWNNmwoAZff-MnJHm_SZn4pmMGcXYVfDlRQXEFS82KM4sQmYKJ9_CtYdy3LutmrfzeESUd_dZEsPoAqmeIGNaMSd8yxvCLGSM6aEU-rwMSNHwA6jqu5xztIEjhdI_FChnk0BaYNs924F1DoPyRH7TRim9p8Q0gVRKAv_FlWFmA6-sEurCAOHL8xuoM4BITfnvnsZPLHKjG-YmjFtU15dvIBOLjAdkOdTq65zmUSBY3EHO6LjRJxV1cnPiRzMGgsiYSubM-zLZVha_UGGonTpmqetMM29l470ut57_3nl0Mhi4zm-ilcACGGr4XEvRCDgmFehXDFym4TfTOKQ8prhftinEpRdRQ', 'width' => 4032), array('height' => 3215, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/114864208106042344963">Restaurant NOSCO</a>'), 'photo_reference' => 'AZLasHoaZ2XYtNQ9vFjiajy66EQ9GMO_f-LTedXFmC1GXtVOOOZCMLp8a7yOaoHvhHyPLBwKt8F5nw5YymoPeEutdmJWBrlvydTDm1pTBxZQ5tGHVYwhWz_DX1QlTYmWQXavN-MFkuILf8viuw-ZxIz61tIjqO2fcit_D58-X_8NW-O74W1v-eLcFw-uI8aQGdSNJ8QSNmFIpNODye3D9imAvgoFfkDCthhq7Fz0mg9smTnbVht9m6waqHxP6Cx8xOTpZNRXOLqkm22QbTAFyLOlcucsZRrKIJR6s5tsNAYlJSWQGw', 'width' => 3060), array('height' => 2179, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpE2cTn2zvSwptoNptFfh9grnUUWxXwXNMe1hntgZQMUMU7YSN8rXGGj7Z-hkR4bTC-jKj6Ckkqn_BMhUQ_NcTK9PngM3Z9JGmXULQiRlxzh6WwRj_oRj9ZrC5ZVgMyn6vcEK-PgD8KjsguKNATXg_di_qqWXPcFStVGDfZMD_dZgMtlnhvc3YVBimPCvLASUvIzjsAsQcwliPyRfWNjUOmVdEFw-OIcz7O6Zc1Farze2D3rM7Gc3wcPxXjYHjlRohj5PE49zHMwFj-Llit_QMMWq9ZiPuAg-su7x6-WrnGWQ3HxB4Sdp8FPK7PhwTyRJgUcWbDEATy19alQ-R9NES-B4RmJkr-OMjhGvwaj5Pz8foyTzFX6wW_ThVaArkpvzcmqxbgIrgiuYbdl24spk-rP7KE7GL6FJUfdkuUH10', 'width' => 3983), array('height' => 3060, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/105968091408603288119">Bilbon Lehobbit</a>'), 'photo_reference' => 'AZLasHqUu9npaUe1HeiXoCT9_fsdQ5lS7q0razVfxhxu1vUzZ8uKPhvJ3LRkmyPGpDZboSBKkd91JRtx6r6eAt15BK63qMPIQEolF0Mps6Uj6iZ_77r3fz6w0kCC3-ZLHJRUx-_IZNEmz9oIjhenHVzoiOznbx2EohhroyRMUnU6HAihTIlsT8mBhGiPifpdVF7jN9A0y6lzguZxLSvNGhTuyEGwF0oy2Y-ksKrKEtjAbfWT-jYnB3M872CWHexEqyK3KqLTDQKlFV_kd3KscGWnQyicIlogGFjo-lLrtVIs98V9QhiI6lZzDcS3bzyVNE_qJSoMZcDINrkJzEG-Jf2eIfEh0ThsADQW7pKN8ZdvQK4f4J3RDveRXxyloJ3fD_aFCbDPaOTdXMnTttGjupEFxXQKb3YXkp0b91TXfpmCzkV6AvM', 'width' => 4080), array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHoeRDy4HixKhkRZsVIJ2mSFZa3ggAmfHBSAQ55Sh6Yqbvwkp88q5P75dn4076_GHDyaEfbf6xox0EpVpq-OOPnTxvWQrO03PTmer600SKRF__f_0hp9Od9plEQAXC5Z-5lJ0Wo6z9Z3GTP72pV3DWnt0CeUWhx-hWRTeoj1_0jd8qZz4LP6HrYWtNtCgkQb52xfIeTZnHTwPWiB0JvWdO5yY4VXfY_TlJVHKcRQpCSKQMavLWf17b2LRFkaqkKMQsYzg9KznDaWhy0eCn9PyiK1bGzg8aJX9xMYUL_ksRaceYPazI312vPHLpf-yJMmTnPN_pT-4VfuBoxiV2OXItDljLZeM4Z09oJ2411z71mR-RHAAgVQKpWt2p_5_ttwCHt128Rw5jYEmzN0EvksGAjVx-rSidAX54i8Yi-apWtZQP5bs8JtkCaGTsu-ewYj', 'width' => 4032), array('height' => 3000, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/106196763373855881923">Gilles Rouveure</a>'), 'photo_reference' => 'AZLasHrY2FomMC7MQHZiZu1zi4owLptcdzHqgq6ccuiTtfNZxqFoLSoUrvpcJ0C2fQKcR_4sUstarhKKuVVC4BwZ9TdT4YufFYTtBuj_T4BP2tBfDiwAlfO65NemzNWngMTu-lmp8b1SMdUuileBwczxj7cbsNW30n9cB8CH2Z4b0y1ERcaDkqjJ814cXo15gJhZfoYTd3ZIkfYnw2nkCyVCJwitdgorPD-scUxm3rbjlKjvW2nvEmj0tfDt4JXecLFBya4j3XDf5jesNq7SwDyuIx8rxKisQLK6Htgwx8ePbEPZKN2CgHfK7RK5osc9zQGLtv37UMmHYc0zOQ8MhiTxKMDTKrXmgKVbsJU8OiQd1lMSmMQb9-d-kK9HEvqg6WcHBVZtHlq6MrVhWk-L6WgXGsNsn9qiXqxe40UhEI84I22SEcv4', 'width' => 4000), array('height' => 1311, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/111577640564085862301">LAVAUD Chantal</a>'), 'photo_reference' => 'AZLasHoDei995N-fxubqu78KzzHH_oJlIZCgqZSH40vmJM70VxdDefkbJRtFe1lLXfsRSxKt59NooorE8fXJT8mgwY2OqaCcy9ZOUKL1NshOWQd0aBkZ-3vP7ppwa_lLqxEtitlY0fPU2lUc_xoTDoUUDxkicRGQqdg3-CQ3ERzd-b0xNbgT23b5i_tbHXGZlQKw-YsThrn0f__Zdf78VKVEGngMUOGZgZ8zHN2ZoeMNs3trzyKHEM03PiJeDSxIgLKAUr0w_ELQxkvj2POt9327NGWs47JJkhuA49sCsC24u2exC82PRNOE_N-vHohdnZmNKVrg5e_g_eX7sZg2e3wCClqj3cC2MiTxsqiLCYzoj5RYM4GVAP9jVMROEH_hcUMYM3yTc00dnJ3Yr_y1OJrs728PJYFSg7f37MVXW9WfXH_iiSw', 'width' => 1120), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/104411453226239602216">Sophie Fonvieille</a>'), 'photo_reference' => 'AZLasHow_RDE8zv1Elf_YdXTWDsH2PBhUIOKWvy5R7-ZpBvHUNO9XYYhYosfSBYx8eeX4TMwomSJHgv1aSJhZJg7xlxmmA1p5CQ42f2NZfSvXEB8ttxf0GtUIhbHS9VKf7UhOkweSD5XOAQL4nJj0C0VLg90Qh6UPbKW0QjlkwgnmztR8bzH9UmvvFyFhPtSsRn67yZs-OR-mmgimDIUNDZSB0yXA1LG55vd7m99oTZTW1W5vbhdnMoWHhx1y9LAWPVBj-ZDzCqsjxi0qiC_bXi92J0a_MbVqQz78PBy1QRFAExO-nQpvBFT-vodMUPKDqVrPkDRvIpCNFLtO6OKZj24ICXqrIfd1SwSQjzSNgqNy8Q6DR6MKp6O5phcps3oTiArFvSxOrhOpOnlFVQiJ2STvniTTxR0slC08t3ZP1vX45uRckQD', 'width' => 3024), array('height' => 3023, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHowD1Gbzo9P_BHCjE1rcuHXQkujoYbTHs5ObQzZ2oIJvxzy-rYFjERtqtX044kJdBJRlnQsXCkM3tNoyMhY510ht8uNmGRqya5So-OLBcHDSU-5TY50h_c8KIw2yJRomVgMg9b4icHPy0-sRA7LPpO39mTBPqsBkoFet3f2keGkFTotLL8w8F6k7vg5VYhhriFgnqCusiG1grcFqxhBB-m002S3ncRuYgdzPiongIR5_Pjb7hyDbFkbJdCmL2P44eYEulUFhrLxpgk4Dv_7-qRQSW-e8NrE6gRH1TWk0QCCGlw1teAmh02GcSTvt55HnUopsqXVMXOJhYwOl8MNmicO4g94V0-mAob-O_CO8xx9bAae97bTfbfdxppNjmbXxbujDM6iccuEcaMxbxca8aG55-ztrmfgn8pBWSqwOlZoCBNb4pDqFzduOu2f8w', 'width' => 4031), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHr01Qu0ji-_0Ea48BITQWpH2w32BUXRifnH1gKTL5PGEzuK7YiA33ffV8XBRsUcUghsodfRhC_fAvJhNOgiQjLGu5ZafHWuOARG0RxkWx0SfcKZV91OnxRuvsQx0Uw9EfgyhSIbte0qH1aW43HejOEdC_qHuU-ZLBDWXcVcowoAI3DachSwHRgMIBVwlwAYZX5xz8J05SAI630HWzpQ37rPxjKZNdMTNt32KBYYnr-mfXhMLTDXjLzbHrLpfBINZCrd4qBm7mQxmUTrwwVTGRxOfSyOQBdc493ScEnbexEWyrZg_9L_xGe-javiehJR_BpRwaFa6nJ-0LUXbt2SdcRkRLUb6wbs2qIPlOd8P3bJDfuw_0kDCjxVZXxSGj6nCOb0tj8aZHqcRQ-0BR5Ehp9Q91yEPsfDHIXBmer9x9q1MgbT', 'width' => 3024)), 'place_id' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'plus_code' => array('compound_code' => 'W2P7+CX Les Eyzies, France', 'global_code' => '8FP3W2P7+CX'), 'rating' => 4.7, 'reference' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'reservable' => true, 'reviews' => array(array('author_name' => 'Pat Migéco', 'author_url' => 'https://www.google.com/maps/contrib/100669826303832039599/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocJd0SwzsfSDkWDOyPEvPkVDONZiZm6KfvZul_yvJYqRT3M0eQ=s128-c0x00000000-cc-rp-mo-ba5', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Alors là un très bon restaurant ! Un très bon accueil ! Un très bon service !Une succulente cuisine avec un très bon rapport qualité ! Bravo à toute l\'équipe ! Que du bonheur ! Parking à proximité ! Il vaut mieux reserver ! Je vous recommande cet établissement !', 'time' => 1760819998, 'translated' => false), array('author_name' => 'Manon VIDAL', 'author_url' => 'https://www.google.com/maps/contrib/113783961056581691924/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjV0g5ojARR-IiXLVEHBsBuepVroWhdQwAy9pIubxvAKaMEiAAEG=s128-c0x00000000-cc-rp-mo', 'rating' => 5, 'relative_time_description' => 'il y a 3 mois', 'text' => 'Nous sommes venu a ce restaurant sur recommandation de la vendeuse de la terrasse du charron et nous n\'avons pas été déçu ! Au contraire, l\'accueil a été très chaleureux, un repas délicieux, produits régionaux mettant en avant les producteurs. Le repas était a la hauteur de nos attentes, nous vous conseillons de vous y arrêter un soir pour profiter de l\'ambiance.', 'time' => 1757846870, 'translated' => false), array('author_name' => 'Stella Ferriere', 'author_url' => 'https://www.google.com/maps/contrib/114842290413279293979/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjXayF67IlYeU4EjzCCpOYe-V9RzSUqj4-pjGZR_XUTtlWrkkVzL=s128-c0x00000000-cc-rp-mo-ba4', 'rating' => 5, 'relative_time_description' => 'il y a 2 mois', 'text' => 'Accueil très sympathique.Très bonne cuisine locale.Décoration originale', 'time' => 1760614995, 'translated' => false), array('author_name' => 'mathieu massé', 'author_url' => 'https://www.google.com/maps/contrib/100165525192621309085/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocI1Yx67LiXYZ6SZfFn5kgX5ARewGNcImrV7IHDt-zYvU6fHvsVf=s128-c0x00000000-cc-rp-mo-ba2', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Arrivée sur le tard en presque fin de service mais nous avons été très bien accueilli.Un joli restaurant avec une carte courte proposant des produits de saison et des producteurs locaux.Dégustation d\'un magnifique foie gras (maison Albié), et d\'une cuisse d\'oie confite, préparée magnifiquement avec des légumes de saison.Service impeccable et amicale. Très bons conseils de visites pour un après-midi pluvieux.Je recommande vivement', 'time' => 1761563955, 'translated' => false), array('author_name' => 'Guillaume Pade', 'author_url' => 'https://www.google.com/maps/contrib/104507447131818620499/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocLajIQ3HdVSBQed5avSKnQN_6wWoAM7qsIfzydWKMtr0JHTGA=s128-c0x00000000-cc-rp-mo-ba3', 'rating' => 5, 'relative_time_description' => 'il y a un an', 'text' => 'Dès notre arrivée, nous avons été chaleureusement accueillis par le personnel attentif et professionnel tout au long du repas. L\'ambiance est cosy et agréable, idéale pour un dîner entre amis ou en famille.Côté cuisine, c\'était un sans-faute. Les plats sont savoureux, bien présentés, et les portions généreuses. Les produits sont visiblement frais et de qualité, et cela se ressent dans les saveurs.Je recommande vivement ce restaurant pour ceux qui cherchent une belle expérience culinaire dans un cadre sympathique.', 'time' => 1726831901, 'translated' => false)), 'serves_beer' => true, 'serves_breakfast' => false, 'serves_brunch' => false, 'serves_dinner' => true, 'serves_lunch' => true, 'serves_vegetarian_food' => false, 'serves_wine' => true, 'takeout' => false, 'types' => array('establishment', 'food', 'point_of_interest', 'restaurant'), 'url' => 'https://maps.google.com/?cid=13121864126858907128', 'user_ratings_total' => 390, 'utc_offset' => 60, 'vicinity' => '7 Rue du Moulin, Les Eyzies', 'website' => 'https://www.restaurantnosco.fr/'), 'status' => 'OK'), 'app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_38c0995cbf56146dbfcf0dc197c12c2f), 'block_body'), '_category_widget' => array(object(__TwigTemplate_38c0995cbf56146dbfcf0dc197c12c2f), 'block__category_widget')))
(vendor/twig/twig/src/Template.php:367)
at Twig\Template->display(array('allShops' => array(object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop)), 'allCategories' => array(object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category)), 'form' => object(FormView), 'shops' => array(object(Shop)), 'apiData' => array('html_attributions' => array(), 'result' => array('address_components' => array(array('long_name' => '7', 'short_name' => '7', 'types' => array('street_number')), array('long_name' => 'Rue du Moulin', 'short_name' => 'Rue du Moulin', 'types' => array('route')), array('long_name' => 'Les Eyzies', 'short_name' => 'Les Eyzies', 'types' => array('locality', 'political')), array('long_name' => 'Dordogne', 'short_name' => 'Dordogne', 'types' => array('administrative_area_level_2', 'political')), array('long_name' => 'Nouvelle-Aquitaine', 'short_name' => 'Nouvelle-Aquitaine', 'types' => array('administrative_area_level_1', 'political')), array('long_name' => 'France', 'short_name' => 'FR', 'types' => array('country', 'political')), array('long_name' => '24620', 'short_name' => '24620', 'types' => array('postal_code'))), 'adr_address' => '<span class="street-address">7 Rue du Moulin</span>, <span class="postal-code">24620</span> <span class="locality">Les Eyzies</span>, <span class="country-name">France</span>', 'business_status' => 'CLOSED_TEMPORARILY', 'curbside_pickup' => false, 'delivery' => false, 'dine_in' => true, 'formatted_address' => '7 Rue du Moulin, 24620 Les Eyzies, France', 'formatted_phone_number' => '06 01 43 14 92', 'geometry' => array('location' => array('lat' => 44.9360551, 'lng' => 1.0149352), 'viewport' => array('northeast' => array('lat' => 44.9373998802915, 'lng' => 1.016284630291502), 'southwest' => array('lat' => 44.9347019197085, 'lng' => 1.013586669708498))), 'icon' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png', 'icon_background_color' => '#FF9E67', 'icon_mask_base_uri' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet', 'international_phone_number' => '+33 6 01 43 14 92', 'name' => 'Restaurant NOSCO', 'permanently_closed' => true, 'photos' => array(array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpEwWkM1MWr1QDRH3BfBjPKuNp4fgfA7UE1tltQtoSnSlYgyAarD0qxIq3GqAJB1mPWIx9zwfRW74M2BWNNmwoAZff-MnJHm_SZn4pmMGcXYVfDlRQXEFS82KM4sQmYKJ9_CtYdy3LutmrfzeESUd_dZEsPoAqmeIGNaMSd8yxvCLGSM6aEU-rwMSNHwA6jqu5xztIEjhdI_FChnk0BaYNs924F1DoPyRH7TRim9p8Q0gVRKAv_FlWFmA6-sEurCAOHL8xuoM4BITfnvnsZPLHKjG-YmjFtU15dvIBOLjAdkOdTq65zmUSBY3EHO6LjRJxV1cnPiRzMGgsiYSubM-zLZVha_UGGonTpmqetMM29l470ut57_3nl0Mhi4zm-ilcACGGr4XEvRCDgmFehXDFym4TfTOKQ8prhftinEpRdRQ', 'width' => 4032), array('height' => 3215, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/114864208106042344963">Restaurant NOSCO</a>'), 'photo_reference' => 'AZLasHoaZ2XYtNQ9vFjiajy66EQ9GMO_f-LTedXFmC1GXtVOOOZCMLp8a7yOaoHvhHyPLBwKt8F5nw5YymoPeEutdmJWBrlvydTDm1pTBxZQ5tGHVYwhWz_DX1QlTYmWQXavN-MFkuILf8viuw-ZxIz61tIjqO2fcit_D58-X_8NW-O74W1v-eLcFw-uI8aQGdSNJ8QSNmFIpNODye3D9imAvgoFfkDCthhq7Fz0mg9smTnbVht9m6waqHxP6Cx8xOTpZNRXOLqkm22QbTAFyLOlcucsZRrKIJR6s5tsNAYlJSWQGw', 'width' => 3060), array('height' => 2179, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpE2cTn2zvSwptoNptFfh9grnUUWxXwXNMe1hntgZQMUMU7YSN8rXGGj7Z-hkR4bTC-jKj6Ckkqn_BMhUQ_NcTK9PngM3Z9JGmXULQiRlxzh6WwRj_oRj9ZrC5ZVgMyn6vcEK-PgD8KjsguKNATXg_di_qqWXPcFStVGDfZMD_dZgMtlnhvc3YVBimPCvLASUvIzjsAsQcwliPyRfWNjUOmVdEFw-OIcz7O6Zc1Farze2D3rM7Gc3wcPxXjYHjlRohj5PE49zHMwFj-Llit_QMMWq9ZiPuAg-su7x6-WrnGWQ3HxB4Sdp8FPK7PhwTyRJgUcWbDEATy19alQ-R9NES-B4RmJkr-OMjhGvwaj5Pz8foyTzFX6wW_ThVaArkpvzcmqxbgIrgiuYbdl24spk-rP7KE7GL6FJUfdkuUH10', 'width' => 3983), array('height' => 3060, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/105968091408603288119">Bilbon Lehobbit</a>'), 'photo_reference' => 'AZLasHqUu9npaUe1HeiXoCT9_fsdQ5lS7q0razVfxhxu1vUzZ8uKPhvJ3LRkmyPGpDZboSBKkd91JRtx6r6eAt15BK63qMPIQEolF0Mps6Uj6iZ_77r3fz6w0kCC3-ZLHJRUx-_IZNEmz9oIjhenHVzoiOznbx2EohhroyRMUnU6HAihTIlsT8mBhGiPifpdVF7jN9A0y6lzguZxLSvNGhTuyEGwF0oy2Y-ksKrKEtjAbfWT-jYnB3M872CWHexEqyK3KqLTDQKlFV_kd3KscGWnQyicIlogGFjo-lLrtVIs98V9QhiI6lZzDcS3bzyVNE_qJSoMZcDINrkJzEG-Jf2eIfEh0ThsADQW7pKN8ZdvQK4f4J3RDveRXxyloJ3fD_aFCbDPaOTdXMnTttGjupEFxXQKb3YXkp0b91TXfpmCzkV6AvM', 'width' => 4080), array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHoeRDy4HixKhkRZsVIJ2mSFZa3ggAmfHBSAQ55Sh6Yqbvwkp88q5P75dn4076_GHDyaEfbf6xox0EpVpq-OOPnTxvWQrO03PTmer600SKRF__f_0hp9Od9plEQAXC5Z-5lJ0Wo6z9Z3GTP72pV3DWnt0CeUWhx-hWRTeoj1_0jd8qZz4LP6HrYWtNtCgkQb52xfIeTZnHTwPWiB0JvWdO5yY4VXfY_TlJVHKcRQpCSKQMavLWf17b2LRFkaqkKMQsYzg9KznDaWhy0eCn9PyiK1bGzg8aJX9xMYUL_ksRaceYPazI312vPHLpf-yJMmTnPN_pT-4VfuBoxiV2OXItDljLZeM4Z09oJ2411z71mR-RHAAgVQKpWt2p_5_ttwCHt128Rw5jYEmzN0EvksGAjVx-rSidAX54i8Yi-apWtZQP5bs8JtkCaGTsu-ewYj', 'width' => 4032), array('height' => 3000, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/106196763373855881923">Gilles Rouveure</a>'), 'photo_reference' => 'AZLasHrY2FomMC7MQHZiZu1zi4owLptcdzHqgq6ccuiTtfNZxqFoLSoUrvpcJ0C2fQKcR_4sUstarhKKuVVC4BwZ9TdT4YufFYTtBuj_T4BP2tBfDiwAlfO65NemzNWngMTu-lmp8b1SMdUuileBwczxj7cbsNW30n9cB8CH2Z4b0y1ERcaDkqjJ814cXo15gJhZfoYTd3ZIkfYnw2nkCyVCJwitdgorPD-scUxm3rbjlKjvW2nvEmj0tfDt4JXecLFBya4j3XDf5jesNq7SwDyuIx8rxKisQLK6Htgwx8ePbEPZKN2CgHfK7RK5osc9zQGLtv37UMmHYc0zOQ8MhiTxKMDTKrXmgKVbsJU8OiQd1lMSmMQb9-d-kK9HEvqg6WcHBVZtHlq6MrVhWk-L6WgXGsNsn9qiXqxe40UhEI84I22SEcv4', 'width' => 4000), array('height' => 1311, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/111577640564085862301">LAVAUD Chantal</a>'), 'photo_reference' => 'AZLasHoDei995N-fxubqu78KzzHH_oJlIZCgqZSH40vmJM70VxdDefkbJRtFe1lLXfsRSxKt59NooorE8fXJT8mgwY2OqaCcy9ZOUKL1NshOWQd0aBkZ-3vP7ppwa_lLqxEtitlY0fPU2lUc_xoTDoUUDxkicRGQqdg3-CQ3ERzd-b0xNbgT23b5i_tbHXGZlQKw-YsThrn0f__Zdf78VKVEGngMUOGZgZ8zHN2ZoeMNs3trzyKHEM03PiJeDSxIgLKAUr0w_ELQxkvj2POt9327NGWs47JJkhuA49sCsC24u2exC82PRNOE_N-vHohdnZmNKVrg5e_g_eX7sZg2e3wCClqj3cC2MiTxsqiLCYzoj5RYM4GVAP9jVMROEH_hcUMYM3yTc00dnJ3Yr_y1OJrs728PJYFSg7f37MVXW9WfXH_iiSw', 'width' => 1120), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/104411453226239602216">Sophie Fonvieille</a>'), 'photo_reference' => 'AZLasHow_RDE8zv1Elf_YdXTWDsH2PBhUIOKWvy5R7-ZpBvHUNO9XYYhYosfSBYx8eeX4TMwomSJHgv1aSJhZJg7xlxmmA1p5CQ42f2NZfSvXEB8ttxf0GtUIhbHS9VKf7UhOkweSD5XOAQL4nJj0C0VLg90Qh6UPbKW0QjlkwgnmztR8bzH9UmvvFyFhPtSsRn67yZs-OR-mmgimDIUNDZSB0yXA1LG55vd7m99oTZTW1W5vbhdnMoWHhx1y9LAWPVBj-ZDzCqsjxi0qiC_bXi92J0a_MbVqQz78PBy1QRFAExO-nQpvBFT-vodMUPKDqVrPkDRvIpCNFLtO6OKZj24ICXqrIfd1SwSQjzSNgqNy8Q6DR6MKp6O5phcps3oTiArFvSxOrhOpOnlFVQiJ2STvniTTxR0slC08t3ZP1vX45uRckQD', 'width' => 3024), array('height' => 3023, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHowD1Gbzo9P_BHCjE1rcuHXQkujoYbTHs5ObQzZ2oIJvxzy-rYFjERtqtX044kJdBJRlnQsXCkM3tNoyMhY510ht8uNmGRqya5So-OLBcHDSU-5TY50h_c8KIw2yJRomVgMg9b4icHPy0-sRA7LPpO39mTBPqsBkoFet3f2keGkFTotLL8w8F6k7vg5VYhhriFgnqCusiG1grcFqxhBB-m002S3ncRuYgdzPiongIR5_Pjb7hyDbFkbJdCmL2P44eYEulUFhrLxpgk4Dv_7-qRQSW-e8NrE6gRH1TWk0QCCGlw1teAmh02GcSTvt55HnUopsqXVMXOJhYwOl8MNmicO4g94V0-mAob-O_CO8xx9bAae97bTfbfdxppNjmbXxbujDM6iccuEcaMxbxca8aG55-ztrmfgn8pBWSqwOlZoCBNb4pDqFzduOu2f8w', 'width' => 4031), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHr01Qu0ji-_0Ea48BITQWpH2w32BUXRifnH1gKTL5PGEzuK7YiA33ffV8XBRsUcUghsodfRhC_fAvJhNOgiQjLGu5ZafHWuOARG0RxkWx0SfcKZV91OnxRuvsQx0Uw9EfgyhSIbte0qH1aW43HejOEdC_qHuU-ZLBDWXcVcowoAI3DachSwHRgMIBVwlwAYZX5xz8J05SAI630HWzpQ37rPxjKZNdMTNt32KBYYnr-mfXhMLTDXjLzbHrLpfBINZCrd4qBm7mQxmUTrwwVTGRxOfSyOQBdc493ScEnbexEWyrZg_9L_xGe-javiehJR_BpRwaFa6nJ-0LUXbt2SdcRkRLUb6wbs2qIPlOd8P3bJDfuw_0kDCjxVZXxSGj6nCOb0tj8aZHqcRQ-0BR5Ehp9Q91yEPsfDHIXBmer9x9q1MgbT', 'width' => 3024)), 'place_id' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'plus_code' => array('compound_code' => 'W2P7+CX Les Eyzies, France', 'global_code' => '8FP3W2P7+CX'), 'rating' => 4.7, 'reference' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'reservable' => true, 'reviews' => array(array('author_name' => 'Pat Migéco', 'author_url' => 'https://www.google.com/maps/contrib/100669826303832039599/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocJd0SwzsfSDkWDOyPEvPkVDONZiZm6KfvZul_yvJYqRT3M0eQ=s128-c0x00000000-cc-rp-mo-ba5', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Alors là un très bon restaurant ! Un très bon accueil ! Un très bon service !Une succulente cuisine avec un très bon rapport qualité ! Bravo à toute l\'équipe ! Que du bonheur ! Parking à proximité ! Il vaut mieux reserver ! Je vous recommande cet établissement !', 'time' => 1760819998, 'translated' => false), array('author_name' => 'Manon VIDAL', 'author_url' => 'https://www.google.com/maps/contrib/113783961056581691924/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjV0g5ojARR-IiXLVEHBsBuepVroWhdQwAy9pIubxvAKaMEiAAEG=s128-c0x00000000-cc-rp-mo', 'rating' => 5, 'relative_time_description' => 'il y a 3 mois', 'text' => 'Nous sommes venu a ce restaurant sur recommandation de la vendeuse de la terrasse du charron et nous n\'avons pas été déçu ! Au contraire, l\'accueil a été très chaleureux, un repas délicieux, produits régionaux mettant en avant les producteurs. Le repas était a la hauteur de nos attentes, nous vous conseillons de vous y arrêter un soir pour profiter de l\'ambiance.', 'time' => 1757846870, 'translated' => false), array('author_name' => 'Stella Ferriere', 'author_url' => 'https://www.google.com/maps/contrib/114842290413279293979/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjXayF67IlYeU4EjzCCpOYe-V9RzSUqj4-pjGZR_XUTtlWrkkVzL=s128-c0x00000000-cc-rp-mo-ba4', 'rating' => 5, 'relative_time_description' => 'il y a 2 mois', 'text' => 'Accueil très sympathique.Très bonne cuisine locale.Décoration originale', 'time' => 1760614995, 'translated' => false), array('author_name' => 'mathieu massé', 'author_url' => 'https://www.google.com/maps/contrib/100165525192621309085/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocI1Yx67LiXYZ6SZfFn5kgX5ARewGNcImrV7IHDt-zYvU6fHvsVf=s128-c0x00000000-cc-rp-mo-ba2', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Arrivée sur le tard en presque fin de service mais nous avons été très bien accueilli.Un joli restaurant avec une carte courte proposant des produits de saison et des producteurs locaux.Dégustation d\'un magnifique foie gras (maison Albié), et d\'une cuisse d\'oie confite, préparée magnifiquement avec des légumes de saison.Service impeccable et amicale. Très bons conseils de visites pour un après-midi pluvieux.Je recommande vivement', 'time' => 1761563955, 'translated' => false), array('author_name' => 'Guillaume Pade', 'author_url' => 'https://www.google.com/maps/contrib/104507447131818620499/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocLajIQ3HdVSBQed5avSKnQN_6wWoAM7qsIfzydWKMtr0JHTGA=s128-c0x00000000-cc-rp-mo-ba3', 'rating' => 5, 'relative_time_description' => 'il y a un an', 'text' => 'Dès notre arrivée, nous avons été chaleureusement accueillis par le personnel attentif et professionnel tout au long du repas. L\'ambiance est cosy et agréable, idéale pour un dîner entre amis ou en famille.Côté cuisine, c\'était un sans-faute. Les plats sont savoureux, bien présentés, et les portions généreuses. Les produits sont visiblement frais et de qualité, et cela se ressent dans les saveurs.Je recommande vivement ce restaurant pour ceux qui cherchent une belle expérience culinaire dans un cadre sympathique.', 'time' => 1726831901, 'translated' => false)), 'serves_beer' => true, 'serves_breakfast' => false, 'serves_brunch' => false, 'serves_dinner' => true, 'serves_lunch' => true, 'serves_vegetarian_food' => false, 'serves_wine' => true, 'takeout' => false, 'types' => array('establishment', 'food', 'point_of_interest', 'restaurant'), 'url' => 'https://maps.google.com/?cid=13121864126858907128', 'user_ratings_total' => 390, 'utc_offset' => 60, 'vicinity' => '7 Rue du Moulin, Les Eyzies', 'website' => 'https://www.restaurantnosco.fr/'), 'status' => 'OK')))
(vendor/twig/twig/src/Template.php:379)
at Twig\Template->render(array('allShops' => array(object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop)), 'allCategories' => array(object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category)), 'form' => object(FormView), 'shops' => array(object(Shop)), 'apiData' => array('html_attributions' => array(), 'result' => array('address_components' => array(array('long_name' => '7', 'short_name' => '7', 'types' => array('street_number')), array('long_name' => 'Rue du Moulin', 'short_name' => 'Rue du Moulin', 'types' => array('route')), array('long_name' => 'Les Eyzies', 'short_name' => 'Les Eyzies', 'types' => array('locality', 'political')), array('long_name' => 'Dordogne', 'short_name' => 'Dordogne', 'types' => array('administrative_area_level_2', 'political')), array('long_name' => 'Nouvelle-Aquitaine', 'short_name' => 'Nouvelle-Aquitaine', 'types' => array('administrative_area_level_1', 'political')), array('long_name' => 'France', 'short_name' => 'FR', 'types' => array('country', 'political')), array('long_name' => '24620', 'short_name' => '24620', 'types' => array('postal_code'))), 'adr_address' => '<span class="street-address">7 Rue du Moulin</span>, <span class="postal-code">24620</span> <span class="locality">Les Eyzies</span>, <span class="country-name">France</span>', 'business_status' => 'CLOSED_TEMPORARILY', 'curbside_pickup' => false, 'delivery' => false, 'dine_in' => true, 'formatted_address' => '7 Rue du Moulin, 24620 Les Eyzies, France', 'formatted_phone_number' => '06 01 43 14 92', 'geometry' => array('location' => array('lat' => 44.9360551, 'lng' => 1.0149352), 'viewport' => array('northeast' => array('lat' => 44.9373998802915, 'lng' => 1.016284630291502), 'southwest' => array('lat' => 44.9347019197085, 'lng' => 1.013586669708498))), 'icon' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png', 'icon_background_color' => '#FF9E67', 'icon_mask_base_uri' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet', 'international_phone_number' => '+33 6 01 43 14 92', 'name' => 'Restaurant NOSCO', 'permanently_closed' => true, 'photos' => array(array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpEwWkM1MWr1QDRH3BfBjPKuNp4fgfA7UE1tltQtoSnSlYgyAarD0qxIq3GqAJB1mPWIx9zwfRW74M2BWNNmwoAZff-MnJHm_SZn4pmMGcXYVfDlRQXEFS82KM4sQmYKJ9_CtYdy3LutmrfzeESUd_dZEsPoAqmeIGNaMSd8yxvCLGSM6aEU-rwMSNHwA6jqu5xztIEjhdI_FChnk0BaYNs924F1DoPyRH7TRim9p8Q0gVRKAv_FlWFmA6-sEurCAOHL8xuoM4BITfnvnsZPLHKjG-YmjFtU15dvIBOLjAdkOdTq65zmUSBY3EHO6LjRJxV1cnPiRzMGgsiYSubM-zLZVha_UGGonTpmqetMM29l470ut57_3nl0Mhi4zm-ilcACGGr4XEvRCDgmFehXDFym4TfTOKQ8prhftinEpRdRQ', 'width' => 4032), array('height' => 3215, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/114864208106042344963">Restaurant NOSCO</a>'), 'photo_reference' => 'AZLasHoaZ2XYtNQ9vFjiajy66EQ9GMO_f-LTedXFmC1GXtVOOOZCMLp8a7yOaoHvhHyPLBwKt8F5nw5YymoPeEutdmJWBrlvydTDm1pTBxZQ5tGHVYwhWz_DX1QlTYmWQXavN-MFkuILf8viuw-ZxIz61tIjqO2fcit_D58-X_8NW-O74W1v-eLcFw-uI8aQGdSNJ8QSNmFIpNODye3D9imAvgoFfkDCthhq7Fz0mg9smTnbVht9m6waqHxP6Cx8xOTpZNRXOLqkm22QbTAFyLOlcucsZRrKIJR6s5tsNAYlJSWQGw', 'width' => 3060), array('height' => 2179, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpE2cTn2zvSwptoNptFfh9grnUUWxXwXNMe1hntgZQMUMU7YSN8rXGGj7Z-hkR4bTC-jKj6Ckkqn_BMhUQ_NcTK9PngM3Z9JGmXULQiRlxzh6WwRj_oRj9ZrC5ZVgMyn6vcEK-PgD8KjsguKNATXg_di_qqWXPcFStVGDfZMD_dZgMtlnhvc3YVBimPCvLASUvIzjsAsQcwliPyRfWNjUOmVdEFw-OIcz7O6Zc1Farze2D3rM7Gc3wcPxXjYHjlRohj5PE49zHMwFj-Llit_QMMWq9ZiPuAg-su7x6-WrnGWQ3HxB4Sdp8FPK7PhwTyRJgUcWbDEATy19alQ-R9NES-B4RmJkr-OMjhGvwaj5Pz8foyTzFX6wW_ThVaArkpvzcmqxbgIrgiuYbdl24spk-rP7KE7GL6FJUfdkuUH10', 'width' => 3983), array('height' => 3060, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/105968091408603288119">Bilbon Lehobbit</a>'), 'photo_reference' => 'AZLasHqUu9npaUe1HeiXoCT9_fsdQ5lS7q0razVfxhxu1vUzZ8uKPhvJ3LRkmyPGpDZboSBKkd91JRtx6r6eAt15BK63qMPIQEolF0Mps6Uj6iZ_77r3fz6w0kCC3-ZLHJRUx-_IZNEmz9oIjhenHVzoiOznbx2EohhroyRMUnU6HAihTIlsT8mBhGiPifpdVF7jN9A0y6lzguZxLSvNGhTuyEGwF0oy2Y-ksKrKEtjAbfWT-jYnB3M872CWHexEqyK3KqLTDQKlFV_kd3KscGWnQyicIlogGFjo-lLrtVIs98V9QhiI6lZzDcS3bzyVNE_qJSoMZcDINrkJzEG-Jf2eIfEh0ThsADQW7pKN8ZdvQK4f4J3RDveRXxyloJ3fD_aFCbDPaOTdXMnTttGjupEFxXQKb3YXkp0b91TXfpmCzkV6AvM', 'width' => 4080), array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHoeRDy4HixKhkRZsVIJ2mSFZa3ggAmfHBSAQ55Sh6Yqbvwkp88q5P75dn4076_GHDyaEfbf6xox0EpVpq-OOPnTxvWQrO03PTmer600SKRF__f_0hp9Od9plEQAXC5Z-5lJ0Wo6z9Z3GTP72pV3DWnt0CeUWhx-hWRTeoj1_0jd8qZz4LP6HrYWtNtCgkQb52xfIeTZnHTwPWiB0JvWdO5yY4VXfY_TlJVHKcRQpCSKQMavLWf17b2LRFkaqkKMQsYzg9KznDaWhy0eCn9PyiK1bGzg8aJX9xMYUL_ksRaceYPazI312vPHLpf-yJMmTnPN_pT-4VfuBoxiV2OXItDljLZeM4Z09oJ2411z71mR-RHAAgVQKpWt2p_5_ttwCHt128Rw5jYEmzN0EvksGAjVx-rSidAX54i8Yi-apWtZQP5bs8JtkCaGTsu-ewYj', 'width' => 4032), array('height' => 3000, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/106196763373855881923">Gilles Rouveure</a>'), 'photo_reference' => 'AZLasHrY2FomMC7MQHZiZu1zi4owLptcdzHqgq6ccuiTtfNZxqFoLSoUrvpcJ0C2fQKcR_4sUstarhKKuVVC4BwZ9TdT4YufFYTtBuj_T4BP2tBfDiwAlfO65NemzNWngMTu-lmp8b1SMdUuileBwczxj7cbsNW30n9cB8CH2Z4b0y1ERcaDkqjJ814cXo15gJhZfoYTd3ZIkfYnw2nkCyVCJwitdgorPD-scUxm3rbjlKjvW2nvEmj0tfDt4JXecLFBya4j3XDf5jesNq7SwDyuIx8rxKisQLK6Htgwx8ePbEPZKN2CgHfK7RK5osc9zQGLtv37UMmHYc0zOQ8MhiTxKMDTKrXmgKVbsJU8OiQd1lMSmMQb9-d-kK9HEvqg6WcHBVZtHlq6MrVhWk-L6WgXGsNsn9qiXqxe40UhEI84I22SEcv4', 'width' => 4000), array('height' => 1311, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/111577640564085862301">LAVAUD Chantal</a>'), 'photo_reference' => 'AZLasHoDei995N-fxubqu78KzzHH_oJlIZCgqZSH40vmJM70VxdDefkbJRtFe1lLXfsRSxKt59NooorE8fXJT8mgwY2OqaCcy9ZOUKL1NshOWQd0aBkZ-3vP7ppwa_lLqxEtitlY0fPU2lUc_xoTDoUUDxkicRGQqdg3-CQ3ERzd-b0xNbgT23b5i_tbHXGZlQKw-YsThrn0f__Zdf78VKVEGngMUOGZgZ8zHN2ZoeMNs3trzyKHEM03PiJeDSxIgLKAUr0w_ELQxkvj2POt9327NGWs47JJkhuA49sCsC24u2exC82PRNOE_N-vHohdnZmNKVrg5e_g_eX7sZg2e3wCClqj3cC2MiTxsqiLCYzoj5RYM4GVAP9jVMROEH_hcUMYM3yTc00dnJ3Yr_y1OJrs728PJYFSg7f37MVXW9WfXH_iiSw', 'width' => 1120), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/104411453226239602216">Sophie Fonvieille</a>'), 'photo_reference' => 'AZLasHow_RDE8zv1Elf_YdXTWDsH2PBhUIOKWvy5R7-ZpBvHUNO9XYYhYosfSBYx8eeX4TMwomSJHgv1aSJhZJg7xlxmmA1p5CQ42f2NZfSvXEB8ttxf0GtUIhbHS9VKf7UhOkweSD5XOAQL4nJj0C0VLg90Qh6UPbKW0QjlkwgnmztR8bzH9UmvvFyFhPtSsRn67yZs-OR-mmgimDIUNDZSB0yXA1LG55vd7m99oTZTW1W5vbhdnMoWHhx1y9LAWPVBj-ZDzCqsjxi0qiC_bXi92J0a_MbVqQz78PBy1QRFAExO-nQpvBFT-vodMUPKDqVrPkDRvIpCNFLtO6OKZj24ICXqrIfd1SwSQjzSNgqNy8Q6DR6MKp6O5phcps3oTiArFvSxOrhOpOnlFVQiJ2STvniTTxR0slC08t3ZP1vX45uRckQD', 'width' => 3024), array('height' => 3023, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHowD1Gbzo9P_BHCjE1rcuHXQkujoYbTHs5ObQzZ2oIJvxzy-rYFjERtqtX044kJdBJRlnQsXCkM3tNoyMhY510ht8uNmGRqya5So-OLBcHDSU-5TY50h_c8KIw2yJRomVgMg9b4icHPy0-sRA7LPpO39mTBPqsBkoFet3f2keGkFTotLL8w8F6k7vg5VYhhriFgnqCusiG1grcFqxhBB-m002S3ncRuYgdzPiongIR5_Pjb7hyDbFkbJdCmL2P44eYEulUFhrLxpgk4Dv_7-qRQSW-e8NrE6gRH1TWk0QCCGlw1teAmh02GcSTvt55HnUopsqXVMXOJhYwOl8MNmicO4g94V0-mAob-O_CO8xx9bAae97bTfbfdxppNjmbXxbujDM6iccuEcaMxbxca8aG55-ztrmfgn8pBWSqwOlZoCBNb4pDqFzduOu2f8w', 'width' => 4031), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHr01Qu0ji-_0Ea48BITQWpH2w32BUXRifnH1gKTL5PGEzuK7YiA33ffV8XBRsUcUghsodfRhC_fAvJhNOgiQjLGu5ZafHWuOARG0RxkWx0SfcKZV91OnxRuvsQx0Uw9EfgyhSIbte0qH1aW43HejOEdC_qHuU-ZLBDWXcVcowoAI3DachSwHRgMIBVwlwAYZX5xz8J05SAI630HWzpQ37rPxjKZNdMTNt32KBYYnr-mfXhMLTDXjLzbHrLpfBINZCrd4qBm7mQxmUTrwwVTGRxOfSyOQBdc493ScEnbexEWyrZg_9L_xGe-javiehJR_BpRwaFa6nJ-0LUXbt2SdcRkRLUb6wbs2qIPlOd8P3bJDfuw_0kDCjxVZXxSGj6nCOb0tj8aZHqcRQ-0BR5Ehp9Q91yEPsfDHIXBmer9x9q1MgbT', 'width' => 3024)), 'place_id' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'plus_code' => array('compound_code' => 'W2P7+CX Les Eyzies, France', 'global_code' => '8FP3W2P7+CX'), 'rating' => 4.7, 'reference' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'reservable' => true, 'reviews' => array(array('author_name' => 'Pat Migéco', 'author_url' => 'https://www.google.com/maps/contrib/100669826303832039599/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocJd0SwzsfSDkWDOyPEvPkVDONZiZm6KfvZul_yvJYqRT3M0eQ=s128-c0x00000000-cc-rp-mo-ba5', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Alors là un très bon restaurant ! Un très bon accueil ! Un très bon service !Une succulente cuisine avec un très bon rapport qualité ! Bravo à toute l\'équipe ! Que du bonheur ! Parking à proximité ! Il vaut mieux reserver ! Je vous recommande cet établissement !', 'time' => 1760819998, 'translated' => false), array('author_name' => 'Manon VIDAL', 'author_url' => 'https://www.google.com/maps/contrib/113783961056581691924/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjV0g5ojARR-IiXLVEHBsBuepVroWhdQwAy9pIubxvAKaMEiAAEG=s128-c0x00000000-cc-rp-mo', 'rating' => 5, 'relative_time_description' => 'il y a 3 mois', 'text' => 'Nous sommes venu a ce restaurant sur recommandation de la vendeuse de la terrasse du charron et nous n\'avons pas été déçu ! Au contraire, l\'accueil a été très chaleureux, un repas délicieux, produits régionaux mettant en avant les producteurs. Le repas était a la hauteur de nos attentes, nous vous conseillons de vous y arrêter un soir pour profiter de l\'ambiance.', 'time' => 1757846870, 'translated' => false), array('author_name' => 'Stella Ferriere', 'author_url' => 'https://www.google.com/maps/contrib/114842290413279293979/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjXayF67IlYeU4EjzCCpOYe-V9RzSUqj4-pjGZR_XUTtlWrkkVzL=s128-c0x00000000-cc-rp-mo-ba4', 'rating' => 5, 'relative_time_description' => 'il y a 2 mois', 'text' => 'Accueil très sympathique.Très bonne cuisine locale.Décoration originale', 'time' => 1760614995, 'translated' => false), array('author_name' => 'mathieu massé', 'author_url' => 'https://www.google.com/maps/contrib/100165525192621309085/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocI1Yx67LiXYZ6SZfFn5kgX5ARewGNcImrV7IHDt-zYvU6fHvsVf=s128-c0x00000000-cc-rp-mo-ba2', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Arrivée sur le tard en presque fin de service mais nous avons été très bien accueilli.Un joli restaurant avec une carte courte proposant des produits de saison et des producteurs locaux.Dégustation d\'un magnifique foie gras (maison Albié), et d\'une cuisse d\'oie confite, préparée magnifiquement avec des légumes de saison.Service impeccable et amicale. Très bons conseils de visites pour un après-midi pluvieux.Je recommande vivement', 'time' => 1761563955, 'translated' => false), array('author_name' => 'Guillaume Pade', 'author_url' => 'https://www.google.com/maps/contrib/104507447131818620499/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocLajIQ3HdVSBQed5avSKnQN_6wWoAM7qsIfzydWKMtr0JHTGA=s128-c0x00000000-cc-rp-mo-ba3', 'rating' => 5, 'relative_time_description' => 'il y a un an', 'text' => 'Dès notre arrivée, nous avons été chaleureusement accueillis par le personnel attentif et professionnel tout au long du repas. L\'ambiance est cosy et agréable, idéale pour un dîner entre amis ou en famille.Côté cuisine, c\'était un sans-faute. Les plats sont savoureux, bien présentés, et les portions généreuses. Les produits sont visiblement frais et de qualité, et cela se ressent dans les saveurs.Je recommande vivement ce restaurant pour ceux qui cherchent une belle expérience culinaire dans un cadre sympathique.', 'time' => 1726831901, 'translated' => false)), 'serves_beer' => true, 'serves_breakfast' => false, 'serves_brunch' => false, 'serves_dinner' => true, 'serves_lunch' => true, 'serves_vegetarian_food' => false, 'serves_wine' => true, 'takeout' => false, 'types' => array('establishment', 'food', 'point_of_interest', 'restaurant'), 'url' => 'https://maps.google.com/?cid=13121864126858907128', 'user_ratings_total' => 390, 'utc_offset' => 60, 'vicinity' => '7 Rue du Moulin, Les Eyzies', 'website' => 'https://www.restaurantnosco.fr/'), 'status' => 'OK')), array())
(vendor/twig/twig/src/TemplateWrapper.php:40)
at Twig\TemplateWrapper->render(array('allShops' => array(object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop)), 'allCategories' => array(object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category)), 'form' => object(FormView), 'shops' => array(object(Shop)), 'apiData' => array('html_attributions' => array(), 'result' => array('address_components' => array(array('long_name' => '7', 'short_name' => '7', 'types' => array('street_number')), array('long_name' => 'Rue du Moulin', 'short_name' => 'Rue du Moulin', 'types' => array('route')), array('long_name' => 'Les Eyzies', 'short_name' => 'Les Eyzies', 'types' => array('locality', 'political')), array('long_name' => 'Dordogne', 'short_name' => 'Dordogne', 'types' => array('administrative_area_level_2', 'political')), array('long_name' => 'Nouvelle-Aquitaine', 'short_name' => 'Nouvelle-Aquitaine', 'types' => array('administrative_area_level_1', 'political')), array('long_name' => 'France', 'short_name' => 'FR', 'types' => array('country', 'political')), array('long_name' => '24620', 'short_name' => '24620', 'types' => array('postal_code'))), 'adr_address' => '<span class="street-address">7 Rue du Moulin</span>, <span class="postal-code">24620</span> <span class="locality">Les Eyzies</span>, <span class="country-name">France</span>', 'business_status' => 'CLOSED_TEMPORARILY', 'curbside_pickup' => false, 'delivery' => false, 'dine_in' => true, 'formatted_address' => '7 Rue du Moulin, 24620 Les Eyzies, France', 'formatted_phone_number' => '06 01 43 14 92', 'geometry' => array('location' => array('lat' => 44.9360551, 'lng' => 1.0149352), 'viewport' => array('northeast' => array('lat' => 44.9373998802915, 'lng' => 1.016284630291502), 'southwest' => array('lat' => 44.9347019197085, 'lng' => 1.013586669708498))), 'icon' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png', 'icon_background_color' => '#FF9E67', 'icon_mask_base_uri' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet', 'international_phone_number' => '+33 6 01 43 14 92', 'name' => 'Restaurant NOSCO', 'permanently_closed' => true, 'photos' => array(array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpEwWkM1MWr1QDRH3BfBjPKuNp4fgfA7UE1tltQtoSnSlYgyAarD0qxIq3GqAJB1mPWIx9zwfRW74M2BWNNmwoAZff-MnJHm_SZn4pmMGcXYVfDlRQXEFS82KM4sQmYKJ9_CtYdy3LutmrfzeESUd_dZEsPoAqmeIGNaMSd8yxvCLGSM6aEU-rwMSNHwA6jqu5xztIEjhdI_FChnk0BaYNs924F1DoPyRH7TRim9p8Q0gVRKAv_FlWFmA6-sEurCAOHL8xuoM4BITfnvnsZPLHKjG-YmjFtU15dvIBOLjAdkOdTq65zmUSBY3EHO6LjRJxV1cnPiRzMGgsiYSubM-zLZVha_UGGonTpmqetMM29l470ut57_3nl0Mhi4zm-ilcACGGr4XEvRCDgmFehXDFym4TfTOKQ8prhftinEpRdRQ', 'width' => 4032), array('height' => 3215, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/114864208106042344963">Restaurant NOSCO</a>'), 'photo_reference' => 'AZLasHoaZ2XYtNQ9vFjiajy66EQ9GMO_f-LTedXFmC1GXtVOOOZCMLp8a7yOaoHvhHyPLBwKt8F5nw5YymoPeEutdmJWBrlvydTDm1pTBxZQ5tGHVYwhWz_DX1QlTYmWQXavN-MFkuILf8viuw-ZxIz61tIjqO2fcit_D58-X_8NW-O74W1v-eLcFw-uI8aQGdSNJ8QSNmFIpNODye3D9imAvgoFfkDCthhq7Fz0mg9smTnbVht9m6waqHxP6Cx8xOTpZNRXOLqkm22QbTAFyLOlcucsZRrKIJR6s5tsNAYlJSWQGw', 'width' => 3060), array('height' => 2179, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpE2cTn2zvSwptoNptFfh9grnUUWxXwXNMe1hntgZQMUMU7YSN8rXGGj7Z-hkR4bTC-jKj6Ckkqn_BMhUQ_NcTK9PngM3Z9JGmXULQiRlxzh6WwRj_oRj9ZrC5ZVgMyn6vcEK-PgD8KjsguKNATXg_di_qqWXPcFStVGDfZMD_dZgMtlnhvc3YVBimPCvLASUvIzjsAsQcwliPyRfWNjUOmVdEFw-OIcz7O6Zc1Farze2D3rM7Gc3wcPxXjYHjlRohj5PE49zHMwFj-Llit_QMMWq9ZiPuAg-su7x6-WrnGWQ3HxB4Sdp8FPK7PhwTyRJgUcWbDEATy19alQ-R9NES-B4RmJkr-OMjhGvwaj5Pz8foyTzFX6wW_ThVaArkpvzcmqxbgIrgiuYbdl24spk-rP7KE7GL6FJUfdkuUH10', 'width' => 3983), array('height' => 3060, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/105968091408603288119">Bilbon Lehobbit</a>'), 'photo_reference' => 'AZLasHqUu9npaUe1HeiXoCT9_fsdQ5lS7q0razVfxhxu1vUzZ8uKPhvJ3LRkmyPGpDZboSBKkd91JRtx6r6eAt15BK63qMPIQEolF0Mps6Uj6iZ_77r3fz6w0kCC3-ZLHJRUx-_IZNEmz9oIjhenHVzoiOznbx2EohhroyRMUnU6HAihTIlsT8mBhGiPifpdVF7jN9A0y6lzguZxLSvNGhTuyEGwF0oy2Y-ksKrKEtjAbfWT-jYnB3M872CWHexEqyK3KqLTDQKlFV_kd3KscGWnQyicIlogGFjo-lLrtVIs98V9QhiI6lZzDcS3bzyVNE_qJSoMZcDINrkJzEG-Jf2eIfEh0ThsADQW7pKN8ZdvQK4f4J3RDveRXxyloJ3fD_aFCbDPaOTdXMnTttGjupEFxXQKb3YXkp0b91TXfpmCzkV6AvM', 'width' => 4080), array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHoeRDy4HixKhkRZsVIJ2mSFZa3ggAmfHBSAQ55Sh6Yqbvwkp88q5P75dn4076_GHDyaEfbf6xox0EpVpq-OOPnTxvWQrO03PTmer600SKRF__f_0hp9Od9plEQAXC5Z-5lJ0Wo6z9Z3GTP72pV3DWnt0CeUWhx-hWRTeoj1_0jd8qZz4LP6HrYWtNtCgkQb52xfIeTZnHTwPWiB0JvWdO5yY4VXfY_TlJVHKcRQpCSKQMavLWf17b2LRFkaqkKMQsYzg9KznDaWhy0eCn9PyiK1bGzg8aJX9xMYUL_ksRaceYPazI312vPHLpf-yJMmTnPN_pT-4VfuBoxiV2OXItDljLZeM4Z09oJ2411z71mR-RHAAgVQKpWt2p_5_ttwCHt128Rw5jYEmzN0EvksGAjVx-rSidAX54i8Yi-apWtZQP5bs8JtkCaGTsu-ewYj', 'width' => 4032), array('height' => 3000, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/106196763373855881923">Gilles Rouveure</a>'), 'photo_reference' => 'AZLasHrY2FomMC7MQHZiZu1zi4owLptcdzHqgq6ccuiTtfNZxqFoLSoUrvpcJ0C2fQKcR_4sUstarhKKuVVC4BwZ9TdT4YufFYTtBuj_T4BP2tBfDiwAlfO65NemzNWngMTu-lmp8b1SMdUuileBwczxj7cbsNW30n9cB8CH2Z4b0y1ERcaDkqjJ814cXo15gJhZfoYTd3ZIkfYnw2nkCyVCJwitdgorPD-scUxm3rbjlKjvW2nvEmj0tfDt4JXecLFBya4j3XDf5jesNq7SwDyuIx8rxKisQLK6Htgwx8ePbEPZKN2CgHfK7RK5osc9zQGLtv37UMmHYc0zOQ8MhiTxKMDTKrXmgKVbsJU8OiQd1lMSmMQb9-d-kK9HEvqg6WcHBVZtHlq6MrVhWk-L6WgXGsNsn9qiXqxe40UhEI84I22SEcv4', 'width' => 4000), array('height' => 1311, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/111577640564085862301">LAVAUD Chantal</a>'), 'photo_reference' => 'AZLasHoDei995N-fxubqu78KzzHH_oJlIZCgqZSH40vmJM70VxdDefkbJRtFe1lLXfsRSxKt59NooorE8fXJT8mgwY2OqaCcy9ZOUKL1NshOWQd0aBkZ-3vP7ppwa_lLqxEtitlY0fPU2lUc_xoTDoUUDxkicRGQqdg3-CQ3ERzd-b0xNbgT23b5i_tbHXGZlQKw-YsThrn0f__Zdf78VKVEGngMUOGZgZ8zHN2ZoeMNs3trzyKHEM03PiJeDSxIgLKAUr0w_ELQxkvj2POt9327NGWs47JJkhuA49sCsC24u2exC82PRNOE_N-vHohdnZmNKVrg5e_g_eX7sZg2e3wCClqj3cC2MiTxsqiLCYzoj5RYM4GVAP9jVMROEH_hcUMYM3yTc00dnJ3Yr_y1OJrs728PJYFSg7f37MVXW9WfXH_iiSw', 'width' => 1120), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/104411453226239602216">Sophie Fonvieille</a>'), 'photo_reference' => 'AZLasHow_RDE8zv1Elf_YdXTWDsH2PBhUIOKWvy5R7-ZpBvHUNO9XYYhYosfSBYx8eeX4TMwomSJHgv1aSJhZJg7xlxmmA1p5CQ42f2NZfSvXEB8ttxf0GtUIhbHS9VKf7UhOkweSD5XOAQL4nJj0C0VLg90Qh6UPbKW0QjlkwgnmztR8bzH9UmvvFyFhPtSsRn67yZs-OR-mmgimDIUNDZSB0yXA1LG55vd7m99oTZTW1W5vbhdnMoWHhx1y9LAWPVBj-ZDzCqsjxi0qiC_bXi92J0a_MbVqQz78PBy1QRFAExO-nQpvBFT-vodMUPKDqVrPkDRvIpCNFLtO6OKZj24ICXqrIfd1SwSQjzSNgqNy8Q6DR6MKp6O5phcps3oTiArFvSxOrhOpOnlFVQiJ2STvniTTxR0slC08t3ZP1vX45uRckQD', 'width' => 3024), array('height' => 3023, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHowD1Gbzo9P_BHCjE1rcuHXQkujoYbTHs5ObQzZ2oIJvxzy-rYFjERtqtX044kJdBJRlnQsXCkM3tNoyMhY510ht8uNmGRqya5So-OLBcHDSU-5TY50h_c8KIw2yJRomVgMg9b4icHPy0-sRA7LPpO39mTBPqsBkoFet3f2keGkFTotLL8w8F6k7vg5VYhhriFgnqCusiG1grcFqxhBB-m002S3ncRuYgdzPiongIR5_Pjb7hyDbFkbJdCmL2P44eYEulUFhrLxpgk4Dv_7-qRQSW-e8NrE6gRH1TWk0QCCGlw1teAmh02GcSTvt55HnUopsqXVMXOJhYwOl8MNmicO4g94V0-mAob-O_CO8xx9bAae97bTfbfdxppNjmbXxbujDM6iccuEcaMxbxca8aG55-ztrmfgn8pBWSqwOlZoCBNb4pDqFzduOu2f8w', 'width' => 4031), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHr01Qu0ji-_0Ea48BITQWpH2w32BUXRifnH1gKTL5PGEzuK7YiA33ffV8XBRsUcUghsodfRhC_fAvJhNOgiQjLGu5ZafHWuOARG0RxkWx0SfcKZV91OnxRuvsQx0Uw9EfgyhSIbte0qH1aW43HejOEdC_qHuU-ZLBDWXcVcowoAI3DachSwHRgMIBVwlwAYZX5xz8J05SAI630HWzpQ37rPxjKZNdMTNt32KBYYnr-mfXhMLTDXjLzbHrLpfBINZCrd4qBm7mQxmUTrwwVTGRxOfSyOQBdc493ScEnbexEWyrZg_9L_xGe-javiehJR_BpRwaFa6nJ-0LUXbt2SdcRkRLUb6wbs2qIPlOd8P3bJDfuw_0kDCjxVZXxSGj6nCOb0tj8aZHqcRQ-0BR5Ehp9Q91yEPsfDHIXBmer9x9q1MgbT', 'width' => 3024)), 'place_id' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'plus_code' => array('compound_code' => 'W2P7+CX Les Eyzies, France', 'global_code' => '8FP3W2P7+CX'), 'rating' => 4.7, 'reference' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'reservable' => true, 'reviews' => array(array('author_name' => 'Pat Migéco', 'author_url' => 'https://www.google.com/maps/contrib/100669826303832039599/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocJd0SwzsfSDkWDOyPEvPkVDONZiZm6KfvZul_yvJYqRT3M0eQ=s128-c0x00000000-cc-rp-mo-ba5', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Alors là un très bon restaurant ! Un très bon accueil ! Un très bon service !Une succulente cuisine avec un très bon rapport qualité ! Bravo à toute l\'équipe ! Que du bonheur ! Parking à proximité ! Il vaut mieux reserver ! Je vous recommande cet établissement !', 'time' => 1760819998, 'translated' => false), array('author_name' => 'Manon VIDAL', 'author_url' => 'https://www.google.com/maps/contrib/113783961056581691924/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjV0g5ojARR-IiXLVEHBsBuepVroWhdQwAy9pIubxvAKaMEiAAEG=s128-c0x00000000-cc-rp-mo', 'rating' => 5, 'relative_time_description' => 'il y a 3 mois', 'text' => 'Nous sommes venu a ce restaurant sur recommandation de la vendeuse de la terrasse du charron et nous n\'avons pas été déçu ! Au contraire, l\'accueil a été très chaleureux, un repas délicieux, produits régionaux mettant en avant les producteurs. Le repas était a la hauteur de nos attentes, nous vous conseillons de vous y arrêter un soir pour profiter de l\'ambiance.', 'time' => 1757846870, 'translated' => false), array('author_name' => 'Stella Ferriere', 'author_url' => 'https://www.google.com/maps/contrib/114842290413279293979/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjXayF67IlYeU4EjzCCpOYe-V9RzSUqj4-pjGZR_XUTtlWrkkVzL=s128-c0x00000000-cc-rp-mo-ba4', 'rating' => 5, 'relative_time_description' => 'il y a 2 mois', 'text' => 'Accueil très sympathique.Très bonne cuisine locale.Décoration originale', 'time' => 1760614995, 'translated' => false), array('author_name' => 'mathieu massé', 'author_url' => 'https://www.google.com/maps/contrib/100165525192621309085/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocI1Yx67LiXYZ6SZfFn5kgX5ARewGNcImrV7IHDt-zYvU6fHvsVf=s128-c0x00000000-cc-rp-mo-ba2', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Arrivée sur le tard en presque fin de service mais nous avons été très bien accueilli.Un joli restaurant avec une carte courte proposant des produits de saison et des producteurs locaux.Dégustation d\'un magnifique foie gras (maison Albié), et d\'une cuisse d\'oie confite, préparée magnifiquement avec des légumes de saison.Service impeccable et amicale. Très bons conseils de visites pour un après-midi pluvieux.Je recommande vivement', 'time' => 1761563955, 'translated' => false), array('author_name' => 'Guillaume Pade', 'author_url' => 'https://www.google.com/maps/contrib/104507447131818620499/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocLajIQ3HdVSBQed5avSKnQN_6wWoAM7qsIfzydWKMtr0JHTGA=s128-c0x00000000-cc-rp-mo-ba3', 'rating' => 5, 'relative_time_description' => 'il y a un an', 'text' => 'Dès notre arrivée, nous avons été chaleureusement accueillis par le personnel attentif et professionnel tout au long du repas. L\'ambiance est cosy et agréable, idéale pour un dîner entre amis ou en famille.Côté cuisine, c\'était un sans-faute. Les plats sont savoureux, bien présentés, et les portions généreuses. Les produits sont visiblement frais et de qualité, et cela se ressent dans les saveurs.Je recommande vivement ce restaurant pour ceux qui cherchent une belle expérience culinaire dans un cadre sympathique.', 'time' => 1726831901, 'translated' => false)), 'serves_beer' => true, 'serves_breakfast' => false, 'serves_brunch' => false, 'serves_dinner' => true, 'serves_lunch' => true, 'serves_vegetarian_food' => false, 'serves_wine' => true, 'takeout' => false, 'types' => array('establishment', 'food', 'point_of_interest', 'restaurant'), 'url' => 'https://maps.google.com/?cid=13121864126858907128', 'user_ratings_total' => 390, 'utc_offset' => 60, 'vicinity' => '7 Rue du Moulin, Les Eyzies', 'website' => 'https://www.restaurantnosco.fr/'), 'status' => 'OK')))
(vendor/twig/twig/src/Environment.php:280)
at Twig\Environment->render('home/listing.html.twig', array('allShops' => array(object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop)), 'allCategories' => array(object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category)), 'form' => object(FormView), 'shops' => array(object(Shop)), 'apiData' => array('html_attributions' => array(), 'result' => array('address_components' => array(array('long_name' => '7', 'short_name' => '7', 'types' => array('street_number')), array('long_name' => 'Rue du Moulin', 'short_name' => 'Rue du Moulin', 'types' => array('route')), array('long_name' => 'Les Eyzies', 'short_name' => 'Les Eyzies', 'types' => array('locality', 'political')), array('long_name' => 'Dordogne', 'short_name' => 'Dordogne', 'types' => array('administrative_area_level_2', 'political')), array('long_name' => 'Nouvelle-Aquitaine', 'short_name' => 'Nouvelle-Aquitaine', 'types' => array('administrative_area_level_1', 'political')), array('long_name' => 'France', 'short_name' => 'FR', 'types' => array('country', 'political')), array('long_name' => '24620', 'short_name' => '24620', 'types' => array('postal_code'))), 'adr_address' => '<span class="street-address">7 Rue du Moulin</span>, <span class="postal-code">24620</span> <span class="locality">Les Eyzies</span>, <span class="country-name">France</span>', 'business_status' => 'CLOSED_TEMPORARILY', 'curbside_pickup' => false, 'delivery' => false, 'dine_in' => true, 'formatted_address' => '7 Rue du Moulin, 24620 Les Eyzies, France', 'formatted_phone_number' => '06 01 43 14 92', 'geometry' => array('location' => array('lat' => 44.9360551, 'lng' => 1.0149352), 'viewport' => array('northeast' => array('lat' => 44.9373998802915, 'lng' => 1.016284630291502), 'southwest' => array('lat' => 44.9347019197085, 'lng' => 1.013586669708498))), 'icon' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png', 'icon_background_color' => '#FF9E67', 'icon_mask_base_uri' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet', 'international_phone_number' => '+33 6 01 43 14 92', 'name' => 'Restaurant NOSCO', 'permanently_closed' => true, 'photos' => array(array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpEwWkM1MWr1QDRH3BfBjPKuNp4fgfA7UE1tltQtoSnSlYgyAarD0qxIq3GqAJB1mPWIx9zwfRW74M2BWNNmwoAZff-MnJHm_SZn4pmMGcXYVfDlRQXEFS82KM4sQmYKJ9_CtYdy3LutmrfzeESUd_dZEsPoAqmeIGNaMSd8yxvCLGSM6aEU-rwMSNHwA6jqu5xztIEjhdI_FChnk0BaYNs924F1DoPyRH7TRim9p8Q0gVRKAv_FlWFmA6-sEurCAOHL8xuoM4BITfnvnsZPLHKjG-YmjFtU15dvIBOLjAdkOdTq65zmUSBY3EHO6LjRJxV1cnPiRzMGgsiYSubM-zLZVha_UGGonTpmqetMM29l470ut57_3nl0Mhi4zm-ilcACGGr4XEvRCDgmFehXDFym4TfTOKQ8prhftinEpRdRQ', 'width' => 4032), array('height' => 3215, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/114864208106042344963">Restaurant NOSCO</a>'), 'photo_reference' => 'AZLasHoaZ2XYtNQ9vFjiajy66EQ9GMO_f-LTedXFmC1GXtVOOOZCMLp8a7yOaoHvhHyPLBwKt8F5nw5YymoPeEutdmJWBrlvydTDm1pTBxZQ5tGHVYwhWz_DX1QlTYmWQXavN-MFkuILf8viuw-ZxIz61tIjqO2fcit_D58-X_8NW-O74W1v-eLcFw-uI8aQGdSNJ8QSNmFIpNODye3D9imAvgoFfkDCthhq7Fz0mg9smTnbVht9m6waqHxP6Cx8xOTpZNRXOLqkm22QbTAFyLOlcucsZRrKIJR6s5tsNAYlJSWQGw', 'width' => 3060), array('height' => 2179, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpE2cTn2zvSwptoNptFfh9grnUUWxXwXNMe1hntgZQMUMU7YSN8rXGGj7Z-hkR4bTC-jKj6Ckkqn_BMhUQ_NcTK9PngM3Z9JGmXULQiRlxzh6WwRj_oRj9ZrC5ZVgMyn6vcEK-PgD8KjsguKNATXg_di_qqWXPcFStVGDfZMD_dZgMtlnhvc3YVBimPCvLASUvIzjsAsQcwliPyRfWNjUOmVdEFw-OIcz7O6Zc1Farze2D3rM7Gc3wcPxXjYHjlRohj5PE49zHMwFj-Llit_QMMWq9ZiPuAg-su7x6-WrnGWQ3HxB4Sdp8FPK7PhwTyRJgUcWbDEATy19alQ-R9NES-B4RmJkr-OMjhGvwaj5Pz8foyTzFX6wW_ThVaArkpvzcmqxbgIrgiuYbdl24spk-rP7KE7GL6FJUfdkuUH10', 'width' => 3983), array('height' => 3060, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/105968091408603288119">Bilbon Lehobbit</a>'), 'photo_reference' => 'AZLasHqUu9npaUe1HeiXoCT9_fsdQ5lS7q0razVfxhxu1vUzZ8uKPhvJ3LRkmyPGpDZboSBKkd91JRtx6r6eAt15BK63qMPIQEolF0Mps6Uj6iZ_77r3fz6w0kCC3-ZLHJRUx-_IZNEmz9oIjhenHVzoiOznbx2EohhroyRMUnU6HAihTIlsT8mBhGiPifpdVF7jN9A0y6lzguZxLSvNGhTuyEGwF0oy2Y-ksKrKEtjAbfWT-jYnB3M872CWHexEqyK3KqLTDQKlFV_kd3KscGWnQyicIlogGFjo-lLrtVIs98V9QhiI6lZzDcS3bzyVNE_qJSoMZcDINrkJzEG-Jf2eIfEh0ThsADQW7pKN8ZdvQK4f4J3RDveRXxyloJ3fD_aFCbDPaOTdXMnTttGjupEFxXQKb3YXkp0b91TXfpmCzkV6AvM', 'width' => 4080), array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHoeRDy4HixKhkRZsVIJ2mSFZa3ggAmfHBSAQ55Sh6Yqbvwkp88q5P75dn4076_GHDyaEfbf6xox0EpVpq-OOPnTxvWQrO03PTmer600SKRF__f_0hp9Od9plEQAXC5Z-5lJ0Wo6z9Z3GTP72pV3DWnt0CeUWhx-hWRTeoj1_0jd8qZz4LP6HrYWtNtCgkQb52xfIeTZnHTwPWiB0JvWdO5yY4VXfY_TlJVHKcRQpCSKQMavLWf17b2LRFkaqkKMQsYzg9KznDaWhy0eCn9PyiK1bGzg8aJX9xMYUL_ksRaceYPazI312vPHLpf-yJMmTnPN_pT-4VfuBoxiV2OXItDljLZeM4Z09oJ2411z71mR-RHAAgVQKpWt2p_5_ttwCHt128Rw5jYEmzN0EvksGAjVx-rSidAX54i8Yi-apWtZQP5bs8JtkCaGTsu-ewYj', 'width' => 4032), array('height' => 3000, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/106196763373855881923">Gilles Rouveure</a>'), 'photo_reference' => 'AZLasHrY2FomMC7MQHZiZu1zi4owLptcdzHqgq6ccuiTtfNZxqFoLSoUrvpcJ0C2fQKcR_4sUstarhKKuVVC4BwZ9TdT4YufFYTtBuj_T4BP2tBfDiwAlfO65NemzNWngMTu-lmp8b1SMdUuileBwczxj7cbsNW30n9cB8CH2Z4b0y1ERcaDkqjJ814cXo15gJhZfoYTd3ZIkfYnw2nkCyVCJwitdgorPD-scUxm3rbjlKjvW2nvEmj0tfDt4JXecLFBya4j3XDf5jesNq7SwDyuIx8rxKisQLK6Htgwx8ePbEPZKN2CgHfK7RK5osc9zQGLtv37UMmHYc0zOQ8MhiTxKMDTKrXmgKVbsJU8OiQd1lMSmMQb9-d-kK9HEvqg6WcHBVZtHlq6MrVhWk-L6WgXGsNsn9qiXqxe40UhEI84I22SEcv4', 'width' => 4000), array('height' => 1311, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/111577640564085862301">LAVAUD Chantal</a>'), 'photo_reference' => 'AZLasHoDei995N-fxubqu78KzzHH_oJlIZCgqZSH40vmJM70VxdDefkbJRtFe1lLXfsRSxKt59NooorE8fXJT8mgwY2OqaCcy9ZOUKL1NshOWQd0aBkZ-3vP7ppwa_lLqxEtitlY0fPU2lUc_xoTDoUUDxkicRGQqdg3-CQ3ERzd-b0xNbgT23b5i_tbHXGZlQKw-YsThrn0f__Zdf78VKVEGngMUOGZgZ8zHN2ZoeMNs3trzyKHEM03PiJeDSxIgLKAUr0w_ELQxkvj2POt9327NGWs47JJkhuA49sCsC24u2exC82PRNOE_N-vHohdnZmNKVrg5e_g_eX7sZg2e3wCClqj3cC2MiTxsqiLCYzoj5RYM4GVAP9jVMROEH_hcUMYM3yTc00dnJ3Yr_y1OJrs728PJYFSg7f37MVXW9WfXH_iiSw', 'width' => 1120), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/104411453226239602216">Sophie Fonvieille</a>'), 'photo_reference' => 'AZLasHow_RDE8zv1Elf_YdXTWDsH2PBhUIOKWvy5R7-ZpBvHUNO9XYYhYosfSBYx8eeX4TMwomSJHgv1aSJhZJg7xlxmmA1p5CQ42f2NZfSvXEB8ttxf0GtUIhbHS9VKf7UhOkweSD5XOAQL4nJj0C0VLg90Qh6UPbKW0QjlkwgnmztR8bzH9UmvvFyFhPtSsRn67yZs-OR-mmgimDIUNDZSB0yXA1LG55vd7m99oTZTW1W5vbhdnMoWHhx1y9LAWPVBj-ZDzCqsjxi0qiC_bXi92J0a_MbVqQz78PBy1QRFAExO-nQpvBFT-vodMUPKDqVrPkDRvIpCNFLtO6OKZj24ICXqrIfd1SwSQjzSNgqNy8Q6DR6MKp6O5phcps3oTiArFvSxOrhOpOnlFVQiJ2STvniTTxR0slC08t3ZP1vX45uRckQD', 'width' => 3024), array('height' => 3023, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHowD1Gbzo9P_BHCjE1rcuHXQkujoYbTHs5ObQzZ2oIJvxzy-rYFjERtqtX044kJdBJRlnQsXCkM3tNoyMhY510ht8uNmGRqya5So-OLBcHDSU-5TY50h_c8KIw2yJRomVgMg9b4icHPy0-sRA7LPpO39mTBPqsBkoFet3f2keGkFTotLL8w8F6k7vg5VYhhriFgnqCusiG1grcFqxhBB-m002S3ncRuYgdzPiongIR5_Pjb7hyDbFkbJdCmL2P44eYEulUFhrLxpgk4Dv_7-qRQSW-e8NrE6gRH1TWk0QCCGlw1teAmh02GcSTvt55HnUopsqXVMXOJhYwOl8MNmicO4g94V0-mAob-O_CO8xx9bAae97bTfbfdxppNjmbXxbujDM6iccuEcaMxbxca8aG55-ztrmfgn8pBWSqwOlZoCBNb4pDqFzduOu2f8w', 'width' => 4031), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHr01Qu0ji-_0Ea48BITQWpH2w32BUXRifnH1gKTL5PGEzuK7YiA33ffV8XBRsUcUghsodfRhC_fAvJhNOgiQjLGu5ZafHWuOARG0RxkWx0SfcKZV91OnxRuvsQx0Uw9EfgyhSIbte0qH1aW43HejOEdC_qHuU-ZLBDWXcVcowoAI3DachSwHRgMIBVwlwAYZX5xz8J05SAI630HWzpQ37rPxjKZNdMTNt32KBYYnr-mfXhMLTDXjLzbHrLpfBINZCrd4qBm7mQxmUTrwwVTGRxOfSyOQBdc493ScEnbexEWyrZg_9L_xGe-javiehJR_BpRwaFa6nJ-0LUXbt2SdcRkRLUb6wbs2qIPlOd8P3bJDfuw_0kDCjxVZXxSGj6nCOb0tj8aZHqcRQ-0BR5Ehp9Q91yEPsfDHIXBmer9x9q1MgbT', 'width' => 3024)), 'place_id' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'plus_code' => array('compound_code' => 'W2P7+CX Les Eyzies, France', 'global_code' => '8FP3W2P7+CX'), 'rating' => 4.7, 'reference' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'reservable' => true, 'reviews' => array(array('author_name' => 'Pat Migéco', 'author_url' => 'https://www.google.com/maps/contrib/100669826303832039599/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocJd0SwzsfSDkWDOyPEvPkVDONZiZm6KfvZul_yvJYqRT3M0eQ=s128-c0x00000000-cc-rp-mo-ba5', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Alors là un très bon restaurant ! Un très bon accueil ! Un très bon service !Une succulente cuisine avec un très bon rapport qualité ! Bravo à toute l\'équipe ! Que du bonheur ! Parking à proximité ! Il vaut mieux reserver ! Je vous recommande cet établissement !', 'time' => 1760819998, 'translated' => false), array('author_name' => 'Manon VIDAL', 'author_url' => 'https://www.google.com/maps/contrib/113783961056581691924/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjV0g5ojARR-IiXLVEHBsBuepVroWhdQwAy9pIubxvAKaMEiAAEG=s128-c0x00000000-cc-rp-mo', 'rating' => 5, 'relative_time_description' => 'il y a 3 mois', 'text' => 'Nous sommes venu a ce restaurant sur recommandation de la vendeuse de la terrasse du charron et nous n\'avons pas été déçu ! Au contraire, l\'accueil a été très chaleureux, un repas délicieux, produits régionaux mettant en avant les producteurs. Le repas était a la hauteur de nos attentes, nous vous conseillons de vous y arrêter un soir pour profiter de l\'ambiance.', 'time' => 1757846870, 'translated' => false), array('author_name' => 'Stella Ferriere', 'author_url' => 'https://www.google.com/maps/contrib/114842290413279293979/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjXayF67IlYeU4EjzCCpOYe-V9RzSUqj4-pjGZR_XUTtlWrkkVzL=s128-c0x00000000-cc-rp-mo-ba4', 'rating' => 5, 'relative_time_description' => 'il y a 2 mois', 'text' => 'Accueil très sympathique.Très bonne cuisine locale.Décoration originale', 'time' => 1760614995, 'translated' => false), array('author_name' => 'mathieu massé', 'author_url' => 'https://www.google.com/maps/contrib/100165525192621309085/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocI1Yx67LiXYZ6SZfFn5kgX5ARewGNcImrV7IHDt-zYvU6fHvsVf=s128-c0x00000000-cc-rp-mo-ba2', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Arrivée sur le tard en presque fin de service mais nous avons été très bien accueilli.Un joli restaurant avec une carte courte proposant des produits de saison et des producteurs locaux.Dégustation d\'un magnifique foie gras (maison Albié), et d\'une cuisse d\'oie confite, préparée magnifiquement avec des légumes de saison.Service impeccable et amicale. Très bons conseils de visites pour un après-midi pluvieux.Je recommande vivement', 'time' => 1761563955, 'translated' => false), array('author_name' => 'Guillaume Pade', 'author_url' => 'https://www.google.com/maps/contrib/104507447131818620499/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocLajIQ3HdVSBQed5avSKnQN_6wWoAM7qsIfzydWKMtr0JHTGA=s128-c0x00000000-cc-rp-mo-ba3', 'rating' => 5, 'relative_time_description' => 'il y a un an', 'text' => 'Dès notre arrivée, nous avons été chaleureusement accueillis par le personnel attentif et professionnel tout au long du repas. L\'ambiance est cosy et agréable, idéale pour un dîner entre amis ou en famille.Côté cuisine, c\'était un sans-faute. Les plats sont savoureux, bien présentés, et les portions généreuses. Les produits sont visiblement frais et de qualité, et cela se ressent dans les saveurs.Je recommande vivement ce restaurant pour ceux qui cherchent une belle expérience culinaire dans un cadre sympathique.', 'time' => 1726831901, 'translated' => false)), 'serves_beer' => true, 'serves_breakfast' => false, 'serves_brunch' => false, 'serves_dinner' => true, 'serves_lunch' => true, 'serves_vegetarian_food' => false, 'serves_wine' => true, 'takeout' => false, 'types' => array('establishment', 'food', 'point_of_interest', 'restaurant'), 'url' => 'https://maps.google.com/?cid=13121864126858907128', 'user_ratings_total' => 390, 'utc_offset' => 60, 'vicinity' => '7 Rue du Moulin, Les Eyzies', 'website' => 'https://www.restaurantnosco.fr/'), 'status' => 'OK')))
(vendor/symfony/framework-bundle/Controller/AbstractController.php:242)
at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView('home/listing.html.twig', array('allShops' => array(object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop)), 'allCategories' => array(object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category)), 'form' => object(FormView), 'shops' => array(object(Shop)), 'apiData' => array('html_attributions' => array(), 'result' => array('address_components' => array(array('long_name' => '7', 'short_name' => '7', 'types' => array('street_number')), array('long_name' => 'Rue du Moulin', 'short_name' => 'Rue du Moulin', 'types' => array('route')), array('long_name' => 'Les Eyzies', 'short_name' => 'Les Eyzies', 'types' => array('locality', 'political')), array('long_name' => 'Dordogne', 'short_name' => 'Dordogne', 'types' => array('administrative_area_level_2', 'political')), array('long_name' => 'Nouvelle-Aquitaine', 'short_name' => 'Nouvelle-Aquitaine', 'types' => array('administrative_area_level_1', 'political')), array('long_name' => 'France', 'short_name' => 'FR', 'types' => array('country', 'political')), array('long_name' => '24620', 'short_name' => '24620', 'types' => array('postal_code'))), 'adr_address' => '<span class="street-address">7 Rue du Moulin</span>, <span class="postal-code">24620</span> <span class="locality">Les Eyzies</span>, <span class="country-name">France</span>', 'business_status' => 'CLOSED_TEMPORARILY', 'curbside_pickup' => false, 'delivery' => false, 'dine_in' => true, 'formatted_address' => '7 Rue du Moulin, 24620 Les Eyzies, France', 'formatted_phone_number' => '06 01 43 14 92', 'geometry' => array('location' => array('lat' => 44.9360551, 'lng' => 1.0149352), 'viewport' => array('northeast' => array('lat' => 44.9373998802915, 'lng' => 1.016284630291502), 'southwest' => array('lat' => 44.9347019197085, 'lng' => 1.013586669708498))), 'icon' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png', 'icon_background_color' => '#FF9E67', 'icon_mask_base_uri' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet', 'international_phone_number' => '+33 6 01 43 14 92', 'name' => 'Restaurant NOSCO', 'permanently_closed' => true, 'photos' => array(array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpEwWkM1MWr1QDRH3BfBjPKuNp4fgfA7UE1tltQtoSnSlYgyAarD0qxIq3GqAJB1mPWIx9zwfRW74M2BWNNmwoAZff-MnJHm_SZn4pmMGcXYVfDlRQXEFS82KM4sQmYKJ9_CtYdy3LutmrfzeESUd_dZEsPoAqmeIGNaMSd8yxvCLGSM6aEU-rwMSNHwA6jqu5xztIEjhdI_FChnk0BaYNs924F1DoPyRH7TRim9p8Q0gVRKAv_FlWFmA6-sEurCAOHL8xuoM4BITfnvnsZPLHKjG-YmjFtU15dvIBOLjAdkOdTq65zmUSBY3EHO6LjRJxV1cnPiRzMGgsiYSubM-zLZVha_UGGonTpmqetMM29l470ut57_3nl0Mhi4zm-ilcACGGr4XEvRCDgmFehXDFym4TfTOKQ8prhftinEpRdRQ', 'width' => 4032), array('height' => 3215, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/114864208106042344963">Restaurant NOSCO</a>'), 'photo_reference' => 'AZLasHoaZ2XYtNQ9vFjiajy66EQ9GMO_f-LTedXFmC1GXtVOOOZCMLp8a7yOaoHvhHyPLBwKt8F5nw5YymoPeEutdmJWBrlvydTDm1pTBxZQ5tGHVYwhWz_DX1QlTYmWQXavN-MFkuILf8viuw-ZxIz61tIjqO2fcit_D58-X_8NW-O74W1v-eLcFw-uI8aQGdSNJ8QSNmFIpNODye3D9imAvgoFfkDCthhq7Fz0mg9smTnbVht9m6waqHxP6Cx8xOTpZNRXOLqkm22QbTAFyLOlcucsZRrKIJR6s5tsNAYlJSWQGw', 'width' => 3060), array('height' => 2179, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpE2cTn2zvSwptoNptFfh9grnUUWxXwXNMe1hntgZQMUMU7YSN8rXGGj7Z-hkR4bTC-jKj6Ckkqn_BMhUQ_NcTK9PngM3Z9JGmXULQiRlxzh6WwRj_oRj9ZrC5ZVgMyn6vcEK-PgD8KjsguKNATXg_di_qqWXPcFStVGDfZMD_dZgMtlnhvc3YVBimPCvLASUvIzjsAsQcwliPyRfWNjUOmVdEFw-OIcz7O6Zc1Farze2D3rM7Gc3wcPxXjYHjlRohj5PE49zHMwFj-Llit_QMMWq9ZiPuAg-su7x6-WrnGWQ3HxB4Sdp8FPK7PhwTyRJgUcWbDEATy19alQ-R9NES-B4RmJkr-OMjhGvwaj5Pz8foyTzFX6wW_ThVaArkpvzcmqxbgIrgiuYbdl24spk-rP7KE7GL6FJUfdkuUH10', 'width' => 3983), array('height' => 3060, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/105968091408603288119">Bilbon Lehobbit</a>'), 'photo_reference' => 'AZLasHqUu9npaUe1HeiXoCT9_fsdQ5lS7q0razVfxhxu1vUzZ8uKPhvJ3LRkmyPGpDZboSBKkd91JRtx6r6eAt15BK63qMPIQEolF0Mps6Uj6iZ_77r3fz6w0kCC3-ZLHJRUx-_IZNEmz9oIjhenHVzoiOznbx2EohhroyRMUnU6HAihTIlsT8mBhGiPifpdVF7jN9A0y6lzguZxLSvNGhTuyEGwF0oy2Y-ksKrKEtjAbfWT-jYnB3M872CWHexEqyK3KqLTDQKlFV_kd3KscGWnQyicIlogGFjo-lLrtVIs98V9QhiI6lZzDcS3bzyVNE_qJSoMZcDINrkJzEG-Jf2eIfEh0ThsADQW7pKN8ZdvQK4f4J3RDveRXxyloJ3fD_aFCbDPaOTdXMnTttGjupEFxXQKb3YXkp0b91TXfpmCzkV6AvM', 'width' => 4080), array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHoeRDy4HixKhkRZsVIJ2mSFZa3ggAmfHBSAQ55Sh6Yqbvwkp88q5P75dn4076_GHDyaEfbf6xox0EpVpq-OOPnTxvWQrO03PTmer600SKRF__f_0hp9Od9plEQAXC5Z-5lJ0Wo6z9Z3GTP72pV3DWnt0CeUWhx-hWRTeoj1_0jd8qZz4LP6HrYWtNtCgkQb52xfIeTZnHTwPWiB0JvWdO5yY4VXfY_TlJVHKcRQpCSKQMavLWf17b2LRFkaqkKMQsYzg9KznDaWhy0eCn9PyiK1bGzg8aJX9xMYUL_ksRaceYPazI312vPHLpf-yJMmTnPN_pT-4VfuBoxiV2OXItDljLZeM4Z09oJ2411z71mR-RHAAgVQKpWt2p_5_ttwCHt128Rw5jYEmzN0EvksGAjVx-rSidAX54i8Yi-apWtZQP5bs8JtkCaGTsu-ewYj', 'width' => 4032), array('height' => 3000, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/106196763373855881923">Gilles Rouveure</a>'), 'photo_reference' => 'AZLasHrY2FomMC7MQHZiZu1zi4owLptcdzHqgq6ccuiTtfNZxqFoLSoUrvpcJ0C2fQKcR_4sUstarhKKuVVC4BwZ9TdT4YufFYTtBuj_T4BP2tBfDiwAlfO65NemzNWngMTu-lmp8b1SMdUuileBwczxj7cbsNW30n9cB8CH2Z4b0y1ERcaDkqjJ814cXo15gJhZfoYTd3ZIkfYnw2nkCyVCJwitdgorPD-scUxm3rbjlKjvW2nvEmj0tfDt4JXecLFBya4j3XDf5jesNq7SwDyuIx8rxKisQLK6Htgwx8ePbEPZKN2CgHfK7RK5osc9zQGLtv37UMmHYc0zOQ8MhiTxKMDTKrXmgKVbsJU8OiQd1lMSmMQb9-d-kK9HEvqg6WcHBVZtHlq6MrVhWk-L6WgXGsNsn9qiXqxe40UhEI84I22SEcv4', 'width' => 4000), array('height' => 1311, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/111577640564085862301">LAVAUD Chantal</a>'), 'photo_reference' => 'AZLasHoDei995N-fxubqu78KzzHH_oJlIZCgqZSH40vmJM70VxdDefkbJRtFe1lLXfsRSxKt59NooorE8fXJT8mgwY2OqaCcy9ZOUKL1NshOWQd0aBkZ-3vP7ppwa_lLqxEtitlY0fPU2lUc_xoTDoUUDxkicRGQqdg3-CQ3ERzd-b0xNbgT23b5i_tbHXGZlQKw-YsThrn0f__Zdf78VKVEGngMUOGZgZ8zHN2ZoeMNs3trzyKHEM03PiJeDSxIgLKAUr0w_ELQxkvj2POt9327NGWs47JJkhuA49sCsC24u2exC82PRNOE_N-vHohdnZmNKVrg5e_g_eX7sZg2e3wCClqj3cC2MiTxsqiLCYzoj5RYM4GVAP9jVMROEH_hcUMYM3yTc00dnJ3Yr_y1OJrs728PJYFSg7f37MVXW9WfXH_iiSw', 'width' => 1120), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/104411453226239602216">Sophie Fonvieille</a>'), 'photo_reference' => 'AZLasHow_RDE8zv1Elf_YdXTWDsH2PBhUIOKWvy5R7-ZpBvHUNO9XYYhYosfSBYx8eeX4TMwomSJHgv1aSJhZJg7xlxmmA1p5CQ42f2NZfSvXEB8ttxf0GtUIhbHS9VKf7UhOkweSD5XOAQL4nJj0C0VLg90Qh6UPbKW0QjlkwgnmztR8bzH9UmvvFyFhPtSsRn67yZs-OR-mmgimDIUNDZSB0yXA1LG55vd7m99oTZTW1W5vbhdnMoWHhx1y9LAWPVBj-ZDzCqsjxi0qiC_bXi92J0a_MbVqQz78PBy1QRFAExO-nQpvBFT-vodMUPKDqVrPkDRvIpCNFLtO6OKZj24ICXqrIfd1SwSQjzSNgqNy8Q6DR6MKp6O5phcps3oTiArFvSxOrhOpOnlFVQiJ2STvniTTxR0slC08t3ZP1vX45uRckQD', 'width' => 3024), array('height' => 3023, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHowD1Gbzo9P_BHCjE1rcuHXQkujoYbTHs5ObQzZ2oIJvxzy-rYFjERtqtX044kJdBJRlnQsXCkM3tNoyMhY510ht8uNmGRqya5So-OLBcHDSU-5TY50h_c8KIw2yJRomVgMg9b4icHPy0-sRA7LPpO39mTBPqsBkoFet3f2keGkFTotLL8w8F6k7vg5VYhhriFgnqCusiG1grcFqxhBB-m002S3ncRuYgdzPiongIR5_Pjb7hyDbFkbJdCmL2P44eYEulUFhrLxpgk4Dv_7-qRQSW-e8NrE6gRH1TWk0QCCGlw1teAmh02GcSTvt55HnUopsqXVMXOJhYwOl8MNmicO4g94V0-mAob-O_CO8xx9bAae97bTfbfdxppNjmbXxbujDM6iccuEcaMxbxca8aG55-ztrmfgn8pBWSqwOlZoCBNb4pDqFzduOu2f8w', 'width' => 4031), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHr01Qu0ji-_0Ea48BITQWpH2w32BUXRifnH1gKTL5PGEzuK7YiA33ffV8XBRsUcUghsodfRhC_fAvJhNOgiQjLGu5ZafHWuOARG0RxkWx0SfcKZV91OnxRuvsQx0Uw9EfgyhSIbte0qH1aW43HejOEdC_qHuU-ZLBDWXcVcowoAI3DachSwHRgMIBVwlwAYZX5xz8J05SAI630HWzpQ37rPxjKZNdMTNt32KBYYnr-mfXhMLTDXjLzbHrLpfBINZCrd4qBm7mQxmUTrwwVTGRxOfSyOQBdc493ScEnbexEWyrZg_9L_xGe-javiehJR_BpRwaFa6nJ-0LUXbt2SdcRkRLUb6wbs2qIPlOd8P3bJDfuw_0kDCjxVZXxSGj6nCOb0tj8aZHqcRQ-0BR5Ehp9Q91yEPsfDHIXBmer9x9q1MgbT', 'width' => 3024)), 'place_id' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'plus_code' => array('compound_code' => 'W2P7+CX Les Eyzies, France', 'global_code' => '8FP3W2P7+CX'), 'rating' => 4.7, 'reference' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'reservable' => true, 'reviews' => array(array('author_name' => 'Pat Migéco', 'author_url' => 'https://www.google.com/maps/contrib/100669826303832039599/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocJd0SwzsfSDkWDOyPEvPkVDONZiZm6KfvZul_yvJYqRT3M0eQ=s128-c0x00000000-cc-rp-mo-ba5', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Alors là un très bon restaurant ! Un très bon accueil ! Un très bon service !Une succulente cuisine avec un très bon rapport qualité ! Bravo à toute l\'équipe ! Que du bonheur ! Parking à proximité ! Il vaut mieux reserver ! Je vous recommande cet établissement !', 'time' => 1760819998, 'translated' => false), array('author_name' => 'Manon VIDAL', 'author_url' => 'https://www.google.com/maps/contrib/113783961056581691924/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjV0g5ojARR-IiXLVEHBsBuepVroWhdQwAy9pIubxvAKaMEiAAEG=s128-c0x00000000-cc-rp-mo', 'rating' => 5, 'relative_time_description' => 'il y a 3 mois', 'text' => 'Nous sommes venu a ce restaurant sur recommandation de la vendeuse de la terrasse du charron et nous n\'avons pas été déçu ! Au contraire, l\'accueil a été très chaleureux, un repas délicieux, produits régionaux mettant en avant les producteurs. Le repas était a la hauteur de nos attentes, nous vous conseillons de vous y arrêter un soir pour profiter de l\'ambiance.', 'time' => 1757846870, 'translated' => false), array('author_name' => 'Stella Ferriere', 'author_url' => 'https://www.google.com/maps/contrib/114842290413279293979/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjXayF67IlYeU4EjzCCpOYe-V9RzSUqj4-pjGZR_XUTtlWrkkVzL=s128-c0x00000000-cc-rp-mo-ba4', 'rating' => 5, 'relative_time_description' => 'il y a 2 mois', 'text' => 'Accueil très sympathique.Très bonne cuisine locale.Décoration originale', 'time' => 1760614995, 'translated' => false), array('author_name' => 'mathieu massé', 'author_url' => 'https://www.google.com/maps/contrib/100165525192621309085/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocI1Yx67LiXYZ6SZfFn5kgX5ARewGNcImrV7IHDt-zYvU6fHvsVf=s128-c0x00000000-cc-rp-mo-ba2', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Arrivée sur le tard en presque fin de service mais nous avons été très bien accueilli.Un joli restaurant avec une carte courte proposant des produits de saison et des producteurs locaux.Dégustation d\'un magnifique foie gras (maison Albié), et d\'une cuisse d\'oie confite, préparée magnifiquement avec des légumes de saison.Service impeccable et amicale. Très bons conseils de visites pour un après-midi pluvieux.Je recommande vivement', 'time' => 1761563955, 'translated' => false), array('author_name' => 'Guillaume Pade', 'author_url' => 'https://www.google.com/maps/contrib/104507447131818620499/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocLajIQ3HdVSBQed5avSKnQN_6wWoAM7qsIfzydWKMtr0JHTGA=s128-c0x00000000-cc-rp-mo-ba3', 'rating' => 5, 'relative_time_description' => 'il y a un an', 'text' => 'Dès notre arrivée, nous avons été chaleureusement accueillis par le personnel attentif et professionnel tout au long du repas. L\'ambiance est cosy et agréable, idéale pour un dîner entre amis ou en famille.Côté cuisine, c\'était un sans-faute. Les plats sont savoureux, bien présentés, et les portions généreuses. Les produits sont visiblement frais et de qualité, et cela se ressent dans les saveurs.Je recommande vivement ce restaurant pour ceux qui cherchent une belle expérience culinaire dans un cadre sympathique.', 'time' => 1726831901, 'translated' => false)), 'serves_beer' => true, 'serves_breakfast' => false, 'serves_brunch' => false, 'serves_dinner' => true, 'serves_lunch' => true, 'serves_vegetarian_food' => false, 'serves_wine' => true, 'takeout' => false, 'types' => array('establishment', 'food', 'point_of_interest', 'restaurant'), 'url' => 'https://maps.google.com/?cid=13121864126858907128', 'user_ratings_total' => 390, 'utc_offset' => 60, 'vicinity' => '7 Rue du Moulin, Les Eyzies', 'website' => 'https://www.restaurantnosco.fr/'), 'status' => 'OK')))
(vendor/symfony/framework-bundle/Controller/AbstractController.php:253)
at Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render('home/listing.html.twig', array('allShops' => array(object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop), object(Shop)), 'allCategories' => array(object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category), object(Category)), 'form' => object(FormView), 'shops' => array(object(Shop)), 'apiData' => array('html_attributions' => array(), 'result' => array('address_components' => array(array('long_name' => '7', 'short_name' => '7', 'types' => array('street_number')), array('long_name' => 'Rue du Moulin', 'short_name' => 'Rue du Moulin', 'types' => array('route')), array('long_name' => 'Les Eyzies', 'short_name' => 'Les Eyzies', 'types' => array('locality', 'political')), array('long_name' => 'Dordogne', 'short_name' => 'Dordogne', 'types' => array('administrative_area_level_2', 'political')), array('long_name' => 'Nouvelle-Aquitaine', 'short_name' => 'Nouvelle-Aquitaine', 'types' => array('administrative_area_level_1', 'political')), array('long_name' => 'France', 'short_name' => 'FR', 'types' => array('country', 'political')), array('long_name' => '24620', 'short_name' => '24620', 'types' => array('postal_code'))), 'adr_address' => '<span class="street-address">7 Rue du Moulin</span>, <span class="postal-code">24620</span> <span class="locality">Les Eyzies</span>, <span class="country-name">France</span>', 'business_status' => 'CLOSED_TEMPORARILY', 'curbside_pickup' => false, 'delivery' => false, 'dine_in' => true, 'formatted_address' => '7 Rue du Moulin, 24620 Les Eyzies, France', 'formatted_phone_number' => '06 01 43 14 92', 'geometry' => array('location' => array('lat' => 44.9360551, 'lng' => 1.0149352), 'viewport' => array('northeast' => array('lat' => 44.9373998802915, 'lng' => 1.016284630291502), 'southwest' => array('lat' => 44.9347019197085, 'lng' => 1.013586669708498))), 'icon' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png', 'icon_background_color' => '#FF9E67', 'icon_mask_base_uri' => 'https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet', 'international_phone_number' => '+33 6 01 43 14 92', 'name' => 'Restaurant NOSCO', 'permanently_closed' => true, 'photos' => array(array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpEwWkM1MWr1QDRH3BfBjPKuNp4fgfA7UE1tltQtoSnSlYgyAarD0qxIq3GqAJB1mPWIx9zwfRW74M2BWNNmwoAZff-MnJHm_SZn4pmMGcXYVfDlRQXEFS82KM4sQmYKJ9_CtYdy3LutmrfzeESUd_dZEsPoAqmeIGNaMSd8yxvCLGSM6aEU-rwMSNHwA6jqu5xztIEjhdI_FChnk0BaYNs924F1DoPyRH7TRim9p8Q0gVRKAv_FlWFmA6-sEurCAOHL8xuoM4BITfnvnsZPLHKjG-YmjFtU15dvIBOLjAdkOdTq65zmUSBY3EHO6LjRJxV1cnPiRzMGgsiYSubM-zLZVha_UGGonTpmqetMM29l470ut57_3nl0Mhi4zm-ilcACGGr4XEvRCDgmFehXDFym4TfTOKQ8prhftinEpRdRQ', 'width' => 4032), array('height' => 3215, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/114864208106042344963">Restaurant NOSCO</a>'), 'photo_reference' => 'AZLasHoaZ2XYtNQ9vFjiajy66EQ9GMO_f-LTedXFmC1GXtVOOOZCMLp8a7yOaoHvhHyPLBwKt8F5nw5YymoPeEutdmJWBrlvydTDm1pTBxZQ5tGHVYwhWz_DX1QlTYmWQXavN-MFkuILf8viuw-ZxIz61tIjqO2fcit_D58-X_8NW-O74W1v-eLcFw-uI8aQGdSNJ8QSNmFIpNODye3D9imAvgoFfkDCthhq7Fz0mg9smTnbVht9m6waqHxP6Cx8xOTpZNRXOLqkm22QbTAFyLOlcucsZRrKIJR6s5tsNAYlJSWQGw', 'width' => 3060), array('height' => 2179, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHpE2cTn2zvSwptoNptFfh9grnUUWxXwXNMe1hntgZQMUMU7YSN8rXGGj7Z-hkR4bTC-jKj6Ckkqn_BMhUQ_NcTK9PngM3Z9JGmXULQiRlxzh6WwRj_oRj9ZrC5ZVgMyn6vcEK-PgD8KjsguKNATXg_di_qqWXPcFStVGDfZMD_dZgMtlnhvc3YVBimPCvLASUvIzjsAsQcwliPyRfWNjUOmVdEFw-OIcz7O6Zc1Farze2D3rM7Gc3wcPxXjYHjlRohj5PE49zHMwFj-Llit_QMMWq9ZiPuAg-su7x6-WrnGWQ3HxB4Sdp8FPK7PhwTyRJgUcWbDEATy19alQ-R9NES-B4RmJkr-OMjhGvwaj5Pz8foyTzFX6wW_ThVaArkpvzcmqxbgIrgiuYbdl24spk-rP7KE7GL6FJUfdkuUH10', 'width' => 3983), array('height' => 3060, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/105968091408603288119">Bilbon Lehobbit</a>'), 'photo_reference' => 'AZLasHqUu9npaUe1HeiXoCT9_fsdQ5lS7q0razVfxhxu1vUzZ8uKPhvJ3LRkmyPGpDZboSBKkd91JRtx6r6eAt15BK63qMPIQEolF0Mps6Uj6iZ_77r3fz6w0kCC3-ZLHJRUx-_IZNEmz9oIjhenHVzoiOznbx2EohhroyRMUnU6HAihTIlsT8mBhGiPifpdVF7jN9A0y6lzguZxLSvNGhTuyEGwF0oy2Y-ksKrKEtjAbfWT-jYnB3M872CWHexEqyK3KqLTDQKlFV_kd3KscGWnQyicIlogGFjo-lLrtVIs98V9QhiI6lZzDcS3bzyVNE_qJSoMZcDINrkJzEG-Jf2eIfEh0ThsADQW7pKN8ZdvQK4f4J3RDveRXxyloJ3fD_aFCbDPaOTdXMnTttGjupEFxXQKb3YXkp0b91TXfpmCzkV6AvM', 'width' => 4080), array('height' => 3024, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHoeRDy4HixKhkRZsVIJ2mSFZa3ggAmfHBSAQ55Sh6Yqbvwkp88q5P75dn4076_GHDyaEfbf6xox0EpVpq-OOPnTxvWQrO03PTmer600SKRF__f_0hp9Od9plEQAXC5Z-5lJ0Wo6z9Z3GTP72pV3DWnt0CeUWhx-hWRTeoj1_0jd8qZz4LP6HrYWtNtCgkQb52xfIeTZnHTwPWiB0JvWdO5yY4VXfY_TlJVHKcRQpCSKQMavLWf17b2LRFkaqkKMQsYzg9KznDaWhy0eCn9PyiK1bGzg8aJX9xMYUL_ksRaceYPazI312vPHLpf-yJMmTnPN_pT-4VfuBoxiV2OXItDljLZeM4Z09oJ2411z71mR-RHAAgVQKpWt2p_5_ttwCHt128Rw5jYEmzN0EvksGAjVx-rSidAX54i8Yi-apWtZQP5bs8JtkCaGTsu-ewYj', 'width' => 4032), array('height' => 3000, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/106196763373855881923">Gilles Rouveure</a>'), 'photo_reference' => 'AZLasHrY2FomMC7MQHZiZu1zi4owLptcdzHqgq6ccuiTtfNZxqFoLSoUrvpcJ0C2fQKcR_4sUstarhKKuVVC4BwZ9TdT4YufFYTtBuj_T4BP2tBfDiwAlfO65NemzNWngMTu-lmp8b1SMdUuileBwczxj7cbsNW30n9cB8CH2Z4b0y1ERcaDkqjJ814cXo15gJhZfoYTd3ZIkfYnw2nkCyVCJwitdgorPD-scUxm3rbjlKjvW2nvEmj0tfDt4JXecLFBya4j3XDf5jesNq7SwDyuIx8rxKisQLK6Htgwx8ePbEPZKN2CgHfK7RK5osc9zQGLtv37UMmHYc0zOQ8MhiTxKMDTKrXmgKVbsJU8OiQd1lMSmMQb9-d-kK9HEvqg6WcHBVZtHlq6MrVhWk-L6WgXGsNsn9qiXqxe40UhEI84I22SEcv4', 'width' => 4000), array('height' => 1311, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/111577640564085862301">LAVAUD Chantal</a>'), 'photo_reference' => 'AZLasHoDei995N-fxubqu78KzzHH_oJlIZCgqZSH40vmJM70VxdDefkbJRtFe1lLXfsRSxKt59NooorE8fXJT8mgwY2OqaCcy9ZOUKL1NshOWQd0aBkZ-3vP7ppwa_lLqxEtitlY0fPU2lUc_xoTDoUUDxkicRGQqdg3-CQ3ERzd-b0xNbgT23b5i_tbHXGZlQKw-YsThrn0f__Zdf78VKVEGngMUOGZgZ8zHN2ZoeMNs3trzyKHEM03PiJeDSxIgLKAUr0w_ELQxkvj2POt9327NGWs47JJkhuA49sCsC24u2exC82PRNOE_N-vHohdnZmNKVrg5e_g_eX7sZg2e3wCClqj3cC2MiTxsqiLCYzoj5RYM4GVAP9jVMROEH_hcUMYM3yTc00dnJ3Yr_y1OJrs728PJYFSg7f37MVXW9WfXH_iiSw', 'width' => 1120), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/104411453226239602216">Sophie Fonvieille</a>'), 'photo_reference' => 'AZLasHow_RDE8zv1Elf_YdXTWDsH2PBhUIOKWvy5R7-ZpBvHUNO9XYYhYosfSBYx8eeX4TMwomSJHgv1aSJhZJg7xlxmmA1p5CQ42f2NZfSvXEB8ttxf0GtUIhbHS9VKf7UhOkweSD5XOAQL4nJj0C0VLg90Qh6UPbKW0QjlkwgnmztR8bzH9UmvvFyFhPtSsRn67yZs-OR-mmgimDIUNDZSB0yXA1LG55vd7m99oTZTW1W5vbhdnMoWHhx1y9LAWPVBj-ZDzCqsjxi0qiC_bXi92J0a_MbVqQz78PBy1QRFAExO-nQpvBFT-vodMUPKDqVrPkDRvIpCNFLtO6OKZj24ICXqrIfd1SwSQjzSNgqNy8Q6DR6MKp6O5phcps3oTiArFvSxOrhOpOnlFVQiJ2STvniTTxR0slC08t3ZP1vX45uRckQD', 'width' => 3024), array('height' => 3023, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/102558747254904763203">Johannes Horak</a>'), 'photo_reference' => 'AZLasHowD1Gbzo9P_BHCjE1rcuHXQkujoYbTHs5ObQzZ2oIJvxzy-rYFjERtqtX044kJdBJRlnQsXCkM3tNoyMhY510ht8uNmGRqya5So-OLBcHDSU-5TY50h_c8KIw2yJRomVgMg9b4icHPy0-sRA7LPpO39mTBPqsBkoFet3f2keGkFTotLL8w8F6k7vg5VYhhriFgnqCusiG1grcFqxhBB-m002S3ncRuYgdzPiongIR5_Pjb7hyDbFkbJdCmL2P44eYEulUFhrLxpgk4Dv_7-qRQSW-e8NrE6gRH1TWk0QCCGlw1teAmh02GcSTvt55HnUopsqXVMXOJhYwOl8MNmicO4g94V0-mAob-O_CO8xx9bAae97bTfbfdxppNjmbXxbujDM6iccuEcaMxbxca8aG55-ztrmfgn8pBWSqwOlZoCBNb4pDqFzduOu2f8w', 'width' => 4031), array('height' => 4032, 'html_attributions' => array('<a href="https://maps.google.com/maps/contrib/112986559066130715709">Marianne</a>'), 'photo_reference' => 'AZLasHr01Qu0ji-_0Ea48BITQWpH2w32BUXRifnH1gKTL5PGEzuK7YiA33ffV8XBRsUcUghsodfRhC_fAvJhNOgiQjLGu5ZafHWuOARG0RxkWx0SfcKZV91OnxRuvsQx0Uw9EfgyhSIbte0qH1aW43HejOEdC_qHuU-ZLBDWXcVcowoAI3DachSwHRgMIBVwlwAYZX5xz8J05SAI630HWzpQ37rPxjKZNdMTNt32KBYYnr-mfXhMLTDXjLzbHrLpfBINZCrd4qBm7mQxmUTrwwVTGRxOfSyOQBdc493ScEnbexEWyrZg_9L_xGe-javiehJR_BpRwaFa6nJ-0LUXbt2SdcRkRLUb6wbs2qIPlOd8P3bJDfuw_0kDCjxVZXxSGj6nCOb0tj8aZHqcRQ-0BR5Ehp9Q91yEPsfDHIXBmer9x9q1MgbT', 'width' => 3024)), 'place_id' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'plus_code' => array('compound_code' => 'W2P7+CX Les Eyzies, France', 'global_code' => '8FP3W2P7+CX'), 'rating' => 4.7, 'reference' => 'ChIJE353Um5NqxIR-M1dmOY5GrY', 'reservable' => true, 'reviews' => array(array('author_name' => 'Pat Migéco', 'author_url' => 'https://www.google.com/maps/contrib/100669826303832039599/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocJd0SwzsfSDkWDOyPEvPkVDONZiZm6KfvZul_yvJYqRT3M0eQ=s128-c0x00000000-cc-rp-mo-ba5', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Alors là un très bon restaurant ! Un très bon accueil ! Un très bon service !Une succulente cuisine avec un très bon rapport qualité ! Bravo à toute l\'équipe ! Que du bonheur ! Parking à proximité ! Il vaut mieux reserver ! Je vous recommande cet établissement !', 'time' => 1760819998, 'translated' => false), array('author_name' => 'Manon VIDAL', 'author_url' => 'https://www.google.com/maps/contrib/113783961056581691924/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjV0g5ojARR-IiXLVEHBsBuepVroWhdQwAy9pIubxvAKaMEiAAEG=s128-c0x00000000-cc-rp-mo', 'rating' => 5, 'relative_time_description' => 'il y a 3 mois', 'text' => 'Nous sommes venu a ce restaurant sur recommandation de la vendeuse de la terrasse du charron et nous n\'avons pas été déçu ! Au contraire, l\'accueil a été très chaleureux, un repas délicieux, produits régionaux mettant en avant les producteurs. Le repas était a la hauteur de nos attentes, nous vous conseillons de vous y arrêter un soir pour profiter de l\'ambiance.', 'time' => 1757846870, 'translated' => false), array('author_name' => 'Stella Ferriere', 'author_url' => 'https://www.google.com/maps/contrib/114842290413279293979/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a-/ALV-UjXayF67IlYeU4EjzCCpOYe-V9RzSUqj4-pjGZR_XUTtlWrkkVzL=s128-c0x00000000-cc-rp-mo-ba4', 'rating' => 5, 'relative_time_description' => 'il y a 2 mois', 'text' => 'Accueil très sympathique.Très bonne cuisine locale.Décoration originale', 'time' => 1760614995, 'translated' => false), array('author_name' => 'mathieu massé', 'author_url' => 'https://www.google.com/maps/contrib/100165525192621309085/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocI1Yx67LiXYZ6SZfFn5kgX5ARewGNcImrV7IHDt-zYvU6fHvsVf=s128-c0x00000000-cc-rp-mo-ba2', 'rating' => 5, 'relative_time_description' => 'il y a un mois', 'text' => 'Arrivée sur le tard en presque fin de service mais nous avons été très bien accueilli.Un joli restaurant avec une carte courte proposant des produits de saison et des producteurs locaux.Dégustation d\'un magnifique foie gras (maison Albié), et d\'une cuisse d\'oie confite, préparée magnifiquement avec des légumes de saison.Service impeccable et amicale. Très bons conseils de visites pour un après-midi pluvieux.Je recommande vivement', 'time' => 1761563955, 'translated' => false), array('author_name' => 'Guillaume Pade', 'author_url' => 'https://www.google.com/maps/contrib/104507447131818620499/reviews', 'language' => 'fr', 'original_language' => 'fr', 'profile_photo_url' => 'https://lh3.googleusercontent.com/a/ACg8ocLajIQ3HdVSBQed5avSKnQN_6wWoAM7qsIfzydWKMtr0JHTGA=s128-c0x00000000-cc-rp-mo-ba3', 'rating' => 5, 'relative_time_description' => 'il y a un an', 'text' => 'Dès notre arrivée, nous avons été chaleureusement accueillis par le personnel attentif et professionnel tout au long du repas. L\'ambiance est cosy et agréable, idéale pour un dîner entre amis ou en famille.Côté cuisine, c\'était un sans-faute. Les plats sont savoureux, bien présentés, et les portions généreuses. Les produits sont visiblement frais et de qualité, et cela se ressent dans les saveurs.Je recommande vivement ce restaurant pour ceux qui cherchent une belle expérience culinaire dans un cadre sympathique.', 'time' => 1726831901, 'translated' => false)), 'serves_beer' => true, 'serves_breakfast' => false, 'serves_brunch' => false, 'serves_dinner' => true, 'serves_lunch' => true, 'serves_vegetarian_food' => false, 'serves_wine' => true, 'takeout' => false, 'types' => array('establishment', 'food', 'point_of_interest', 'restaurant'), 'url' => 'https://maps.google.com/?cid=13121864126858907128', 'user_ratings_total' => 390, 'utc_offset' => 60, 'vicinity' => '7 Rue du Moulin, Les Eyzies', 'website' => 'https://www.restaurantnosco.fr/'), 'status' => 'OK')))
(src/Controller/HomeController.php:116)
at App\Controller\HomeController->list(object(ShopRepository), object(CategoryRepository), object(Request), '8')
(vendor/symfony/http-kernel/HttpKernel.php:163)
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:184)
at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
(vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
(vendor/autoload_runtime.php:29)
at require_once('/home/bestofi/bestof/vendor/autoload_runtime.php')
(public/index.php:5)
|