-
Notifications
You must be signed in to change notification settings - Fork 0
/
directions.html
39 lines (30 loc) · 1.18 KB
/
directions.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Gethsemane Lutheran Church Directions</title>
</head>
<body style="color: rgb(153, 51, 102); background-color: rgb(255, 255, 255); background-image: url(background.gif);" alink="#33ff33" link="#3366ff" vlink="#113366">
<center>
<h1>Directions</h1>
</center>
We meet weekly at 219 East Church St. This is the southeast
corner of Church Street and High Street - just east of the light at
State Street and just west of the light at the Mt Vernon Ave 95 / 309
split.
<p>If you are not familiar with Marion, please take special care
to
observe the one-way traffic patterns. <a href="http://www.mapquest.com/maps/map.adp?formtype=address&country=US&popflag=0&latitude=&longitude=&name=&phone=&level=&addtohistory=&cat=&address=219+East+Church+St&city=Marion&state=OH&zipcode=" target="_blank">Below
is a map</a>. If you need more detailed directions,
please call us at 740-375-0599
</p>
<center>
<table border="3">
<tbody>
<tr>
<td><img src="directions.gif"></td>
</tr>
</tbody>
</table>
</center>
</body>
</html>