{% extends "marketplace/base.html" %} {% block title %}{{guide}} -{% endblock %} {% block loadtags %}{% for biz in businesses %}setupMap{{biz.id}}(); {% endfor %}{%endblock%} {% block javascript %} {% endblock %} {% block content %}

{{guide}}

{% if guide.visitorsedition_set.all %} {% for edition in guide.visitorsedition_set.all %} {% if forloop.first %}

{{guide.description}}
Click here to return to {{edition}}.

{% endif %} {% endfor %} {% endif %}

Menu
This icon denotes a Cuisine Connection advertiser.
Click the icon to see their menu selection

Blue HillBrooklinBrooksvilleCastineDeer IslePenobscot
Sedgwick/SargentvilleStoningtonSurry


{% regroup guide.businesses.all by point.town.name as town_list %} {% for town in town_list %}

{{town.grouper}}
Return to top

{% for business in town.list %}

{% if business.menu_set.all%}Menu{% endif %} {{business}}, {% if business.point %}{{business.point.address}},{%endif%} {% if business.phone%}{{business.phone|cut:"207-"}}.{%endif%} {% if business.brief_hours %}{{business.brief_hours}} {{business.brief}}{%endif%} {% if business.url%}{{busienss.url|cut:"http://"}}{%endif%}

{% endfor %}
{% endfor %}
{% endblock %}