-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsan-clemente.html
789 lines (772 loc) · 40.2 KB
/
san-clemente.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
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML+RDFa 1.1//EN">
<html lang="en" dir="ltr" version="HTML+RDFa 1.1" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/terms/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:og="http://ogp.me/ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:sioc="http://rdfs.org/sioc/ns#" xmlns:sioct="http://rdfs.org/sioc/types#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<head profile="http://www.w3.org/1999/xhtml/vocab">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="text/javascript">
window.NREUM || (NREUM = {}), __nr_require = function(e, n, t) {
function r(t) {
if (!n[t]) {
var o = n[t] = {
exports: {}
};
e[t][0].call(o.exports, function(n) {
var o = e[t][1][n];
return r(o || n)
}, o, o.exports)
}
return n[t].exports
}
if ("function" == typeof __nr_require) return __nr_require;
for (var o = 0; o < t.length; o++) r(t[o]);
return r
}({
1: [function(e, n, t) {
function r() {}
function o(e, n, t) {
return function() {
return i(e, [c.now()].concat(u(arguments)), n ? null : this, t), n ? void 0 : this
}
}
var i = e("handle"),
a = e(3),
u = e(4),
f = e("ee").get("tracer"),
c = e("loader"),
s = NREUM;
"undefined" == typeof window.newrelic && (newrelic = s);
var p = ["setPageViewName", "setCustomAttribute", "setErrorHandler", "finished", "addToTrace", "inlineHit", "addRelease"],
d = "api-",
l = d + "ixn-";
a(p, function(e, n) {
s[n] = o(d + n, !0, "api")
}), s.addPageAction = o(d + "addPageAction", !0), s.setCurrentRouteName = o(d + "routeName", !0), n.exports = newrelic, s.interaction = function() {
return (new r).get()
};
var m = r.prototype = {
createTracer: function(e, n) {
var t = {},
r = this,
o = "function" == typeof n;
return i(l + "tracer", [c.now(), e, t], r),
function() {
if (f.emit((o ? "" : "no-") + "fn-start", [c.now(), r, o], t), o) try {
return n.apply(this, arguments)
} catch (e) {
throw f.emit("fn-err", [arguments, this, e], t), e
} finally {
f.emit("fn-end", [c.now()], t)
}
}
}
};
a("actionText,setName,setAttribute,save,ignore,onEnd,getContext,end,get".split(","), function(e, n) {
m[n] = o(l + n)
}), newrelic.noticeError = function(e, n) {
"string" == typeof e && (e = new Error(e)), i("err", [e, c.now(), !1, n])
}
}, {}],
2: [function(e, n, t) {
function r(e, n) {
if (!o) return !1;
if (e !== o) return !1;
if (!n) return !0;
if (!i) return !1;
for (var t = i.split("."), r = n.split("."), a = 0; a < r.length; a++)
if (r[a] !== t[a]) return !1;
return !0
}
var o = null,
i = null,
a = /Version\/(\S+)\s+Safari/;
if (navigator.userAgent) {
var u = navigator.userAgent,
f = u.match(a);
f && u.indexOf("Chrome") === -1 && u.indexOf("Chromium") === -1 && (o = "Safari", i = f[1])
}
n.exports = {
agent: o,
version: i,
match: r
}
}, {}],
3: [function(e, n, t) {
function r(e, n) {
var t = [],
r = "",
i = 0;
for (r in e) o.call(e, r) && (t[i] = n(r, e[r]), i += 1);
return t
}
var o = Object.prototype.hasOwnProperty;
n.exports = r
}, {}],
4: [function(e, n, t) {
function r(e, n, t) {
n || (n = 0), "undefined" == typeof t && (t = e ? e.length : 0);
for (var r = -1, o = t - n || 0, i = Array(o < 0 ? 0 : o); ++r < o;) i[r] = e[n + r];
return i
}
n.exports = r
}, {}],
5: [function(e, n, t) {
n.exports = {
exists: "undefined" != typeof window.performance && window.performance.timing && "undefined" != typeof window.performance.timing.navigationStart
}
}, {}],
ee: [function(e, n, t) {
function r() {}
function o(e) {
function n(e) {
return e && e instanceof r ? e : e ? f(e, u, i) : i()
}
function t(t, r, o, i) {
if (!d.aborted || i) {
e && e(t, r, o);
for (var a = n(o), u = v(t), f = u.length, c = 0; c < f; c++) u[c].apply(a, r);
var p = s[y[t]];
return p && p.push([b, t, r, a]), a
}
}
function l(e, n) {
h[e] = v(e).concat(n)
}
function m(e, n) {
var t = h[e];
if (t)
for (var r = 0; r < t.length; r++) t[r] === n && t.splice(r, 1)
}
function v(e) {
return h[e] || []
}
function g(e) {
return p[e] = p[e] || o(t)
}
function w(e, n) {
c(e, function(e, t) {
n = n || "feature", y[t] = n, n in s || (s[n] = [])
})
}
var h = {},
y = {},
b = {
on: l,
addEventListener: l,
removeEventListener: m,
emit: t,
get: g,
listeners: v,
context: n,
buffer: w,
abort: a,
aborted: !1
};
return b
}
function i() {
return new r
}
function a() {
(s.api || s.feature) && (d.aborted = !0, s = d.backlog = {})
}
var u = "nr@context",
f = e("gos"),
c = e(3),
s = {},
p = {},
d = n.exports = o();
d.backlog = s
}, {}],
gos: [function(e, n, t) {
function r(e, n, t) {
if (o.call(e, n)) return e[n];
var r = t();
if (Object.defineProperty && Object.keys) try {
return Object.defineProperty(e, n, {
value: r,
writable: !0,
enumerable: !1
}), r
} catch (i) {}
return e[n] = r, r
}
var o = Object.prototype.hasOwnProperty;
n.exports = r
}, {}],
handle: [function(e, n, t) {
function r(e, n, t, r) {
o.buffer([e], r), o.emit(e, n, t)
}
var o = e("ee").get("handle");
n.exports = r, r.ee = o
}, {}],
id: [function(e, n, t) {
function r(e) {
var n = typeof e;
return !e || "object" !== n && "function" !== n ? -1 : e === window ? 0 : a(e, i, function() {
return o++
})
}
var o = 1,
i = "nr@id",
a = e("gos");
n.exports = r
}, {}],
loader: [function(e, n, t) {
function r() {
if (!E++) {
var e = x.info = NREUM.info,
n = l.getElementsByTagName("script")[0];
if (setTimeout(s.abort, 3e4), !(e && e.licenseKey && e.applicationID && n)) return s.abort();
c(y, function(n, t) {
e[n] || (e[n] = t)
}), f("mark", ["onload", a() + x.offset], null, "api");
var t = l.createElement("script");
t.src = "https://" + e.agent, n.parentNode.insertBefore(t, n)
}
}
function o() {
"complete" === l.readyState && i()
}
function i() {
f("mark", ["domContent", a() + x.offset], null, "api")
}
function a() {
return O.exists && performance.now ? Math.round(performance.now()) : (u = Math.max((new Date).getTime(), u)) - x.offset
}
var u = (new Date).getTime(),
f = e("handle"),
c = e(3),
s = e("ee"),
p = e(2),
d = window,
l = d.document,
m = "addEventListener",
v = "attachEvent",
g = d.XMLHttpRequest,
w = g && g.prototype;
NREUM.o = {
ST: setTimeout,
SI: d.setImmediate,
CT: clearTimeout,
XHR: g,
REQ: d.Request,
EV: d.Event,
PR: d.Promise,
MO: d.MutationObserver
};
var h = "" + location,
y = {
beacon: "bam.nr-data.net",
errorBeacon: "bam.nr-data.net",
agent: "js-agent.newrelic.com/nr-1118.min.js"
},
b = g && w && w[m] && !/CriOS/.test(navigator.userAgent),
x = n.exports = {
offset: u,
now: a,
origin: h,
features: {},
xhrWrappable: b,
userAgent: p
};
e(1), l[m] ? (l[m]("DOMContentLoaded", i, !1), d[m]("load", r, !1)) : (l[v]("onreadystatechange", o), d[v]("onload", r)), f("mark", ["firstbyte", u], null, "api");
var E = 0,
O = e(5)
}, {}]
}, {}, ["loader"]);
</script>
<link rel="shortcut icon" href="./sites/default/files/favicon.ico" type="image/vnd.microsoft.icon" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" />
<link rel="shortlink" href="./node/13" />
<link rel="canonical" href="./san-clemente.html" />
<meta name="description" content="San Clemente is the southernmost city in Orange County, located along the California coast, midway between Los Angeles and San Diego. Known as the Spanish Village by the Sea, for its Spanish Colonial style architecture, its also referred as the Surfing Media Capital of the World, with professional surf contests being held at its various beaches, including T-street & Trestles, both located within 5 minutes of the hotel." />
<meta name="generator" content="Drupal 7 (http://drupal.org)" />
<title>San Clemente | Patriots Boutique Motel</title>
<style type="text/css" media="all">
@import url("./modules/system/system.base.css?");
@import url("./modules/system/system.menus.css?");
@import url("./modules/system/system.messages.css?");
@import url("./modules/system/system.theme.css?");
</style>
<style type="text/css" media="all">
@import url("./modules/field/theme/field.css?");
</style>
<style type="text/css" media="screen">
@import url("./sites/all/modules/contrib/flexslider/assets/css/flexslider_img.css?");
</style>
<style type="text/css" media="all">
@import url("./modules/node/node.css?");
@import url("./modules/search/search.css?");
@import url("./modules/user/user.css?");
@import url("./sites/all/modules/contrib/views/css/views.css?");
</style>
<style type="text/css" media="all">
@import url("./sites/all/modules/contrib/ckeditor/ckeditor.css?");
@import url("./sites/all/modules/contrib/colorbox/styles/default/colorbox_style.css?");
@import url("./sites/all/modules/contrib/ctools/css/ctools.css?");
@import url("./sites/all/modules/contrib/views_slideshow/views_slideshow.css?");
@import url("./sites/all/modules/contrib/topbar_msg/topbar_msg.css?");
</style>
<style type="text/css" media="all">
@import url("./sites/all/themes/omega/alpha/css/alpha-reset.css?");
@import url("./sites/all/themes/omega/alpha/css/alpha-mobile.css?");
@import url("./sites/all/themes/omega/alpha/css/alpha-alpha.css?");
@import url("./sites/all/themes/omega/omega/css/formalize.css?");
@import url("./sites/all/themes/omega/omega/css/omega-text.css?");
@import url("./sites/all/themes/omega/omega/css/omega-branding.css?");
@import url("./sites/all/themes/omega/omega/css/omega-menu.css?");
@import url("./sites/all/themes/omega/omega/css/omega-forms.css?");
@import url("./sites/all/themes/omega/omega/css/omega-visuals.css?");
@import url("./sites/all/themes/pm/css/global.css?");
</style>
<!--[if (lt IE 9)&(!IEMobile)]>
<style type="text/css" media="all">
@import url("./sites/all/themes/pm/css/pm-alpha-default.css?");
@import url("./sites/all/themes/pm/css/pm-alpha-default-normal.css?");
@import url("./sites/all/themes/omega/alpha/css/grid/alpha_default/normal/alpha-default-normal-12.css?");
</style>
<![endif]-->
<!--[if gte IE 9]><!-->
<style type="text/css" media="all and (min-width: 740px) and (min-device-width: 740px) and (max-width: 980px), all and (max-device-width: 800px) and (min-width: 740px) and (max-width:980px) and (orientation:landscape)">
@import url("./sites/all/themes/pm/css/pm-alpha-default.css?");
@import url("./sites/all/themes/pm/css/pm-alpha-default-narrow.css?");
@import url("./sites/all/themes/omega/alpha/css/grid/alpha_default/narrow/alpha-default-narrow-12.css?");
</style>
<!--<![endif]-->
<!--[if gte IE 9]><!-->
<style type="text/css" media="all and (min-width: 980px) and (min-device-width: 980px) and (max-width: 1450px), all and (max-device-width: 1024px) and (min-width: 1024px) and (max-width: 1450px) and (orientation:landscape) ">
@import url("./sites/all/themes/pm/css/pm-alpha-default.css?");
@import url("./sites/all/themes/pm/css/pm-alpha-default-normal.css?");
@import url("./sites/all/themes/omega/alpha/css/grid/alpha_default/normal/alpha-default-normal-12.css?");
</style>
<!--<![endif]-->
<!--[if gte IE 9]><!-->
<style type="text/css" media="all and (min-width: 1450px)">
@import url("./sites/all/themes/pm/css/pm-alpha-default.css?");
@import url("./sites/all/themes/pm/css/pm-alpha-default-wide.css?");
@import url("./sites/all/themes/omega/alpha/css/grid/alpha_default/wide/alpha-default-wide-12.css?");
</style>
<!--<![endif]-->
<script type="text/javascript" src="./misc/jquery.js?v=1.4.4"></script>
<script type="text/javascript" src="./misc/jquery.once.js?v=1.2"></script>
<script type="text/javascript" src="./misc/drupal.js?"></script>
<script type="text/javascript" src="./sites/all/libraries/colorbox/jquery.colorbox-min.js?"></script>
<script type="text/javascript" src="./sites/all/modules/contrib/colorbox/js/colorbox.js?"></script>
<script type="text/javascript" src="./sites/all/modules/contrib/colorbox/styles/default/colorbox_style.js?"></script>
<script type="text/javascript" src="./sites/all/modules/contrib/views_slideshow/js/views_slideshow.js?"></script>
<script type="text/javascript" src="./sites/all/modules/contrib/google_analytics/googleanalytics.js?"></script>
<script type="text/javascript">
<!--//--><![CDATA[//><!--
var _gaq = _gaq || [];
_gaq.push(["_setAccount", "UA-40397465-1"]);
_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>
<script type="text/javascript" src="./sites/all/modules/contrib/topbar_msg/topbar_msg.js?"></script>
<script type="text/javascript" src="./sites/all/themes/pm/js/pm.js?"></script>
<script type="text/javascript" src="./sites/all/themes/omega/omega/js/jquery.formalize.js?"></script>
<script type="text/javascript" src="./sites/all/themes/omega/omega/js/omega-mediaqueries.js?"></script>
<script type="text/javascript">
<!--//--><![CDATA[//><!--
jQuery.extend(Drupal.settings, {
"basePath": "\/",
"pathPrefix": "",
"ajaxPageState": {
"theme": "pm",
"theme_token": "XcmCXNaJzY4MXgmHUj2vG9KhCygByM5jQng6-3wQl-g",
"js": {
"misc\/jquery.js": 1,
"misc\/jquery.once.js": 1,
"misc\/drupal.js": 1,
"sites\/all\/libraries\/colorbox\/jquery.colorbox-min.js": 1,
"sites\/all\/modules\/contrib\/colorbox\/js\/colorbox.js": 1,
"sites\/all\/modules\/contrib\/colorbox\/styles\/default\/colorbox_style.js": 1,
"sites\/all\/modules\/contrib\/views_slideshow\/js\/views_slideshow.js": 1,
"sites\/all\/modules\/contrib\/google_analytics\/googleanalytics.js": 1,
"0": 1,
"sites\/all\/modules\/contrib\/topbar_msg\/topbar_msg.js": 1,
"sites\/all\/themes\/pm\/js\/pm.js": 1,
"sites\/all\/themes\/omega\/omega\/js\/jquery.formalize.js": 1,
"sites\/all\/themes\/omega\/omega\/js\/omega-mediaqueries.js": 1
},
"css": {
"modules\/system\/system.base.css": 1,
"modules\/system\/system.menus.css": 1,
"modules\/system\/system.messages.css": 1,
"modules\/system\/system.theme.css": 1,
"modules\/field\/theme\/field.css": 1,
"sites\/all\/modules\/contrib\/flexslider\/assets\/css\/flexslider_img.css": 1,
"modules\/node\/node.css": 1,
"modules\/search\/search.css": 1,
"modules\/user\/user.css": 1,
"sites\/all\/modules\/contrib\/views\/css\/views.css": 1,
"sites\/all\/modules\/contrib\/ckeditor\/ckeditor.css": 1,
"sites\/all\/modules\/contrib\/colorbox\/styles\/default\/colorbox_style.css": 1,
"sites\/all\/modules\/contrib\/ctools\/css\/ctools.css": 1,
"sites\/all\/modules\/contrib\/views_slideshow\/views_slideshow.css": 1,
"sites\/all\/modules\/contrib\/topbar_msg\/topbar_msg.css": 1,
"sites\/all\/themes\/omega\/alpha\/css\/alpha-reset.css": 1,
"sites\/all\/themes\/omega\/alpha\/css\/alpha-mobile.css": 1,
"sites\/all\/themes\/omega\/alpha\/css\/alpha-alpha.css": 1,
"sites\/all\/themes\/omega\/omega\/css\/formalize.css": 1,
"sites\/all\/themes\/omega\/omega\/css\/omega-text.css": 1,
"sites\/all\/themes\/omega\/omega\/css\/omega-branding.css": 1,
"sites\/all\/themes\/omega\/omega\/css\/omega-menu.css": 1,
"sites\/all\/themes\/omega\/omega\/css\/omega-forms.css": 1,
"sites\/all\/themes\/omega\/omega\/css\/omega-visuals.css": 1,
"sites\/all\/themes\/pm\/css\/global.css": 1,
"ie::normal::sites\/all\/themes\/pm\/css\/pm-alpha-default.css": 1,
"ie::normal::sites\/all\/themes\/pm\/css\/pm-alpha-default-normal.css": 1,
"ie::normal::sites\/all\/themes\/omega\/alpha\/css\/grid\/alpha_default\/normal\/alpha-default-normal-12.css": 1,
"narrow::sites\/all\/themes\/pm\/css\/pm-alpha-default.css": 1,
"narrow::sites\/all\/themes\/pm\/css\/pm-alpha-default-narrow.css": 1,
"sites\/all\/themes\/omega\/alpha\/css\/grid\/alpha_default\/narrow\/alpha-default-narrow-12.css": 1,
"normal::sites\/all\/themes\/pm\/css\/pm-alpha-default.css": 1,
"normal::sites\/all\/themes\/pm\/css\/pm-alpha-default-normal.css": 1,
"sites\/all\/themes\/omega\/alpha\/css\/grid\/alpha_default\/normal\/alpha-default-normal-12.css": 1,
"wide::sites\/all\/themes\/pm\/css\/pm-alpha-default.css": 1,
"wide::sites\/all\/themes\/pm\/css\/pm-alpha-default-wide.css": 1,
"sites\/all\/themes\/omega\/alpha\/css\/grid\/alpha_default\/wide\/alpha-default-wide-12.css": 1
}
},
"colorbox": {
"opacity": "0.85",
"current": "{current} of {total}",
"previous": "\u00ab Prev",
"next": "Next \u00bb",
"close": "Close",
"maxWidth": "98%",
"maxHeight": "98%",
"fixed": true
},
"googleanalytics": {
"trackOutbound": 1,
"trackMailto": 1,
"trackDownload": 1,
"trackDownloadExtensions": "7z|aac|arc|arj|asf|asx|avi|bin|csv|doc|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls|xml|z|zip"
},
"TopBarMsg": {
"message": "\u003Cstrong\u003EGuaranteed lowest rate available when you book through this website!\u003C\/strong\u003E",
"link_text": "\u003Cnone\u003E",
"link": "\u003Cnone\u003E",
"color_bg": "#fc8181",
"color_text": "#ffffff",
"color_link": "#ffffff",
"autohide": 0,
"autohide_seconds": "5"
},
"omega": {
"layouts": {
"primary": "normal",
"order": ["narrow", "normal", "wide"],
"queries": {
"narrow": "all and (min-width: 740px) and (min-device-width: 740px) and (max-width: 980px), all and (max-device-width: 800px) and (min-width: 740px) and (max-width:980px) and (orientation:landscape)",
"normal": "all and (min-width: 980px) and (min-device-width: 980px) and (max-width: 1450px), all and (max-device-width: 1024px) and (min-width: 1024px) and (max-width: 1450px) and (orientation:landscape) ",
"wide": "all and (min-width: 1450px)"
}
}
}
});
//--><!]]>
</script>
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
<body class="html not-front not-logged-in page-node page-node- page-node-13 node-type-page context-san-clemente">
<div id="skip-link">
<a href="#main-content" class="element-invisible element-focusable">Skip to main content</a>
</div>
<div class="page clearfix" id="page">
<header id="section-header" class="section section-header">
<div id="zone-branding-wrapper" class="zone-wrapper zone-branding-wrapper clearfix">
<div id="zone-branding" class="zone zone-branding clearfix container-12">
<div class="grid-3 prefix-9 region region-user-first" id="region-user-first">
<div class="region-inner region-user-first-inner">
<div class="block block-block block-1 block-block-1 odd block-without-title" id="block-block-1">
<div class="block-inner clearfix">
<div class="content clearfix">
<h3>Book here for a <span class="pink-text">free</span> gift</h3>
</div>
</div>
</div>
</div>
</div>
<div class="grid-5 region region-branding" id="region-branding">
<div class="region-inner region-branding-inner">
<div class="branding-data clearfix">
<div class="logo-img">
<a href="/" rel="home" title="Patriots Boutique Motel"><img src="./sites/default/files/logo.png" alt="Patriots Boutique Motel" id="logo" /></a> </div>
<hgroup class="site-name-slogan">
<h2 class="site-name element-invisible"><a href="/" title="Home">Patriots Boutique Motel</a></h2>
</hgroup>
</div>
</div>
</div>
<div class="grid-7 region region-menu" id="region-menu">
<div class="region-inner region-menu-inner">
<nav class="navigation">
<h2 class="element-invisible">Main menu</h2>
<ul id="main-menu" class="links inline clearfix main-menu">
<li class="menu-217 first"><a href="/">Home</a></li>
<li class="menu-501"><a href="./rooms.html" title="">Rooms</a></li>
<li class="menu-523 active-trail active"><a href="./san-clemente.html" class="active-trail active">San Clemente</a></li>
<li class="menu-520"><a href="./contact.html">Contact</a></li>
<li class="menu-662 last"><a href="https://reservations.verticalbooking.com/reservations/index.html?id_stile=15316&headvar=ok&lingua_int=eng&id_albergo=20109&dc=1432" title="">Book a Room</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
<div id="zone-header-wrapper" class="zone-wrapper zone-header-wrapper clearfix">
<div id="zone-header" class="zone zone-header clearfix container-12">
<div class="grid-12 region region-header-first" id="region-header-first">
<div class="region-inner region-header-first-inner">
<div class="block block-block block-5 block-block-5 odd block-without-title" id="block-block-5">
<div class="block-inner clearfix">
<div class="content clearfix">
<div class="sub-page-hero-container">
<img src="./sites/default/files/sunset.jpg" alt="sunset" /></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<section id="section-content" class="section section-content">
<div id="zone-content-wrapper" class="zone-wrapper zone-content-wrapper clearfix">
<div id="zone-content" class="zone zone-content clearfix container-12">
<div class="grid-8 region region-content" id="region-content">
<div class="region-inner region-content-inner">
<a id="main-content"></a>
<h1 class="title wave-header" id="page-title"><span>San Clemente</span></h1>
<div class="block block-system block-main block-system-main odd block-without-title" id="block-system-main">
<div class="block-inner clearfix">
<div class="content clearfix">
<article about="./san-clemente.html" typeof="foaf:Document" class="node node-page node-published node-not-promoted node-not-sticky author-ap odd clearfix" id="node-page-13">
<span property="dc:title" content="San Clemente" class="rdf-meta element-hidden"></span>
<div class="content clearfix">
<div class="field field-name-body field-type-text-with-summary field-label-hidden">
<div class="field-items">
<div class="field-item even" property="content:encoded">
<p>San Clemente is the southernmost city in Orange County, located along the California coast, midway between Los Angeles and San Diego. Known as the Spanish Village by the Sea, for its Spanish Colonial style
architecture, its also referred as the Surfing Media Capital of the World, with professional surf contests being held at its various beaches, including T-street & Trestles, both located within 5 minutes of the
hotel. Other than the Holiday Inn, we are the only other hotel accommodation in downtown San Clemente, so if being able to walk everywhere is important to you, we are the affordable option in downtown!</p>
<p>Some of our favorite restaurant and local attractions are below:</p>
</div>
</div>
</div>
</div>
<div class="clearfix">
<nav class="links node-links clearfix"></nav>
</div>
</article>
</div>
</div>
</div>
<section class="block block-views block-0b4e087fa1a3f958148a196dd81d14ad block-views-0b4e087fa1a3f958148a196dd81d14ad even" id="block-views-0b4e087fa1a3f958148a196dd81d14ad">
<div class="block-inner clearfix">
<h2 class="block-title">Restaurants</h2>
<div class="content clearfix">
<div class="view view-restaurants-and-activities view-id-restaurants_and_activities view-display-id-block view-dom-id-7c23ec9a7bd6a37ace82a3c0d827c496">
<div class="view-content">
<div class="item-list">
<ul>
<li class="views-row views-row-1 views-row-odd views-row-first">
<div class="views-field views-field-title"> <span class="field-content">
<div class="attraction-container">
<span class="attraction-title">Fisherman's on the Pier</span><span class="attraction-type">Seafood</span>
<span class="attraction-address">611 Avenida Victoria San Clemente, CA</span>
<span class="attraction-phone-number">(949) 498-6390</span>
</div>
</span> </div>
</li>
<li class="views-row views-row-2 views-row-even">
<div class="views-field views-field-title"> <span class="field-content">
<div class="attraction-container">
<span class="attraction-title">Antoine's Café</span><span class="attraction-type">Breakfast & Brunch</span>
<span class="attraction-address">218 S El Camino Real San Clemente, CA</span>
<span class="attraction-phone-number">(949) 492-1763</span>
</div>
</span> </div>
</li>
<li class="views-row views-row-3 views-row-odd">
<div class="views-field views-field-title"> <span class="field-content">
<div class="attraction-container">
<span class="attraction-title">Café 207</span><span class="attraction-type">Steakhouse </span>
<span class="attraction-address">207 S El Camino Real, San Clemente, CA </span>
<span class="attraction-phone-number">(949) 369-6304</span>
</div>
</span> </div>
</li>
<li class="views-row views-row-4 views-row-even views-row-last">
<div class="views-field views-field-title"> <span class="field-content">
<div class="attraction-container">
<span class="attraction-title">South of Nick's</span><span class="attraction-type">Mexican </span>
<span class="attraction-address">110 N El Camino Real, San Clemente, CA </span>
<span class="attraction-phone-number">(949) 481-4545</span>
</div>
</span> </div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="block block-views block-2165605e819bc23058ee110ba0e70e90 block-views-2165605e819bc23058ee110ba0e70e90 odd" id="block-views-2165605e819bc23058ee110ba0e70e90">
<div class="block-inner clearfix">
<h2 class="block-title">Local Attractions </h2>
<div class="content clearfix">
<div class="view view-restaurants-and-activities view-id-restaurants_and_activities view-display-id-block_1 view-dom-id-8ec516882d8caeb30e2b214e5f9ecf6a">
<div class="view-content">
<div class="item-list">
<ul>
<li class="views-row views-row-1 views-row-odd views-row-first">
<div class="views-field views-field-title"> <span class="field-content">
<div class="attraction-container">
<span class="attraction-title">San Clemente Pier</span><span class="attraction-type">Walking Distance</span>
<span class="attraction-address"></span>
<span class="attraction-phone-number"></span>
</div>
</span> </div>
</li>
<li class="views-row views-row-2 views-row-even">
<div class="views-field views-field-title"> <span class="field-content">
<div class="attraction-container">
<span class="attraction-title">San Clemente Beach</span><span class="attraction-type">Walking Distance</span>
<span class="attraction-address"></span>
<span class="attraction-phone-number"></span>
</div>
</span> </div>
</li>
<li class="views-row views-row-3 views-row-odd">
<div class="views-field views-field-title"> <span class="field-content">
<div class="attraction-container">
<span class="attraction-title">Dana Harbor & Marina</span><span class="attraction-type">10 Minute Drive</span>
<span class="attraction-address"></span>
<span class="attraction-phone-number"></span>
</div>
</span> </div>
</li>
<li class="views-row views-row-4 views-row-even views-row-last">
<div class="views-field views-field-title"> <span class="field-content">
<div class="attraction-container">
<span class="attraction-title">Avenida Del Mar</span><span class="attraction-type">Walking Distance</span>
<span class="attraction-address"></span>
<span class="attraction-phone-number"></span>
</div>
</span> </div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
<aside class="grid-4 region region-sidebar-first" id="region-sidebar-first">
<div class="region-inner region-sidebar-first-inner">
<div class="block block-block block-6 block-block-6 odd block-without-title" id="block-block-6">
<div class="block-inner clearfix">
<div class="content clearfix">
<p style="margin-top: 0;"><img alt="" src="./sites/default/files/images/ta-2015-coe.png" style="width: 760px; height: 468px; border: 1px solid rgb(227, 227, 227); box-sizing: border-box;" /></p>
</div>
</div>
</div>
</div>
</aside>
</div>
</div>
</section>
<footer id="section-footer" class="section section-footer">
<div id="zone-footer-wrapper" class="zone-wrapper zone-footer-wrapper clearfix">
<div id="zone-footer" class="zone zone-footer clearfix container-12">
<div class="grid-12 region region-footer-first" id="region-footer-first">
<div class="region-inner region-footer-first-inner">
<div class="block block-blockify block-blockify-logo block-blockify-blockify-logo odd block-without-title" id="block-blockify-blockify-logo">
<div class="block-inner clearfix">
<div class="content clearfix">
<a href="/" id="logo" rel="home" title="Return to the Patriots Boutique Motel home page"><img typeof="foaf:Image" src="./sites/default/files/logo.png" alt="Patriots Boutique Motel logo" /></a> </div>
</div>
</div>
<div class="block block-block block-2 block-block-2 even block-without-title" id="block-block-2">
<div class="block-inner clearfix">
<div class="content clearfix">
<hr />
<p>711 S. El Camino Real, San Clemente CA 92672</p>
<p><span class="h6">Phone:</span> 1-877-350-0053</p>
<p><span class="h6">E-mail: </span><a href="mailto:[email protected]">[email protected]</a></p>
<hr />
</div>
</div>
</div>
<div class="block block-menu-block block-1 block-menu-block-1 odd block-without-title" id="block-menu-block-1">
<div class="block-inner clearfix">
<div class="content clearfix">
<div class="menu-block-wrapper menu-block-1 menu-name-menu-social-links parent-mlid-0 menu-level-1">
<ul class="menu">
<li class="first leaf menu-mlid-517"><a href="https://www.facebook.com/ThePatriotsMotel" title="">Facebook</a></li>
<li class="leaf menu-mlid-519"><a href="http://instagram.com/patriotsboutique" title="">Instagram</a></li>
<li class="last leaf menu-mlid-518"><a href="https://twitter.com/PatriotsMotel" title="">Twitter</a></li>
</ul>
</div>
</div>
</div>
</div>
<div style="margin-top: 32px;">
<p style="font-size: 12px;">
<strong>ADA compliance</strong><br/><br/>
The Patriots Motel is dedicated to providing exceptional service to all of our
guests and prospective guests, including individuals with disabilities. With
respect to our website, we strive to provide digital content that is
accessible to all users. We base our website accessibility standards on the
Web Content Accessibility Guidelines 2.0, level A + AA success criteria. In
addition, we actively work in conjunction with our website provider to
maintain, assess and improve the usability and accessibility of our websites,
including through regular testing of our digital accessibility with assistive
technology. If you experience any difficulty accessing or navigating our
websites or have any accessibility- related questions or comments, please
contact us at
<a href="mailto:[email protected]">[email protected]</a>. To
enable us to assist you, please make sure to provide us with your contact
information and a brief description of the problem you encountered, including
specific Web page where you encountered the problem.
</p>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
<script type="text/javascript">
window.NREUM || (NREUM = {});
NREUM.info = {
"beacon": "bam.nr-data.net",
"licenseKey": "c2f203b7a9",
"applicationID": "2099143",
"transactionName": "bgcDMUQDXUdVW0NcCldNIAZCC1xaG1ZYUQBmEgACUz1FXVFP",
"queueTime": 0,
"applicationTime": 135,
"atts": "QkAARwwZTkk=",
"errorBeacon": "bam.nr-data.net",
"agent": ""
}
</script>
<script>(function(document, tag) { var script = document.createElement(tag); var element = document.getElementsByTagName('body')[0]; script.src = 'https://acsbap.com/api/app/assets/js/acsb.js'; script.async = true; script.defer = true; (typeof element === 'undefined' ? document.getElementsByTagName('html')[0] : element).appendChild(script); script.onload = function() { acsbJS.init({ statementLink : '', feedbackLink : '', footerHtml : '', hideMobile : false, hideTrigger : false, handleJquery : true, language : 'en', position : 'right', leadColor : '#146FF8', triggerColor : '#146FF8', triggerRadius : '50%', triggerPositionX : 'right', triggerPositionY : 'bottom', triggerIcon : 'default', triggerSize : 'medium', triggerOffsetX : 20, triggerOffsetY : 20, usefulLinks : { }, mobile : { triggerSize : 'small', triggerPositionX : 'right', triggerPositionY : 'bottom', triggerOffsetX : 0, triggerOffsetY : 0, triggerRadius : '0' } }); };}(document, 'script'));</script>
</body>
</html>