-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestimates.php
32 lines (22 loc) · 1009 Bytes
/
estimates.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
<!DOCTYPE html>
<html>
<?php include('skeleton.php'); ?>
<div id="maincontentEstimates">
<h1>We work primarily within the Baton Rouge area and some surrounding cities.</h2>
<h3>In Baton Rouge, we service zip codes:</h3>
70801, 70802, 70803, 70804, 70806, 70807, 70808, 70809, 70810, 70811, 70812, 70813, 70814, 70815, 70816,
70817, 70818, 70819, 70820, 70821, 70822, 70823, 70825, 70826, 70827, 70831, 70833, 70835, 70836, 70837,
70874, 70879, 70883, 70884, 70893, 70894, 70895, 70896, 70898
<h3>In Denham Springs, we service zip codes:</h3>
70706, 70726, 70727
<h3>In Baker, we service zip codes: </h3>
70704, 70714
<h3>In Gonzales, we service zip codes:</h3>
70707, 70737
<h3>We also will come out to Walker, Zachary, Prairieville, Port Allen, Brusly, and Addis.</h3>
<h2 style="padding-top: 1em">
For estimates on the cost of service in your area, give us a call at (225) 262-4472.</h1>
</div>
<?php include('footer.php'); ?>
</body>
</html>