Some events are getting a default lat lon but don't have an address..
<div class="row"><!-- .row #3 -->
{if $event.locations}
<div class="event-google-map small-10 small-centered medium-5 medium-uncentered columns">
- {if $event.locations.lat}
+ {if $event.locations.lat && $event.locations.address}
<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>