-
Notifications
You must be signed in to change notification settings - Fork 0
/
directions.php
66 lines (50 loc) · 2.75 KB
/
directions.php
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<meta name="google-site-verification" content="0QW3jKsbHBGLvnLgLIoSHRuxjHBUI_MMQ0wn9J-4eo4" />
<link href="stylesheet.css" rel="stylesheet" type="text/css" />
<link rel="icon" href="images/favicon.ico" type="image/jpg" />
<title>Center Court - Directions</title>
</head>
<body>
<div id="container">
<div id="liquid-round">
<div class="top"><span></span></div>
<div class="center-content">
<div id="header">
<?php include("header.inc.php"); ?>
</div>
<div id="nav">
<?php include("nav.inc.php"); ?>
</div>
<div id="rightcol">
<?php include("rightcol.inc.php"); ?>
</div>
<div id="main">
<h2>Directions</h2>
<p><iframe width="340" height="340" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" style="float:right;margin-left:1em;" src="http://maps.google.com/maps?q=45+grove+st+new+canaan,+ct&oe=utf-8&client=firefox-a&ie=UTF8&hq=&hnear=45+Grove+St,+New+Canaan,+Fairfield,+Connecticut+06840&gl=us&t=h&ll=41.149642,-73.497076&spn=0.021974,0.029182&z=14&iwloc=A&output=embed"></iframe>
Center Court Tennis Shop is located inside the New Canaan Racquet Club, up the main stairs. Parking is available underneath the building.</p>
<h4 style="text-align:left;">From the Merritt Parkway</h4>
<p>Coming from North or South, Take exit 37. Follow route 124 North for 2 miles toword New Canaan. At the end of the road turn left onto Elm Street. Follow Elm through one traffic light. Take the first left onto Grove Street. the New Canaan Racquet Club is on the right, just before the rail road tracks. Parking is underneath the building.</p>
<h4 style="text-align:left;">From CT I-95</h4>
<p>Coming North or South take exit 15 (Route 7 North). Follow route 7 north to the Merritt Parkway South (15) Exit. Take the Merritt Parkway South to exit 37. Follow above directions.</p>
</div>
<div id="footer">
<?php include("footer.inc.php"); ?>
</div> <!--end footer-->
</div><!--end center-content-->
<div class="bottom"><span></span></div>
</div><!--end liquid-round-->
</div><!--end container-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18191457-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script></body> </html>