var gastype = new Array(13);
gastype[0] = new Array(3);
gastype[0][0] = "3,4,5";
gastype[0][1] = "Gasoline Stations";
gastype[0][2] = "10";

gastype[1] = new Array(3);
gastype[1][0] = "3";
gastype[1][1] = "Gasoline Stations";
gastype[1][2] = "10";

gastype[2] = new Array(3);
gastype[2][0] = "4";
gastype[2][1] = "Gasoline Stations";
gastype[2][2] = "10";

gastype[3] = new Array(3);
gastype[3][0] = "5";
gastype[3][1] = "Gasoline Stations";
gastype[3][2] = "10";

gastype[4] = new Array(3);
gastype[4][0] = "1";
gastype[4][1] = "Diesel Stations";
gastype[4][2] = "10";

gastype[5] = new Array(3);
gastype[5][0] = "-7,-6,-5,21,-3,-2,-1";
gastype[5][1] = "Alternative Fuels Stations";
gastype[5][2] = "25";

gastype[6] = new Array(3);
gastype[6][0] = "-7";
gastype[6][1] = "Alternative Fuels Stations";
gastype[6][2] = "25";

gastype[7] = new Array(3);
gastype[7][0] = "-6";
gastype[7][1] = "Alternative Fuels Stations";
gastype[7][2] = "25";

gastype[8] = new Array(3);
gastype[8][0] = "-5";
gastype[8][1] = "Alternative Fuels Stations";
gastype[8][2] = "25";

gastype[9] = new Array(3);
gastype[9][0] = "-21";
gastype[9][1] = "Alternative Fuels Stations";
gastype[9][2] = "25";

gastype[10] = new Array(3);
gastype[10][0] = "-3";
gastype[10][1] = "Alternative Fuels Stations";
gastype[10][2] = "25";

gastype[11] = new Array(3);
gastype[11][0] = "-2";
gastype[11][1] = "Alternative Fuels Stations";
gastype[11][2] = "25";

gastype[12] = new Array(3);
gastype[12][0] = "-1";
gastype[12][1] = "Alternative Fuels Stations";
gastype[12][2] = "25";