// Get the location var point = new GPoint((-79.37075972557068), (43.8007822012163)); // Get the info var info='

Cummer Park

6000 Leslie Street, Toronto

More Info'; // Make the marker var marker = createMarker(point, info); // Add it to the map map.addOverlay(marker); // Get the location var point = new GPoint((-79.455106746), (44.058327832)); // Get the info var info='

Kinsmen Skatepark

56 Charles St, Newmarket

More Info'; // Make the marker var marker = createMarker(point, info); // Add it to the map map.addOverlay(marker); // Get the location var point = new GPoint((-79.28463935852051), (43.8672777003193)); // Get the info var info='

Markham Skatepark

McCowan Road and Bullock Drive, Markham

More Info'; // Make the marker var marker = createMarker(point, info); // Add it to the map map.addOverlay(marker); // Get the location var point = new GPoint((-79.86305773258209), (43.52696928757895)); // Get the info var info='

Milton Skate Park

823 Cabot Trail, Milton

More Info'; // Make the marker var marker = createMarker(point, info); // Add it to the map map.addOverlay(marker); // Get the location var point = new GPoint((-79.651024000), (43.628287000)); // Get the info var info='

Mississauga Skatepark

705 Matheson Boulevard East, Mississauga

More Info'; // Make the marker var marker = createMarker(point, info); // Add it to the map map.addOverlay(marker); // Get the location var point = new GPoint((-79.140703000), (43.778793000)); // Get the info var info='

Port Union Skatepark

5450 Lawrence Avenue East, Toronto

More Info'; // Make the marker var marker = createMarker(point, info); // Add it to the map map.addOverlay(marker); // Get the location var point = new GPoint((-79.398970801), (43.897695049)); // Get the info var info='

Richmond Green Skate Park

1300 Elgin Mills Road East, Richmond Hill

More Info'; // Make the marker var marker = createMarker(point, info); // Add it to the map map.addOverlay(marker); // Get the location var point = new GPoint((-79.36407566070557), (43.711812409337)); // Get the info var info='

Vanderhoof Skatepark

Laird Drive and Vanderhoof Avenue, Toronto

More Info'; // Make the marker var marker = createMarker(point, info); // Add it to the map map.addOverlay(marker); // Get the location var point = new GPoint((-79.559059000), (43.837419000)); // Get the info var info='

Weston Skatepark

1 Villa Royale Avenue, Woodbridge

More Info'; // Make the marker var marker = createMarker(point, info); // Add it to the map map.addOverlay(marker);