File: D:/HostingSpaces/NVonken/mijneigenlied.com/wwwroot/Core/Templates/General/contact.tpl
<h2>Contact</h2>
<h3>Hoe kunt u contact met ons opnemen?</h3>
Neem contact met ons via onderstaande gegevens:<br/>
<adress>
<strong>Bodyfit Susteren</strong> <br/>
Oude Rijksweg Noord 64e<br/>
6114 JG Susteren<br/>
+31(0)6 51976145<br/>
E-mail: <a href="mailto:{$email}?subject=Informatie naar aanleiding van uw website.">{$email}</a>
</adress>
<h3>Hoe kunt u ons vinden?</h3>
Vul je gegevens in om de routegegevens op te halen.
<div id="map_container" style="width: 95%; height: 500px;">
</div>
<br/>
<div id="directions" style="display:none; width: 95%;">
<h3>Route gegevens</h3>
</div>
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?sensor=false"></script>
<script type="text/javascript" src="{$S:SETTING_ROOT}/js/googlemaps.js"></script>
<script type="text/javascript">
initialize("", "", 'Bodyfit Susteren', 'Oude Rijksweg Noord 64E', '6114JG', 'Susteren', true, true);
</script>