<div class="site-info"></div><!-- .site-info -->
<div class="copy-right">
<?php get_template_part('parts/glm-client-info'); ?>
- </div><!-- .copy-right -->
+ </div><!-- .copy-right -->
+ <a class='driving-directions' href="<?php echo get_permalink(46); ?>" target='_blank'> Reserve Your Charter </a>
<div id="footer-social">
<a class="social-icon fb" href="https://www.facebook.com/Laurium-Manor-Inn-93454247661/"></a>
</div>
<?php if (glm_get_clientinfo_option('tollfree')) :?>
<span><?php echo glm_get_clientinfo_option('tollfree');?></span>
<?php endif;?>
- <a class="mail_1 location-mail" href="<?php echo get_permalink(925); ?>">Contact Us</a>
+
</div>
<div class="location_2 address-container"></div>
<?php
$street = glm_get_clientinfo_option('address');
$city = glm_get_clientinfo_option('city');
$state = glm_get_clientinfo_option('state');
- echo "<a class='driving-directions' href='https://www.google.com/maps/search/?api=1&query=$street+$city+$state' target='_blank'> Driving Directions </a>";
+
?>
<?php endif;?>
</div>
\ No newline at end of file