{% extends 'base.html.twig' %}
{% set title = 'Stores' %}
{% block body %}
<div class="store-img">
<img src="{{ asset('build/Field_and_Sign.jpg') }}"
alt="Looking across fertile farm fields of Northwest Ohio." width="252" height="180">
<br>Looking across the fertile farm fields of Northwest Ohio.
</div>
{#<hr style="color:#795539">
<div class="row-fluid">
<h5>
Visit our store in Ohio where the
chocolates are made:
</h5>
</div>
<p class="addresshours">
<strong>Al-Meda Chocolates</strong><br>
23050 County Road E<br>
PO Box 444<br>
Archbold, OH 43502<br>
1-800-343-0333 or 419-446-2676<br>
Monday-Friday, 11 a.m. to 4 p.m.<br>
<em>During the hot summer months, our hours may vary, please call ahead before visiting.</em><br>
Saturday hours are the Saturday after Thanksgiving until Christmas, 10:30 a.m. to 1:30 p.m.<!--br>
November and December, Saturday, 10:30 a.m. to 1:30 p.m.<br /--><br>
</p>
<div>
<blockquote class="location">
We are located in Northwest Ohio, one mile north of Archbold, at
the corner of St. Rt. 66 & St. Rt. 2. Or three miles
south of the Ohio Turnpike Exit 25 (Interstate 80 & 90).
</blockquote>
<p class="maps">
<a href="{{ asset('build/map1.gif') }}">
<img src="{{ asset('build/map1_small.gif') }}" alt="map1.gif (16498 bytes)"/></a>
<a href="{{ asset('build/map2.gif') }}">
<img src="{{ asset('build/map2_small.gif') }}" alt="map2.gif (8712 bytes)"/><br>
</a><a href="http://www.mapquest.com"><img alt="mapquest map" src="{{ asset('build/logo_mapquest_3.gif') }}"/></a><br>
<span style="font-size: xx-small; ">Click on Maps for larger view.</span>
</p>
</div>#}
<table style="width: 95%;">
<tbody>
<tr>
<td style="width:100%" colspan="2">
<hr style="color:#795539">
<p style="text-align: center; font-size: medium; font-weight: bold;">
Stores in Michigan where Al-Meda Chocolate Stix are available:
</p>
</td>
</tr>
<tr>
<td style="width:50%; text-align: center; font-size: 14px;">
<strong>Harbor Springs IGA</strong><br>
300 West Lake Street<br>
Harbor Springs, MI<br>
231-526-2101
</td>
<td style="width:50%; text-align: center; font-size: 14px;">
<strong>Symons General Store</strong><br>
401 E. Lake Street<br>
Petoskey, MI<br>
231-347-2438
</td>
</tr>
<tr>
<td style="width:50%; text-align: center; font-size: 14px; padding-top: 12px;">
<strong>Toski Sands Meat &
Produce</strong><br>
2292 (M-119)<br>
Petosky, MI<br>
231-347-1571
</td>
<td style="width:50%; text-align: center; font-size: 14px; padding-top: 12px;">
{#<strong>Walloon Village General Store</strong><br>
4036 South Street<br>
Walloon Lake, MI<br>
231-535-2471#}
</td>
</tr>
</tbody>
</table>
{% endblock %}