<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">// Filename, full name, X, Y, type
// Types: 1=snow, 2=surf, 3=weather, 4=tide, 5=mountain
var places_multi = new Array(
new Array("Barnegat", "Barnegat", 187, 206, 3),
new Array("Beach-Haven-West", "Beach Haven West", 176, 336, 3),
new Array("Forked-River", "Forked River", 226, 71, 3),
new Array("Manahawkin", "Manahawkin", 144, 296, 3),
new Array("Ocean-Acres", "Ocean Acres", 117, 221, 3),
new Array("Ship-Bottom", "Ship Bottom", 238, 378, 3),
new Array("Surf-City-1", "Surf City", 256, 348, 3),
new Array("Waretown", "Waretown", 220, 146, 3),
new Array("Cape-May-Avenue", "Cape May Avenue", 283, 305, 2),
new Array("Harvey-Cedars", "Harvey Cedars", 289, 297, 2),
new Array("Island-Beach-State-Park", "Island Beach State Park", 350, 83, 2),
new Array("Lbi-Long-Beach-Island", "LBI Long Beach Island", 262, 353, 2),
new Array("Middlesex", "Middlesex", 291, 294, 2),
new Array("Seven-Eleven", "711", 248, 369, 2),
new Array("Thirtith-Street", "30th Street/Ship Bottom", 235, 386, 2),
new Array("Tices-Sholls", "Tices Sholls", 353, 59, 2)
);
</pre></body></html>