Source: site.view [edit]
Function name: partyBonk
Arguments: city
Description: Plots a map with the events for city
Page type: webl
Render function:   map
Module: global

Page source:

// Author: Andreas von Hessling
//  Modifications: A Cheyer

// currently only works for city = 'sf'

var AllLinks = WubCall("sfStationPartyLinks", []);
var items = [];

every Link in AllLinks do
    items = items + [ WubCall("getSFStationPartyInfo", [Text(Link)])];
end;    

[.
   title = "Map of current club nightlife in San Francisco",
   zoomLevel = "5",
   items = items,
   width = 1000,
   height = 600, 
   showIndex = "true"
.];