{HTML()}
<div class="divider" id="section5"></div>
    <div class="row">
         <h1 class="text-center">Where In The World?</h1>

        <div style="position: relative; background-color: rgb(229, 227, 223); overflow: hidden;" id="map-canvas" class=""><div class="gm-style" style="position: absolute; left: 0px; top: 0px; overflow: hidden; width: 100%; height: 100%; z-index: 0;"><div style="position: absolute; left: 0px; top: 0px; overflow: hidden; width: 100%; height: 100%; z-index: 0; cursor: url(&quot;http://maps.gstatic.com/mapfiles/openhand_8_8.cur&quot;), default;"><div style="position: absolute; left: 0px; top: 0px; z-index: 1; width: 100%;"><div style="position: absolute; left: 0px; top: 0px; z-index: 100; width: 100%;"><div style="position: absolute; left: 0px; top: 0px; z-index: 0;"><div aria-hidden="true" style="position: absolute; left: 0px; top: 0px; z-index: 1; visibility: inherit; display: block;"></div></div></div><div style="position: absolute; left: 0px; top: 0px; z-index: 101; width: 100%;"></div><div style="position: absolute; left: 0px; top: 0px; z-index: 102; width: 100%;"></div><div style="position: absolute; left: 0px; top: 0px; z-index: 103; width: 100%;"></div></div><div style="position: absolute; left: 0px; top: 0px; z-index: 2; width: 100%; height: 100%;"></div><div style="position: absolute; left: 0px; top: 0px; z-index: 3; width: 100%; height: 100%;"></div><div style="position: absolute; left: 0px; top: 0px; z-index: 4; width: 100%;"><div style="position: absolute; left: 0px; top: 0px; z-index: 104; width: 100%;"></div><div style="position: absolute; left: 0px; top: 0px; z-index: 105; width: 100%;"></div><div style="position: absolute; left: 0px; top: 0px; z-index: 106; width: 100%;"></div><div style="position: absolute; left: 0px; top: 0px; z-index: 107; width: 100%;"></div></div></div></div></div>
        <hr class="">
        <div class="col-sm-8">
            <div class="row form-group">
                <div class="col-xs-3">
                    <input class="form-control" id="firstName" name="firstName" placeholder="First Name" required="" type="text">
                </div>
                <div class="col-xs-3">
                    <input class="form-control" id="middleName" name="firstName" placeholder="Middle Name" required="" type="text">
                </div>
                <div class="col-xs-4">
                    <input class="form-control" id="lastName" name="lastName" placeholder="Last Name" required="" type="text">
                </div>
            </div>
            <div class="row form-group">
                <div class="col-xs-5">
                    <input class="form-control" name="email" placeholder="Email" required="" type="email">
                </div>
                <div class="col-xs-5">
                    <input class="form-control" name="phone" placeholder="Phone" required="" type="email">
                </div>
            </div>
            <div class="row form-group">
                <div class="col-xs-10">
                    <input class="form-control" placeholder="Website URL" required="" type="homepage">
                </div>
            </div>
            <div class="row form-group">
                <div class="col-xs-10">
                    <button class="btn btn-default pull-right">Contact Us</button>
                </div>
            </div>
        </div>
        <div class="col-sm-3 pull-right"> <address>
        <strong class="">Iatek, LLC.</strong><br class="">
        795 Folsom Ave, Suite 600<br class="">
        Newport, RI 94107<br class="">
        P: (123) 456-7890
      </address>
 <address>
        <strong class="">Email Us</strong><br class="">
        <a href="mailto:#" class="">first.last@example.com</a>
      </address> 
        </div>
    </div>
    <!--/row-->
    <div class="container">
        <div class="col-sm-8 col-sm-offset-2 text-center">
             <h2 class="">Beautiful Bootstrap Templates</h2>

            <hr class="">
             <h4 class="">
        We love templates. We love Bootstrap.
      </h4>

            <p class="">Get more free templates like this at the <a href="http://bootply.com/" class="">Bootstrap Playground</a>,
                Bootply.</p>
            <hr class="">
            <ul class="list-inline center-block">
                <li><a href="http://facebook.com/bootply" class=""><img src="themes/happyscroll/images/soc_fb.png" class=""></a>
                </li>
                <li><a href="http://twitter.com/bootply" class=""><img src="themes/happyscroll/images/soc_tw.png" class=""></a>
                </li>
                <li><a href="http://google.com/+bootply" class=""><img src="themes/happyscroll/images/soc_gplus.png" class=""></a>
                </li>
                <li><a href="http://pinterest.com/in1" class=""><img src="themes/happyscroll/images/soc_pin.png" class=""></a>
                </li>
            </ul>
        </div>
        <!--/col-->
    </div>
    <!--/container-->{HTML}