<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("Bath-1", "Bath", 472, 216, 3),
new Array("Bowdoinham", "Bowdoinham", 379, 53, 3),
new Array("Brunswick-2", "Brunswick", 298, 212, 3),
new Array("Freeport-4", "Freeport", 132, 308, 3),
new Array("Harpswell-Center", "Harpswell Center", 275, 400, 3),
new Array("Lisbon-1", "Lisbon", 131, 17, 3),
new Array("Lisbon-Falls", "Lisbon Falls", 184, 76, 3),
new Array("North-Bath", "North Bath", 478, 178, 3),
new Array("Phippsburg", "Phippsburg", 479, 368, 3),
new Array("Topsham", "Topsham", 285, 190, 3),
new Array("Woolwich", "Woolwich", 495, 205, 3)
);
</pre></body></html>