Map View - Nationwide Events Listed

PREVIOUS DAY NEXT DAY

There are no events listed for your selected date.

], options:{draggable: false}, events:{ click: function(marker, event, context){ var map=$(this).gmap3("get"), infowindow=$(this).gmap3({get:{name:"infowindow"}}); if (infowindow){ infowindow.open(map, marker); infowindow.setContent(context.data); } else { $(this).gmap3({ infowindow:{ anchor:marker, options:{content: context.data} } }); } }, } } }); }