-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontactus.php
More file actions
36 lines (31 loc) · 1.5 KB
/
contactus.php
File metadata and controls
36 lines (31 loc) · 1.5 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
<?php
include 'header.php';
?>
<div class="subpage-banner">
<h1>Contact Us</h1>
</div> <!-- subpage banner -->
<div class="outer-wrapper">
<div class="container contactus" id="maincontent">
<div class="col">
<h3>Address</h3>
<div class="google-maps">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3105.7029237649876!2d-99.3135402842349!3d38.885038179572646!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x87a1796d67125311%3A0x6468bf3f333b150d!2s1212+E+27th+St+Unit+B%2C+STE+2%2C+Hays%2C+KS+67601!5e0!3m2!1sen!2sus!4v1545960862024" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
</div> <!-- google-maps -->
<div itemscope itemtype="http://schema.org/MedicalClinic" class="schema">
<span itemprop="name">Kansas Pathology Services, LLC</span>
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">1212 E 27th St, Unit B, STE 2</span>
<span itemprop="addressLocality">Hays</span>,
<span itemprop="addressRegion">KS</span> <span itemprop="postalCode">67601</span>
</div>
P: <span itemprop="telephone"><a href="tel:785-625-5026">(785) 625-5026</a></span><br>
Fax: <span itemprop="faxNumber">(785) 625-4418</span>
<br>
<a class="button" href="mailto:sales@kspath.com">EMAIL</a>
</div> <!-- schema -->
</div> <!-- col -->
</div> <!-- container -->
</div> <!-- outer wrapper to maintain background color when container width isn't 100% -->
<?php
include 'footer.php';
?>