<div class="row">
{if $event.locations}
<div class="small-5 column">
+ {if $event.location.lat}
<div id="eventDetailMap">
<div id="eventDetail-map" title="Click to enlarge">map...</div>
<div id="map-dialog"><div id="map_canvas" style="width:500px; height:400px">Loading...</div></div>
<input type="hidden" id="EventLon" name="EventLon" value="{$event.locations.lon}">
<input type="submit" class="button tiny text-center" id="EventDrivingDirectionSubmit" name="EventDrivingDirectionSubmit" value="Get Driving Directions">
</form>
+ {/if}
</div>
{/if}
<div class="small-{if $event.locations}7{else}12{/if} column">