File "find-us.php"

Full Path: /home/raylsmit/public_html/m/find-us.php
File size: 2.38 KB
MIME-type: text/x-php
Charset: utf-8

<?php header('Content-type: text/html; charset=utf-8'); ?>
<?php include("details.php"); ?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.2//EN" "http://www.openmobilealliance.org/tech/DTD/xhtml-mobile12.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<title><?php echo $businessname; ?> - Find Us</title>
<meta http-equiv="Cache-Control" content="max-age=600" />
<meta name="description" content="Find Us" />
<meta name="keywords" content="Find Us" />
<meta name="robots" content="index, follow, all" />
<meta name="HandheldFriendly" content="true" />
<meta name="MobileOptimized" content="width" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=2.0, user-scalable=no" />
<link href="css/styles.css" rel="stylesheet" type="text/css" />
</head>
<body>

<!-- Start Header -->
<?php include("header.php"); ?>	
<!-- End Header -->

<div style="margin: 0pt auto; max-width: 600px;">

<div id="wrapper">

<!-- Start Nav Button -->
<div class="topnav">
<p><a href="./">Home&nbsp; |&nbsp; Find  Us</a></p>
</div>	
<!-- End Nav Button -->

<!-- Start Content -->
<div id="contentinner">
<div class="content">
    <p><span>Velocity Social Media, LLC.</span><br /><?php echo $address1; ?><?php echo $address2; ?></p>
    <div class="photos">
    <p><a href="http://maps.google.com/m/local?q=<?php echo $address1; ?> <?php echo $address2; ?>" rel="nofollow"><span><img src="http://maps.google.com/maps/api/staticmap?center=<?php echo $address1; ?> <?php echo $address2; ?>&zoom=14.5&size=240x300&maptype=roadmap&markers=color:red%7Clabel:A%7C<?php echo $address1; ?> <?php echo $address2; ?>&sensor=false" alt="View on Google Maps" /></span></a></p>
    </div>
    <div class="form">
    <form id="form1" method="get" action="http://maps.google.com/m/directions" onsubmit="return checkSelection('form1');">
    <fieldset>
    <input type="hidden" name="daddr" value="<?php echo $address1; ?> <?php echo $address2; ?>" />
    <label>Enter Your Start Location:</label>
    <input name="saddr" type="text" class="input" />
    <input type="submit" name="submit" class="button" value="Get Directions" />  
    </fieldset>
    </form> 
    </div>
</div>
</div>	
<!-- End Content -->

</div><!-- wrapper -->

</div><!-- margin -->
	
<!-- Start Footer -->
<?php include("footer.php"); ?>					
<!-- End Footer -->

</body>
</html>