//#region Polylines for Metrolines
// Creating the polyline_M1 object
var polyline_M1 = new google.maps.Polyline({
    path: coordsM1,
    strokeColor: "#ffcd02",
    strokeOpacity: 1,
    strokeWeight: myStrokeWeight
});
// Creating the polyline_M2 object
var polyline_M2 = new google.maps.Polyline({
    path: coordsM2,
    strokeColor: "#006db8",
    strokeOpacity: 1,
    strokeWeight: myStrokeWeight
});
// Creating the polyline_M3 object
var polyline_M3 = new google.maps.Polyline({
    path: coordsM3,
    strokeColor: "#9b993b",
    strokeOpacity: 1,
    strokeWeight: myStrokeWeight
});
// Creating the polyline_M4 object
var polyline_M4 = new google.maps.Polyline({
    path: coordsM4,
    strokeColor: "#bb4a9b",
    strokeOpacity: 1,
    strokeWeight: myStrokeWeight
});
// Creating the polyline_M5 object
var polyline_M5 = new google.maps.Polyline({
    path: coordsM5,
    strokeColor: "#f78f4b",
    strokeOpacity: 1,
    strokeWeight: myStrokeWeight
});
// Creating the polyline_M6 object
var polyline_M6 = new google.maps.Polyline({
    path: coordsM6,
    strokeColor: "#77c696",
    strokeOpacity: 1,
    strokeWeight: myStrokeWeight
});
// Creating the polyline_M7 object
var polyline_M7 = new google.maps.Polyline({
    path: coordsM7,
    strokeColor: "#f59eb3",
    strokeOpacity: 1,
    strokeWeight: myStrokeWeight
});
// Creating the polyline_M8 object
var polyline_M8 = new google.maps.Polyline({
    path: coordsM8,
    strokeColor: "#c5a3cd",
    strokeOpacity: 1,
    strokeWeight: myStrokeWeight
});
// Creating the polyline_M9 object
var polyline_M9 = new google.maps.Polyline({
    path: coordsM9,
    strokeColor: "#cec92b",
    strokeOpacity: 1,
    strokeWeight: myStrokeWeight
});
// Creating the polyline_M10_1 object
var polyline_M10_1 = new google.maps.Polyline({
    path: coordsM10_1,
    strokeColor: "#e0b03b",
    strokeOpacity: 1,
    strokeWeight: myStrokeWeight
});
// Creating the polyline_M10_2 object
var polyline_M10_2 = new google.maps.Polyline({
    path: coordsM10_2,
    strokeColor: "#e0b03b",
    strokeOpacity: 1,
    strokeWeight: myStrokeWeight
});
// Creating the polyline_M11 object
var polyline_M11 = new google.maps.Polyline({
    path: coordsM11,
    strokeColor: "#8d6539",
    strokeOpacity: 1,
    strokeWeight: myStrokeWeight
});
// Creating the polyline_M12 object
var polyline_M12 = new google.maps.Polyline({
    path: coordsM12,
    strokeColor: "#008c5a",
    strokeOpacity: 1,
    strokeWeight: myStrokeWeight
});
// Creating the polyline_M13_1 object
var polyline_M13_1 = new google.maps.Polyline({
    path: coordsM13_1,
    strokeColor: "#88d3df",
    strokeOpacity: 1,
    strokeWeight: myStrokeWeight
});
// Creating the polyline_M13_2 object
var polyline_M13_2 = new google.maps.Polyline({
    path: coordsM13_2,
    strokeColor: "#88d3df",
    strokeOpacity: 1,
    strokeWeight: myStrokeWeight
});
// Creating the polyline_M14 object
var polyline_M14 = new google.maps.Polyline({
    path: coordsM14,
    strokeColor: "#662d91",
    strokeOpacity: 1,
    strokeWeight: myStrokeWeight
});
//#endregion
