-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlocation.php
More file actions
executable file
·47 lines (47 loc) · 2.19 KB
/
location.php
File metadata and controls
executable file
·47 lines (47 loc) · 2.19 KB
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
<!DOCTYPE html>
<html lang="eng">
<head>
<meta name="description" content="Location of Georgia Motorcoach. Contact us" />
<meta name="keywords" content="Georgia motorcoach contacts, georgia motorcoach office, georgiamotorcoach, RV rentals company, Rent RV in Atlanta" />
<title>Georgia Motorcoach - RV rentals. Our location.</title>
<?php include ("variables.php");?>
<?php include ("assets.php");?>
</head>
<body class="contacts">
<?php include ("menu.php");?>
<?php include ("mainMenu.php");?>
<div class="container-fluid">
<div class="promotext col-lg-12 col-md-12 col-xs-12">
<h1>OUR <big>LOCATION</big></h1>
</div>
</div>
</header>
<div class="content">
<div class="contacts-box1">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1>Location</h1>
</div>
</div>
<div class="row">
<div class="col-lg-8 col-md-7 col-sm-6">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3316.097020042815!2d-84.657804048784!3d33.78399268058484!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88f523ce56c03b51%3A0x441150c571bb0d88!2s7026+S+Sweetwater+Rd%2C+Lithia+Springs%2C+GA+30122!5e0!3m2!1sen!2sus!4v1493223281091" width="600" height="450" frameborder="0" style="border:0" allowfullscreen=""></iframe>
</div>
<div class="col-lg-4 col-md-5 col-sm-6">
<div class="text">
<p><?php echo $phoneNumber; ?></p>
<p><a href="mailto:info@georgiamotorcoach.com">info@georgiamotorcoach.com</a>
<br/>
<p><span>7026 S Sweetwater Rd, Lithia Springs<br> GA 30122</span></p>
<p>We are just 15 minutes from downtown Atlanta, Georgia</p>
</div>
</div>
</div>
</div>
</div>
</div>
<br><br><br><br><br><br>
</body>
<?php include ("footer.php");?>
</html>