var urlPrefix = '../property-investment/';
var citiesLatLng = new Array();
var citiesNames = new Array();
var citiesUrl = new Array();
var citiesColor = new Array();
citiesNames[0] = 'Algiers';
citiesLatLng[0] = new google.maps.LatLng(36.752887, 3.042048);
citiesUrl[0] = 'city_result.jsp?country=Algeria&city=Algiers';
citiesColor[0] = 7;

citiesNames[1] = 'Lahore';
citiesLatLng[1] = new google.maps.LatLng(31.54505, 74.340683);
citiesUrl[1] = 'city_result.jsp?country=Pakistan&city=Lahore';
citiesColor[1] = 7;

citiesNames[2] = 'Karachi';
citiesLatLng[2] = new google.maps.LatLng(24.893379, 67.028061);
citiesUrl[2] = 'city_result.jsp?country=Pakistan&city=Karachi';
citiesColor[2] = 3;

citiesNames[3] = 'Gdynia';
citiesLatLng[3] = new google.maps.LatLng(54.5188898, 18.5305409);
citiesUrl[3] = 'city_result.jsp?country=Poland&city=Gdynia';
citiesColor[3] = 4;

citiesNames[4] = 'Oslo';
citiesLatLng[4] = new google.maps.LatLng(59.9138204, 10.7387413);
citiesUrl[4] = 'city_result.jsp?country=Norway&city=Oslo';
citiesColor[4] = 4;

citiesNames[5] = 'Kalamata';
citiesLatLng[5] = new google.maps.LatLng(37.027371, 22.1091159);
citiesUrl[5] = 'city_result.jsp?country=Greece&city=Kalamata';
citiesColor[5] = 6;

citiesNames[6] = 'Islamabad';
citiesLatLng[6] = new google.maps.LatLng(33.718151, 73.060547);
citiesUrl[6] = 'city_result.jsp?country=Pakistan&city=Islamabad';
citiesColor[6] = 7;

citiesNames[7] = 'Ho Chi Minh City';
citiesLatLng[7] = new google.maps.LatLng(10.7694444, 106.6819444);
citiesUrl[7] = 'city_result.jsp?country=Vietnam&city=Ho+Chi+Minh+City';
citiesColor[7] = 6;

citiesNames[8] = 'Munich';
citiesLatLng[8] = new google.maps.LatLng(48.1391265, 11.5801863);
citiesUrl[8] = 'city_result.jsp?country=Germany&city=Munich';
citiesColor[8] = 2;

citiesNames[9] = 'Swieqi';
citiesLatLng[9] = new google.maps.LatLng(35.9208333, 14.48);
citiesUrl[9] = 'city_result.jsp?country=Malta&city=Swieqi';
citiesColor[9] = 6;

citiesNames[10] = 'Bergen';
citiesLatLng[10] = new google.maps.LatLng(60.3880719, 5.3318512);
citiesUrl[10] = 'city_result.jsp?country=Norway&city=Bergen';
citiesColor[10] = 0;

citiesNames[11] = 'Wroclaw';
citiesLatLng[11] = new google.maps.LatLng(51.1078852, 17.0385376);
citiesUrl[11] = 'city_result.jsp?country=Poland&city=Wroclaw';
citiesColor[11] = 7;

citiesNames[12] = 'Southampton';
citiesLatLng[12] = new google.maps.LatLng(50.904966, -1.403234);
citiesUrl[12] = 'city_result.jsp?country=United+Kingdom&city=Southampton';
citiesColor[12] = 1;

citiesNames[13] = 'Tizi-ouzou';
citiesLatLng[13] = new google.maps.LatLng(36.7166667, 4.05);
citiesUrl[13] = 'city_result.jsp?country=Algeria&city=Tizi-ouzou';
citiesColor[13] = 7;

citiesNames[14] = 'Hanover';
citiesLatLng[14] = new google.maps.LatLng(52.3720683, 9.7356861);
citiesUrl[14] = 'city_result.jsp?country=Germany&city=Hanover';
citiesColor[14] = 1;

citiesNames[15] = 'Hamburg';
citiesLatLng[15] = new google.maps.LatLng(53.5538148, 9.9915752);
citiesUrl[15] = 'city_result.jsp?country=Germany&city=Hamburg';
citiesColor[15] = 5;

citiesNames[16] = 'Frankfurt';
citiesLatLng[16] = new google.maps.LatLng(50.1115118, 8.6805059);
citiesUrl[16] = 'city_result.jsp?country=Germany&city=Frankfurt';
citiesColor[16] = 1;

citiesNames[17] = 'Warsaw';
citiesLatLng[17] = new google.maps.LatLng(52.2296756, 21.0122287);
citiesUrl[17] = 'city_result.jsp?country=Poland&city=Warsaw';
citiesColor[17] = 6;

citiesNames[18] = 'Poznan';
citiesLatLng[18] = new google.maps.LatLng(52.406374, 16.9251681);
citiesUrl[18] = 'city_result.jsp?country=Poland&city=Poznan';
citiesColor[18] = 4;

citiesNames[19] = 'Cancun';
citiesLatLng[19] = new google.maps.LatLng(21.158964, -86.845937);
citiesUrl[19] = 'city_result.jsp?country=Mexico&city=Cancun';
citiesColor[19] = 2;

citiesNames[20] = 'Shanghai';
citiesLatLng[20] = new google.maps.LatLng(31.2243531, 121.4759159);
citiesUrl[20] = 'city_result.jsp?country=China&city=Shanghai';
citiesColor[20] = 7;

citiesNames[21] = 'Cologne';
citiesLatLng[21] = new google.maps.LatLng(50.9406645, 6.9599115);
citiesUrl[21] = 'city_result.jsp?country=Germany&city=Cologne';
citiesColor[21] = 0;

citiesNames[22] = 'Shenzhen';
citiesLatLng[22] = new google.maps.LatLng(22.543447, 114.057818);
citiesUrl[22] = 'city_result.jsp?country=China&city=Shenzhen';
citiesColor[22] = 7;

citiesNames[23] = 'Shenyang';
citiesLatLng[23] = new google.maps.LatLng(41.807321, 123.43045);
citiesUrl[23] = 'city_result.jsp?country=China&city=Shenyang';
citiesColor[23] = 5;

citiesNames[24] = 'Curitiba';
citiesLatLng[24] = new google.maps.LatLng(-25.4283563, -49.2732515);
citiesUrl[24] = 'city_result.jsp?country=Brazil&city=Curitiba';
citiesColor[24] = 1;

citiesNames[25] = 'Berlin';
citiesLatLng[25] = new google.maps.LatLng(52.5234051, 13.4113999);
citiesUrl[25] = 'city_result.jsp?country=Germany&city=Berlin';
citiesColor[25] = 1;

citiesNames[26] = 'Yerevan';
citiesLatLng[26] = new google.maps.LatLng(40.183333, 44.516667);
citiesUrl[26] = 'city_result.jsp?country=Armenia&city=Yerevan';
citiesColor[26] = 7;

citiesNames[27] = 'Jiddah';
citiesLatLng[27] = new google.maps.LatLng(21.5434857, 39.1729892);
citiesUrl[27] = 'city_result.jsp?country=Saudi+Arabia&city=Jiddah';
citiesColor[27] = 0;

citiesNames[28] = 'Paris';
citiesLatLng[28] = new google.maps.LatLng(48.8566667, 2.3509871);
citiesUrl[28] = 'city_result.jsp?country=France&city=Paris';
citiesColor[28] = 6;

citiesNames[29] = 'Lima';
citiesLatLng[29] = new google.maps.LatLng(-12.093084, -77.046491);
citiesUrl[29] = 'city_result.jsp?country=Peru&city=Lima';
citiesColor[29] = 3;

citiesNames[30] = 'Strasbourg';
citiesLatLng[30] = new google.maps.LatLng(48.5829331, 7.7437488);
citiesUrl[30] = 'city_result.jsp?country=France&city=Strasbourg';
citiesColor[30] = 5;

citiesNames[31] = 'Lyon';
citiesLatLng[31] = new google.maps.LatLng(45.767299, 4.8343287);
citiesUrl[31] = 'city_result.jsp?country=France&city=Lyon';
citiesColor[31] = 4;

citiesNames[32] = 'Alexandria';
citiesLatLng[32] = new google.maps.LatLng(31.2135, 29.9443);
citiesUrl[32] = 'city_result.jsp?country=Egypt&city=Alexandria';
citiesColor[32] = 5;

citiesNames[33] = 'Belo Horizonte';
citiesLatLng[33] = new google.maps.LatLng(-19.8157306, -43.9542226);
citiesUrl[33] = 'city_result.jsp?country=Brazil&city=Belo+Horizonte';
citiesColor[33] = 3;

citiesNames[34] = 'Chisinau';
citiesLatLng[34] = new google.maps.LatLng(47.026859, 28.841551);
citiesUrl[34] = 'city_result.jsp?country=Moldova&city=Chisinau';
citiesColor[34] = 6;

citiesNames[35] = 'Manama';
citiesLatLng[35] = new google.maps.LatLng(26.2185049, 50.5705088);
citiesUrl[35] = 'city_result.jsp?country=Bahrain&city=Manama';
citiesColor[35] = 2;

citiesNames[36] = 'Rotterdam';
citiesLatLng[36] = new google.maps.LatLng(51.9226899, 4.4707867);
citiesUrl[36] = 'city_result.jsp?country=Netherlands&city=Rotterdam';
citiesColor[36] = 0;

citiesNames[37] = 'Utrecht';
citiesLatLng[37] = new google.maps.LatLng(52.0912623, 5.1227478);
citiesUrl[37] = 'city_result.jsp?country=Netherlands&city=Utrecht';
citiesColor[37] = 3;

citiesNames[38] = 'Tampere';
citiesLatLng[38] = new google.maps.LatLng(61.4980229, 23.7648591);
citiesUrl[38] = 'city_result.jsp?country=Finland&city=Tampere';
citiesColor[38] = 2;

citiesNames[39] = 'Changchun';
citiesLatLng[39] = new google.maps.LatLng(43.817084, 125.32353);
citiesUrl[39] = 'city_result.jsp?country=China&city=Changchun';
citiesColor[39] = 4;

citiesNames[40] = 'Natal';
citiesLatLng[40] = new google.maps.LatLng(-5.7944785, -35.2109531);
citiesUrl[40] = 'city_result.jsp?country=Brazil&city=Natal';
citiesColor[40] = 1;

citiesNames[41] = 'Wellington';
citiesLatLng[41] = new google.maps.LatLng(-41.28648, 174.776217);
citiesUrl[41] = 'city_result.jsp?country=New+Zealand&city=Wellington';
citiesColor[41] = 4;

citiesNames[42] = 'Oulu';
citiesLatLng[42] = new google.maps.LatLng(65.012655, 25.471386);
citiesUrl[42] = 'city_result.jsp?country=Finland&city=Oulu';
citiesColor[42] = 2;

citiesNames[43] = 'Christchurch';
citiesLatLng[43] = new google.maps.LatLng(-43.531637, 172.636645);
citiesUrl[43] = 'city_result.jsp?country=New+Zealand&city=Christchurch';
citiesColor[43] = 5;

citiesNames[44] = 'Breda';
citiesLatLng[44] = new google.maps.LatLng(51.5893217, 4.7744913);
citiesUrl[44] = 'city_result.jsp?country=Netherlands&city=Breda';
citiesColor[44] = 2;

citiesNames[45] = 'Auckland';
citiesLatLng[45] = new google.maps.LatLng(-36.847385, 174.765735);
citiesUrl[45] = 'city_result.jsp?country=New+Zealand&city=Auckland';
citiesColor[45] = 2;

citiesNames[46] = 'Amsterdam';
citiesLatLng[46] = new google.maps.LatLng(52.3738007, 4.8909347);
citiesUrl[46] = 'city_result.jsp?country=Netherlands&city=Amsterdam';
citiesColor[46] = 3;

citiesNames[47] = 'Beijing';
citiesLatLng[47] = new google.maps.LatLng(39.904667, 116.408198);
citiesUrl[47] = 'city_result.jsp?country=China&city=Beijing';
citiesColor[47] = 7;

citiesNames[48] = 'Helsinki';
citiesLatLng[48] = new google.maps.LatLng(60.1698791, 24.9384078);
citiesUrl[48] = 'city_result.jsp?country=Finland&city=Helsinki';
citiesColor[48] = 4;

citiesNames[49] = 'Fortaleza';
citiesLatLng[49] = new google.maps.LatLng(-3.7183943, -38.5433948);
citiesUrl[49] = 'city_result.jsp?country=Brazil&city=Fortaleza';
citiesColor[49] = 1;

citiesNames[50] = 'Kharkiv';
citiesLatLng[50] = new google.maps.LatLng(49.776479, 36.6672938);
citiesUrl[50] = 'city_result.jsp?country=Ukraine&city=Kharkiv';
citiesColor[50] = 5;

citiesNames[51] = 'Kiev';
citiesLatLng[51] = new google.maps.LatLng(50.440951, 30.5271814);
citiesUrl[51] = 'city_result.jsp?country=Ukraine&city=Kiev';
citiesColor[51] = 7;

citiesNames[52] = 'Tirana';
citiesLatLng[52] = new google.maps.LatLng(41.33, 19.82);
citiesUrl[52] = 'city_result.jsp?country=Albania&city=Tirana';
citiesColor[52] = 6;

citiesNames[53] = 'Odesa';
citiesLatLng[53] = new google.maps.LatLng(46.4666667, 30.7333333);
citiesUrl[53] = 'city_result.jsp?country=Ukraine&city=Odesa';
citiesColor[53] = 7;

citiesNames[54] = 'Willemstad';
citiesLatLng[54] = new google.maps.LatLng(12.103441, -68.933482);
citiesUrl[54] = 'city_result.jsp?country=Netherlands+Antilles&city=Willemstad';
citiesColor[54] = 2;

citiesNames[55] = 'Dublin';
citiesLatLng[55] = new google.maps.LatLng(53.344104, -6.2674937);
citiesUrl[55] = 'city_result.jsp?country=Ireland&city=Dublin';
citiesColor[55] = 4;

citiesNames[56] = 'Simferopol';
citiesLatLng[56] = new google.maps.LatLng(44.9480556, 34.1041667);
citiesUrl[56] = 'city_result.jsp?country=Ukraine&city=Simferopol';
citiesColor[56] = 5;

citiesNames[57] = 'Casablanca';
citiesLatLng[57] = new google.maps.LatLng(33.5333333, -7.5833333);
citiesUrl[57] = 'city_result.jsp?country=Morocco&city=Casablanca';
citiesColor[57] = 3;

citiesNames[58] = 'Marrakech';
citiesLatLng[58] = new google.maps.LatLng(31.631321, -8.012478);
citiesUrl[58] = 'city_result.jsp?country=Morocco&city=Marrakech';
citiesColor[58] = 2;

citiesNames[59] = 'Vienna';
citiesLatLng[59] = new google.maps.LatLng(48.2092062, 16.3727778);
citiesUrl[59] = 'city_result.jsp?country=Austria&city=Vienna';
citiesColor[59] = 3;

citiesNames[60] = 'Novosibirsk';
citiesLatLng[60] = new google.maps.LatLng(55.0392304, 82.9278181);
citiesUrl[60] = 'city_result.jsp?country=Russia&city=Novosibirsk';
citiesColor[60] = 5;

citiesNames[61] = 'Bishkek';
citiesLatLng[61] = new google.maps.LatLng(42.8747222, 74.6122222);
citiesUrl[61] = 'city_result.jsp?country=Kyrgyzstan&city=Bishkek';
citiesColor[61] = 3;

citiesNames[62] = 'Istanbul';
citiesLatLng[62] = new google.maps.LatLng(41.012379, 28.975926);
citiesUrl[62] = 'city_result.jsp?country=Turkey&city=Istanbul';
citiesColor[62] = 2;

citiesNames[63] = 'Peterborough';
citiesLatLng[63] = new google.maps.LatLng(44.305913, -78.320087);
citiesUrl[63] = 'city_result.jsp?country=Canada&city=Peterborough';
citiesColor[63] = 2;

citiesNames[64] = 'Dhaka';
citiesLatLng[64] = new google.maps.LatLng(23.709921, 90.407143);
citiesUrl[64] = 'city_result.jsp?country=Bangladesh&city=Dhaka';
citiesColor[64] = 1;

citiesNames[65] = 'Panama City';
citiesLatLng[65] = new google.maps.LatLng(8.994269, -79.518792);
citiesUrl[65] = 'city_result.jsp?country=Panama&city=Panama+City';
citiesColor[65] = 3;

citiesNames[66] = 'Moscow';
citiesLatLng[66] = new google.maps.LatLng(55.755786, 37.617633);
citiesUrl[66] = 'city_result.jsp?country=Russia&city=Moscow';
citiesColor[66] = 7;

citiesNames[67] = 'Reykjavik';
citiesLatLng[67] = new google.maps.LatLng(64.135338, -21.89521);
citiesUrl[67] = 'city_result.jsp?country=Iceland&city=Reykjavik';
citiesColor[67] = 1;

citiesNames[68] = 'Mexico City';
citiesLatLng[68] = new google.maps.LatLng(19.4270499, -99.1275711);
citiesUrl[68] = 'city_result.jsp?country=Mexico&city=Mexico+City';
citiesColor[68] = 6;

citiesNames[69] = 'Porto';
citiesLatLng[69] = new google.maps.LatLng(41.149968, -8.6102426);
citiesUrl[69] = 'city_result.jsp?country=Portugal&city=Porto';
citiesColor[69] = 4;

citiesNames[70] = 'Puertollano';
citiesLatLng[70] = new google.maps.LatLng(38.6860347, -4.1121461);
citiesUrl[70] = 'city_result.jsp?country=Spain&city=Puertollano';
citiesColor[70] = 1;

citiesNames[71] = 'Perm';
citiesLatLng[71] = new google.maps.LatLng(58.8231929, 56.5872481);
citiesUrl[71] = 'city_result.jsp?country=Russia&city=Perm';
citiesColor[71] = 6;

citiesNames[72] = 'Minsk';
citiesLatLng[72] = new google.maps.LatLng(53.9156184, 27.613668);
citiesUrl[72] = 'city_result.jsp?country=Belarus&city=Minsk';
citiesColor[72] = 7;

citiesNames[73] = 'Kingston Upon Hull';
citiesLatLng[73] = new google.maps.LatLng(53.7443412, -0.3324433);
citiesUrl[73] = 'city_result.jsp?country=United+Kingdom&city=Kingston+Upon+Hull';
citiesColor[73] = 1;

citiesNames[74] = 'Kosice';
citiesLatLng[74] = new google.maps.LatLng(48.7209956, 21.2577477);
citiesUrl[74] = 'city_result.jsp?country=Slovakia&city=Kosice';
citiesColor[74] = 3;

citiesNames[75] = 'Manila';
citiesLatLng[75] = new google.maps.LatLng(14.5833333, 120.9666667);
citiesUrl[75] = 'city_result.jsp?country=Philippines&city=Manila';
citiesColor[75] = 6;

citiesNames[76] = 'Coimbra';
citiesLatLng[76] = new google.maps.LatLng(40.211491, -8.4292014);
citiesUrl[76] = 'city_result.jsp?country=Portugal&city=Coimbra';
citiesColor[76] = 2;

citiesNames[77] = 'Split';
citiesLatLng[77] = new google.maps.LatLng(43.5069058, 16.4424496);
citiesUrl[77] = 'city_result.jsp?country=Croatia&city=Split';
citiesColor[77] = 6;

citiesNames[78] = 'London';
citiesLatLng[78] = new google.maps.LatLng(51.5001524, -0.1262362);
citiesUrl[78] = 'city_result.jsp?country=United+Kingdom&city=London';
citiesColor[78] = 6;

citiesNames[79] = 'Stamford, CT';
citiesLatLng[79] = new google.maps.LatLng(41.0534302, -73.5387341);
citiesUrl[79] = 'city_result.jsp?country=United+States&city=Stamford%2C+CT';
citiesColor[79] = 1;

citiesNames[80] = 'Thiruvananthapuram';
citiesLatLng[80] = new google.maps.LatLng(8.487495, 76.948623);
citiesUrl[80] = 'city_result.jsp?country=India&city=Thiruvananthapuram';
citiesColor[80] = 2;

citiesNames[81] = 'Lisbon';
citiesLatLng[81] = new google.maps.LatLng(38.7071631, -9.135517);
citiesUrl[81] = 'city_result.jsp?country=Portugal&city=Lisbon';
citiesColor[81] = 5;

citiesNames[82] = 'Thessaloniki';
citiesLatLng[82] = new google.maps.LatLng(40.63935, 22.944607);
citiesUrl[82] = 'city_result.jsp?country=Greece&city=Thessaloniki';
citiesColor[82] = 4;

citiesNames[83] = 'San Salvador';
citiesLatLng[83] = new google.maps.LatLng(13.69, -89.1900028);
citiesUrl[83] = 'city_result.jsp?country=El+Salvador&city=San+Salvador';
citiesColor[83] = 4;

citiesNames[84] = 'Budapest';
citiesLatLng[84] = new google.maps.LatLng(47.4984056, 19.0407578);
citiesUrl[84] = 'city_result.jsp?country=Hungary&city=Budapest';
citiesColor[84] = 5;

citiesNames[85] = 'Cebu';
citiesLatLng[85] = new google.maps.LatLng(10.3455617, 123.8969328);
citiesUrl[85] = 'city_result.jsp?country=Philippines&city=Cebu';
citiesColor[85] = 0;

citiesNames[86] = 'Asuncion';
citiesLatLng[86] = new google.maps.LatLng(-25.300494, -57.636231);
citiesUrl[86] = 'city_result.jsp?country=Paraguay&city=Asuncion';
citiesColor[86] = 6;

citiesNames[87] = 'Timisoara';
citiesLatLng[87] = new google.maps.LatLng(45.7597222, 21.23);
citiesUrl[87] = 'city_result.jsp?country=Romania&city=Timisoara';
citiesColor[87] = 7;

citiesNames[88] = 'Bristol';
citiesLatLng[88] = new google.maps.LatLng(51.4553129, -2.5919023);
citiesUrl[88] = 'city_result.jsp?country=United+Kingdom&city=Bristol';
citiesColor[88] = 3;

citiesNames[89] = 'Miskolc';
citiesLatLng[89] = new google.maps.LatLng(48.1043231, 20.7913817);
citiesUrl[89] = 'city_result.jsp?country=Hungary&city=Miskolc';
citiesColor[89] = 4;

citiesNames[90] = 'Brussels';
citiesLatLng[90] = new google.maps.LatLng(50.8462807, 4.3547273);
citiesUrl[90] = 'city_result.jsp?country=Belgium&city=Brussels';
citiesColor[90] = 2;

citiesNames[91] = 'Cluj-napoca';
citiesLatLng[91] = new google.maps.LatLng(46.777248, 23.59989);
citiesUrl[91] = 'city_result.jsp?country=Romania&city=Cluj-napoca';
citiesColor[91] = 7;

citiesNames[92] = 'Johannesburg';
citiesLatLng[92] = new google.maps.LatLng(-26.2014863, 28.045869);
citiesUrl[92] = 'city_result.jsp?country=South+Africa&city=Johannesburg';
citiesColor[92] = 2;

citiesNames[93] = 'Reynosa';
citiesLatLng[93] = new google.maps.LatLng(26.0712222, -98.2973651);
citiesUrl[93] = 'city_result.jsp?country=Mexico&city=Reynosa';
citiesColor[93] = 1;

citiesNames[94] = 'Bucharest';
citiesLatLng[94] = new google.maps.LatLng(44.430481, 26.12298);
citiesUrl[94] = 'city_result.jsp?country=Romania&city=Bucharest';
citiesColor[94] = 6;

citiesNames[95] = 'Cape Town';
citiesLatLng[95] = new google.maps.LatLng(-33.9237762, 18.4233455);
citiesUrl[95] = 'city_result.jsp?country=South+Africa&city=Cape+Town';
citiesColor[95] = 0;

citiesNames[96] = 'Sharjah';
citiesLatLng[96] = new google.maps.LatLng(25.371929, 55.410622);
citiesUrl[96] = 'city_result.jsp?country=United+Arab+Emirates&city=Sharjah';
citiesColor[96] = 2;

citiesNames[97] = 'Iasi';
citiesLatLng[97] = new google.maps.LatLng(47.1569444, 27.5902778);
citiesUrl[97] = 'city_result.jsp?country=Romania&city=Iasi';
citiesColor[97] = 6;

citiesNames[98] = 'Pretoria';
citiesLatLng[98] = new google.maps.LatLng(-25.7460186, 28.1871204);
citiesUrl[98] = 'city_result.jsp?country=South+Africa&city=Pretoria';
citiesColor[98] = 0;

citiesNames[99] = 'Athens';
citiesLatLng[99] = new google.maps.LatLng(37.97918, 23.716647);
citiesUrl[99] = 'city_result.jsp?country=Greece&city=Athens';
citiesColor[99] = 5;

citiesNames[100] = 'Balneario Camboriu';
citiesLatLng[100] = new google.maps.LatLng(-26.991072, -48.6352084);
citiesUrl[100] = 'city_result.jsp?country=Brazil&city=Balneario+Camboriu';
citiesColor[100] = 1;

citiesNames[101] = 'Constanta';
citiesLatLng[101] = new google.maps.LatLng(44.184217, 28.643821);
citiesUrl[101] = 'city_result.jsp?country=Romania&city=Constanta';
citiesColor[101] = 4;

citiesNames[102] = 'Medellin';
citiesLatLng[102] = new google.maps.LatLng(6.2512899, -75.5759735);
citiesUrl[102] = 'city_result.jsp?country=Colombia&city=Medellin';
citiesColor[102] = 4;

citiesNames[103] = 'Zaragoza';
citiesLatLng[103] = new google.maps.LatLng(41.6563497, -0.8765662);
citiesUrl[103] = 'city_result.jsp?country=Spain&city=Zaragoza';
citiesColor[103] = 7;

citiesNames[104] = 'Stavanger';
citiesLatLng[104] = new google.maps.LatLng(58.9644239, 5.72626);
citiesUrl[104] = 'city_result.jsp?country=Norway&city=Stavanger';
citiesColor[104] = 5;

citiesNames[105] = 'Sevilla';
citiesLatLng[105] = new google.maps.LatLng(37.38264, -5.9962951);
citiesUrl[105] = 'city_result.jsp?country=Spain&city=Sevilla';
citiesColor[105] = 6;

citiesNames[106] = 'Nicosia';
citiesLatLng[106] = new google.maps.LatLng(35.167604, 33.373621);
citiesUrl[106] = 'city_result.jsp?country=Cyprus&city=Nicosia';
citiesColor[106] = 2;

citiesNames[107] = 'Santa Cruz De Tenerife';
citiesLatLng[107] = new google.maps.LatLng(28.46981, -16.2548558);
citiesUrl[107] = 'city_result.jsp?country=Spain&city=Santa+Cruz+De+Tenerife';
citiesColor[107] = 4;

citiesNames[108] = 'Valladolid';
citiesLatLng[108] = new google.maps.LatLng(41.6529473, -4.7283877);
citiesUrl[108] = 'city_result.jsp?country=Spain&city=Valladolid';
citiesColor[108] = 5;

citiesNames[109] = 'Jakarta';
citiesLatLng[109] = new google.maps.LatLng(-6.211544, 106.845172);
citiesUrl[109] = 'city_result.jsp?country=Indonesia&city=Jakarta';
citiesColor[109] = 6;

citiesNames[110] = 'Valencia';
citiesLatLng[110] = new google.maps.LatLng(39.4702393, -0.3768049);
citiesUrl[110] = 'city_result.jsp?country=Spain&city=Valencia';
citiesColor[110] = 6;

citiesNames[111] = 'Limassol';
citiesLatLng[111] = new google.maps.LatLng(34.683338, 33.051109);
citiesUrl[111] = 'city_result.jsp?country=Cyprus&city=Limassol';
citiesColor[111] = 3;

citiesNames[112] = 'Tarragona';
citiesLatLng[112] = new google.maps.LatLng(41.1190138, 1.2454572);
citiesUrl[112] = 'city_result.jsp?country=Spain&city=Tarragona';
citiesColor[112] = 5;

citiesNames[113] = 'Caracas';
citiesLatLng[113] = new google.maps.LatLng(10.49605, -66.898277);
citiesUrl[113] = 'city_result.jsp?country=Venezuela&city=Caracas';
citiesColor[113] = 3;

citiesNames[114] = 'Riga';
citiesLatLng[114] = new google.maps.LatLng(56.9465346, 24.1048525);
citiesUrl[114] = 'city_result.jsp?country=Latvia&city=Riga';
citiesColor[114] = 6;

citiesNames[115] = 'Dnipropetrovsk';
citiesLatLng[115] = new google.maps.LatLng(48.42289, 35.13789);
citiesUrl[115] = 'city_result.jsp?country=Ukraine&city=Dnipropetrovsk';
citiesColor[115] = 5;

citiesNames[116] = 'Monaco';
citiesLatLng[116] = new google.maps.LatLng(43.7325291, 7.418907);
citiesUrl[116] = 'city_result.jsp?country=Monaco&city=Monaco';
citiesColor[116] = 7;

citiesNames[117] = 'San Sebastian';
citiesLatLng[117] = new google.maps.LatLng(43.3207365, -1.9844209);
citiesUrl[117] = 'city_result.jsp?country=Spain&city=San+Sebastian';
citiesColor[117] = 6;

citiesNames[118] = 'Sao Paolo';
citiesLatLng[118] = new google.maps.LatLng(-23.628889, -46.655056);
citiesUrl[118] = 'city_result.jsp?country=Brazil&city=Sao+Paolo';
citiesColor[118] = 2;

citiesNames[119] = 'Prague';
citiesLatLng[119] = new google.maps.LatLng(50.0878114, 14.4204598);
citiesUrl[119] = 'city_result.jsp?country=Czech+Republic&city=Prague';
citiesColor[119] = 6;

citiesNames[120] = 'Gotheborg';
citiesLatLng[120] = new google.maps.LatLng(57.6969943, 11.9865);
citiesUrl[120] = 'city_result.jsp?country=Sweden&city=Gotheborg';
citiesColor[120] = 3;

citiesNames[121] = 'San Juan';
citiesLatLng[121] = new google.maps.LatLng(9.9622, -84.081009);
citiesUrl[121] = 'city_result.jsp?country=Costa+Rica&city=San+Juan';
citiesColor[121] = 3;

citiesNames[122] = 'Madrid';
citiesLatLng[122] = new google.maps.LatLng(40.4166909, -3.7003454);
citiesUrl[122] = 'city_result.jsp?country=Spain&city=Madrid';
citiesColor[122] = 6;

citiesNames[123] = 'Bilbao';
citiesLatLng[123] = new google.maps.LatLng(43.2569629, -2.9234409);
citiesUrl[123] = 'city_result.jsp?country=Spain&city=Bilbao';
citiesColor[123] = 6;

citiesNames[124] = 'Barcelona';
citiesLatLng[124] = new google.maps.LatLng(41.387917, 2.1699187);
citiesUrl[124] = 'city_result.jsp?country=Spain&city=Barcelona';
citiesColor[124] = 7;

citiesNames[125] = 'Buenos Aires';
citiesLatLng[125] = new google.maps.LatLng(-34.6084175, -58.3731613);
citiesUrl[125] = 'city_result.jsp?country=Argentina&city=Buenos+Aires';
citiesColor[125] = 4;

citiesNames[126] = 'Tel Aviv-yafo';
citiesLatLng[126] = new google.maps.LatLng(32.05, 34.75);
citiesUrl[126] = 'city_result.jsp?country=Israel&city=Tel+Aviv-yafo';
citiesColor[126] = 5;

citiesNames[127] = 'Stockholm';
citiesLatLng[127] = new google.maps.LatLng(59.3327881, 18.0644881);
citiesUrl[127] = 'city_result.jsp?country=Sweden&city=Stockholm';
citiesColor[127] = 5;

citiesNames[128] = 'Kolkata';
citiesLatLng[128] = new google.maps.LatLng(22.572646, 88.363895);
citiesUrl[128] = 'city_result.jsp?country=India&city=Kolkata';
citiesColor[128] = 4;

citiesNames[129] = 'Pula';
citiesLatLng[129] = new google.maps.LatLng(44.8696519, 13.8411466);
citiesUrl[129] = 'city_result.jsp?country=Croatia&city=Pula';
citiesColor[129] = 4;

citiesNames[130] = 'Budva';
citiesLatLng[130] = new google.maps.LatLng(42.27977, 18.83182);
citiesUrl[130] = 'city_result.jsp?country=Montenegro&city=Budva';
citiesColor[130] = 7;

citiesNames[131] = 'Brisbane';
citiesLatLng[131] = new google.maps.LatLng(-27.46758, 153.027892);
citiesUrl[131] = 'city_result.jsp?country=Australia&city=Brisbane';
citiesColor[131] = 3;

citiesNames[132] = 'Montreal';
citiesLatLng[132] = new google.maps.LatLng(45.545447, -73.639076);
citiesUrl[132] = 'city_result.jsp?country=Canada&city=Montreal';
citiesColor[132] = 1;

citiesNames[133] = 'Osijek';
citiesLatLng[133] = new google.maps.LatLng(45.5600028, 18.6758848);
citiesUrl[133] = 'city_result.jsp?country=Croatia&city=Osijek';
citiesColor[133] = 4;

citiesNames[134] = 'Mumbai';
citiesLatLng[134] = new google.maps.LatLng(19.017656, 72.856178);
citiesUrl[134] = 'city_result.jsp?country=India&city=Mumbai';
citiesColor[134] = 6;

citiesNames[135] = 'Haifa';
citiesLatLng[135] = new google.maps.LatLng(32.83036, 34.974339);
citiesUrl[135] = 'city_result.jsp?country=Israel&city=Haifa';
citiesColor[135] = 0;

citiesNames[136] = 'Hobart';
citiesLatLng[136] = new google.maps.LatLng(-42.882743, 147.330234);
citiesUrl[136] = 'city_result.jsp?country=Australia&city=Hobart';
citiesColor[136] = 2;

citiesNames[137] = 'Pune';
citiesLatLng[137] = new google.maps.LatLng(18.520469, 73.856621);
citiesUrl[137] = 'city_result.jsp?country=India&city=Pune';
citiesColor[137] = 6;

citiesNames[138] = 'Canberra';
citiesLatLng[138] = new google.maps.LatLng(-35.28204, 149.12858);
citiesUrl[138] = 'city_result.jsp?country=Australia&city=Canberra';
citiesColor[138] = 2;

citiesNames[139] = 'Thane';
citiesLatLng[139] = new google.maps.LatLng(19.195, 72.9758333);
citiesUrl[139] = 'city_result.jsp?country=India&city=Thane';
citiesColor[139] = 3;

citiesNames[140] = 'San Pedro Sula';
citiesLatLng[140] = new google.maps.LatLng(15.5036588, -88.0046804);
citiesUrl[140] = 'city_result.jsp?country=Honduras&city=San+Pedro+Sula';
citiesColor[140] = 1;

citiesNames[141] = 'Sydney';
citiesLatLng[141] = new google.maps.LatLng(-33.867139, 151.207114);
citiesUrl[141] = 'city_result.jsp?country=Australia&city=Sydney';
citiesColor[141] = 4;

citiesNames[142] = 'Zagreb';
citiesLatLng[142] = new google.maps.LatLng(45.8150053, 15.9785014);
citiesUrl[142] = 'city_result.jsp?country=Croatia&city=Zagreb';
citiesColor[142] = 5;

citiesNames[143] = 'Ljubljana';
citiesLatLng[143] = new google.maps.LatLng(46.0514263, 14.5059655);
citiesUrl[143] = 'city_result.jsp?country=Slovenia&city=Ljubljana';
citiesColor[143] = 5;

citiesNames[144] = 'Melbourne';
citiesLatLng[144] = new google.maps.LatLng(-37.814251, 144.963169);
citiesUrl[144] = 'city_result.jsp?country=Australia&city=Melbourne';
citiesColor[144] = 3;

citiesNames[145] = 'Vadodara';
citiesLatLng[145] = new google.maps.LatLng(22.306549, 73.187576);
citiesUrl[145] = 'city_result.jsp?country=India&city=Vadodara';
citiesColor[145] = 2;

citiesNames[146] = 'Perth';
citiesLatLng[146] = new google.maps.LatLng(-31.9554, 115.85859);
citiesUrl[146] = 'city_result.jsp?country=Australia&city=Perth';
citiesColor[146] = 1;

citiesNames[147] = 'Singapore';
citiesLatLng[147] = new google.maps.LatLng(1.2894066, 103.8499619);
citiesUrl[147] = 'city_result.jsp?country=Singapore&city=Singapore';
citiesColor[147] = 7;

citiesNames[148] = 'Orlando, FL';
citiesLatLng[148] = new google.maps.LatLng(28.5383355, -81.3792365);
citiesUrl[148] = 'city_result.jsp?country=United+States&city=Orlando%2C+FL';
citiesColor[148] = 1;

citiesNames[149] = 'Milan';
citiesLatLng[149] = new google.maps.LatLng(45.4636889, 9.1881408);
citiesUrl[149] = 'city_result.jsp?country=Italy&city=Milan';
citiesColor[149] = 6;

citiesNames[150] = 'Ahmedabad';
citiesLatLng[150] = new google.maps.LatLng(23.039574, 72.56602);
citiesUrl[150] = 'city_result.jsp?country=India&city=Ahmedabad';
citiesColor[150] = 3;

citiesNames[151] = 'Chennai';
citiesLatLng[151] = new google.maps.LatLng(13.060416, 80.249634);
citiesUrl[151] = 'city_result.jsp?country=India&city=Chennai';
citiesColor[151] = 7;

citiesNames[152] = 'Amman';
citiesLatLng[152] = new google.maps.LatLng(31.9565783, 35.9456951);
citiesUrl[152] = 'city_result.jsp?country=Jordan&city=Amman';
citiesColor[152] = 4;

citiesNames[153] = 'Phoenix, AZ';
citiesLatLng[153] = new google.maps.LatLng(33.4483771, -112.0740373);
citiesUrl[153] = 'city_result.jsp?country=United+States&city=Phoenix%2C+AZ';
citiesColor[153] = 0;

citiesNames[154] = 'Philadelphia, PA';
citiesLatLng[154] = new google.maps.LatLng(39.952335, -75.163789);
citiesUrl[154] = 'city_result.jsp?country=United+States&city=Philadelphia%2C+PA';
citiesColor[154] = 0;

citiesNames[155] = 'Reno, NV';
citiesLatLng[155] = new google.maps.LatLng(39.5296329, -119.8138027);
citiesUrl[155] = 'city_result.jsp?country=United+States&city=Reno%2C+NV';
citiesColor[155] = 1;

citiesNames[156] = 'Bangalore';
citiesLatLng[156] = new google.maps.LatLng(12.971606, 77.594376);
citiesUrl[156] = 'city_result.jsp?country=India&city=Bangalore';
citiesColor[156] = 4;

citiesNames[157] = 'Raleigh, NC';
citiesLatLng[157] = new google.maps.LatLng(35.772096, -78.6386145);
citiesUrl[157] = 'city_result.jsp?country=United+States&city=Raleigh%2C+NC';
citiesColor[157] = 2;

citiesNames[158] = 'Portland, OR';
citiesLatLng[158] = new google.maps.LatLng(45.5234515, -122.6762071);
citiesUrl[158] = 'city_result.jsp?country=United+States&city=Portland%2C+OR';
citiesColor[158] = 0;

citiesNames[159] = 'Gurgaon';
citiesLatLng[159] = new google.maps.LatLng(28.46385, 77.017838);
citiesUrl[159] = 'city_result.jsp?country=India&city=Gurgaon';
citiesColor[159] = 4;

citiesNames[160] = 'Rome';
citiesLatLng[160] = new google.maps.LatLng(41.8954656, 12.4823243);
citiesUrl[160] = 'city_result.jsp?country=Italy&city=Rome';
citiesColor[160] = 6;

citiesNames[161] = 'Sofia';
citiesLatLng[161] = new google.maps.LatLng(42.6976489, 23.3221545);
citiesUrl[161] = 'city_result.jsp?country=Bulgaria&city=Sofia';
citiesColor[161] = 5;

citiesNames[162] = 'Delhi';
citiesLatLng[162] = new google.maps.LatLng(28.635308, 77.22496);
citiesUrl[162] = 'city_result.jsp?country=India&city=Delhi';
citiesColor[162] = 5;

citiesNames[163] = 'Zurich';
citiesLatLng[163] = new google.maps.LatLng(47.3690239, 8.5380326);
citiesUrl[163] = 'city_result.jsp?country=Switzerland&city=Zurich';
citiesColor[163] = 1;

citiesNames[164] = 'Salt Lake City, UT';
citiesLatLng[164] = new google.maps.LatLng(40.7607793, -111.8910474);
citiesUrl[164] = 'city_result.jsp?country=United+States&city=Salt+Lake+City%2C+UT';
citiesColor[164] = 1;

citiesNames[165] = 'Ghaziabad';
citiesLatLng[165] = new google.maps.LatLng(28.6733333, 77.4363889);
citiesUrl[165] = 'city_result.jsp?country=India&city=Ghaziabad';
citiesColor[165] = 1;

citiesNames[166] = 'Varna';
citiesLatLng[166] = new google.maps.LatLng(43.2166452, 27.9118058);
citiesUrl[166] = 'city_result.jsp?country=Bulgaria&city=Varna';
citiesColor[166] = 3;

citiesNames[167] = 'San Diego, CA';
citiesLatLng[167] = new google.maps.LatLng(32.7153292, -117.1572551);
citiesUrl[167] = 'city_result.jsp?country=United+States&city=San+Diego%2C+CA';
citiesColor[167] = 1;

citiesNames[168] = 'San Francisco, CA';
citiesLatLng[168] = new google.maps.LatLng(37.775206, -122.419209);
citiesUrl[168] = 'city_result.jsp?country=United+States&city=San+Francisco%2C+CA';
citiesColor[168] = 4;

citiesNames[169] = 'Pescara';
citiesLatLng[169] = new google.maps.LatLng(42.4648263, 14.2140946);
citiesUrl[169] = 'city_result.jsp?country=Italy&city=Pescara';
citiesColor[169] = 5;

citiesNames[170] = 'San Antonio, TX';
citiesLatLng[170] = new google.maps.LatLng(29.4241219, -98.4936282);
citiesUrl[170] = 'city_result.jsp?country=United+States&city=San+Antonio%2C+TX';
citiesColor[170] = 0;

citiesNames[171] = 'Tunis';
citiesLatLng[171] = new google.maps.LatLng(36.81881, 10.16596);
citiesUrl[171] = 'city_result.jsp?country=Tunisia&city=Tunis';
citiesColor[171] = 7;

citiesNames[172] = 'Hyderabad';
citiesLatLng[172] = new google.maps.LatLng(17.385044, 78.486671);
citiesUrl[172] = 'city_result.jsp?country=India&city=Hyderabad';
citiesColor[172] = 7;

citiesNames[173] = 'Seattle, WA';
citiesLatLng[173] = new google.maps.LatLng(47.620973, -122.347276);
citiesUrl[173] = 'city_result.jsp?country=United+States&city=Seattle%2C+WA';
citiesColor[173] = 1;

citiesNames[174] = 'Kuala Lumpur';
citiesLatLng[174] = new google.maps.LatLng(3.139003, 101.686855);
citiesUrl[174] = 'city_result.jsp?country=Malaysia&city=Kuala+Lumpur';
citiesColor[174] = 3;

citiesNames[175] = 'San Jose, CA';
citiesLatLng[175] = new google.maps.LatLng(37.3393857, -121.8949555);
citiesUrl[175] = 'city_result.jsp?country=United+States&city=San+Jose%2C+CA';
citiesColor[175] = 0;

citiesNames[176] = 'Palermo';
citiesLatLng[176] = new google.maps.LatLng(38.1156193, 13.3613758);
citiesUrl[176] = 'city_result.jsp?country=Italy&city=Palermo';
citiesColor[176] = 4;

citiesNames[177] = 'Tokyo';
citiesLatLng[177] = new google.maps.LatLng(35.6894875, 139.6917064);
citiesUrl[177] = 'city_result.jsp?country=Japan&city=Tokyo';
citiesColor[177] = 5;

citiesNames[178] = 'Lausanne';
citiesLatLng[178] = new google.maps.LatLng(46.5196168, 6.6322095);
citiesUrl[178] = 'city_result.jsp?country=Switzerland&city=Lausanne';
citiesColor[178] = 3;

citiesNames[179] = 'Tampa, FL';
citiesLatLng[179] = new google.maps.LatLng(27.9475216, -82.4584279);
citiesUrl[179] = 'city_result.jsp?country=United+States&city=Tampa%2C+FL';
citiesColor[179] = 0;

citiesNames[180] = 'Banja Luka';
citiesLatLng[180] = new google.maps.LatLng(44.763891, 17.189752);
citiesUrl[180] = 'city_result.jsp?country=Bosnia+And+Herzegovina&city=Banja+Luka';
citiesColor[180] = 6;

citiesNames[181] = 'Santo Domingo';
citiesLatLng[181] = new google.maps.LatLng(18.5, -69.9833333);
citiesUrl[181] = 'city_result.jsp?country=Dominican+Republic&city=Santo+Domingo';
citiesColor[181] = 2;

citiesNames[182] = 'Turin';
citiesLatLng[182] = new google.maps.LatLng(45.0705621, 7.6866186);
citiesUrl[182] = 'city_result.jsp?country=Italy&city=Turin';
citiesColor[182] = 3;

citiesNames[183] = 'Hong Kong';
citiesLatLng[183] = new google.maps.LatLng(22.4060834, 114.1201536);
citiesUrl[183] = 'city_result.jsp?country=Hong+Kong&city=Hong+Kong';
citiesColor[183] = 7;

citiesNames[184] = 'Geneva';
citiesLatLng[184] = new google.maps.LatLng(46.2038099, 6.1399589);
citiesUrl[184] = 'city_result.jsp?country=Switzerland&city=Geneva';
citiesColor[184] = 3;

citiesNames[185] = 'Quito';
citiesLatLng[185] = new google.maps.LatLng(-0.229498, -78.524277);
citiesUrl[185] = 'city_result.jsp?country=Ecuador&city=Quito';
citiesColor[185] = 4;

citiesNames[186] = 'Loja';
citiesLatLng[186] = new google.maps.LatLng(-3.990138, -79.20446);
citiesUrl[186] = 'city_result.jsp?country=Ecuador&city=Loja';
citiesColor[186] = 2;

citiesNames[187] = 'Seoul';
citiesLatLng[187] = new google.maps.LatLng(37.566535, 126.9779692);
citiesUrl[187] = 'city_result.jsp?country=South+Korea&city=Seoul';
citiesColor[187] = 6;

citiesNames[188] = 'Montevideo';
citiesLatLng[188] = new google.maps.LatLng(-34.8333333, -56.1666667);
citiesUrl[188] = 'city_result.jsp?country=Uruguay&city=Montevideo';
citiesColor[188] = 5;

citiesNames[189] = 'Cincinnati, OH';
citiesLatLng[189] = new google.maps.LatLng(39.1361111, -84.5030556);
citiesUrl[189] = 'city_result.jsp?country=United+States&city=Cincinnati%2C+OH';
citiesColor[189] = 1;

citiesNames[190] = 'Tripoli';
citiesLatLng[190] = new google.maps.LatLng(32.876174, 13.187507);
citiesUrl[190] = 'city_result.jsp?country=Libya&city=Tripoli';
citiesColor[190] = 5;

citiesNames[191] = 'Chicago, IL';
citiesLatLng[191] = new google.maps.LatLng(41.850033, -87.6500523);
citiesUrl[191] = 'city_result.jsp?country=United+States&city=Chicago%2C+IL';
citiesColor[191] = 0;

citiesNames[192] = 'Charlotte, NC';
citiesLatLng[192] = new google.maps.LatLng(35.2270869, -80.8431267);
citiesUrl[192] = 'city_result.jsp?country=United+States&city=Charlotte%2C+NC';
citiesColor[192] = 0;

citiesNames[193] = 'Skopje';
citiesLatLng[193] = new google.maps.LatLng(42.003812, 21.452246);
citiesUrl[193] = 'city_result.jsp?country=Macedonia&city=Skopje';
citiesColor[193] = 6;

citiesNames[194] = 'Boston, MA';
citiesLatLng[194] = new google.maps.LatLng(42.35892, -71.05781);
citiesUrl[194] = 'city_result.jsp?country=United+States&city=Boston%2C+MA';
citiesColor[194] = 1;

citiesNames[195] = 'Colombo';
citiesLatLng[195] = new google.maps.LatLng(6.927468, 79.848358);
citiesUrl[195] = 'city_result.jsp?country=Sri+Lanka&city=Colombo';
citiesColor[195] = 5;

citiesNames[196] = 'Boise, ID';
citiesLatLng[196] = new google.maps.LatLng(43.613739, -116.237651);
citiesUrl[196] = 'city_result.jsp?country=United+States&city=Boise%2C+ID';
citiesColor[196] = 0;

citiesNames[197] = 'Recife';
citiesLatLng[197] = new google.maps.LatLng(-8.0542775, -34.8812561);
citiesUrl[197] = 'city_result.jsp?country=Brazil&city=Recife';
citiesColor[197] = 2;

citiesNames[198] = 'Rio De Janeiro';
citiesLatLng[198] = new google.maps.LatLng(-22.9035393, -43.2095869);
citiesUrl[198] = 'city_result.jsp?country=Brazil&city=Rio+De+Janeiro';
citiesColor[198] = 2;

citiesNames[199] = 'Novi Sad';
citiesLatLng[199] = new google.maps.LatLng(45.262231, 19.851858);
citiesUrl[199] = 'city_result.jsp?country=Serbia&city=Novi+Sad';
citiesColor[199] = 6;

citiesNames[200] = 'Austin, TX';
citiesLatLng[200] = new google.maps.LatLng(30.267153, -97.7430608);
citiesUrl[200] = 'city_result.jsp?country=United+States&city=Austin%2C+TX';
citiesColor[200] = 0;

citiesNames[201] = 'Fresno, CA';
citiesLatLng[201] = new google.maps.LatLng(36.7477272, -119.7723661);
citiesUrl[201] = 'city_result.jsp?country=United+States&city=Fresno%2C+CA';
citiesColor[201] = 0;

citiesNames[202] = 'Dubai';
citiesLatLng[202] = new google.maps.LatLng(25.271139, 55.307485);
citiesUrl[202] = 'city_result.jsp?country=United+Arab+Emirates&city=Dubai';
citiesColor[202] = 3;

citiesNames[203] = 'Cairo';
citiesLatLng[203] = new google.maps.LatLng(30.064742, 31.249509);
citiesUrl[203] = 'city_result.jsp?country=Egypt&city=Cairo';
citiesColor[203] = 7;

citiesNames[204] = 'Denver, CO';
citiesLatLng[204] = new google.maps.LatLng(39.7391536, -104.9847034);
citiesUrl[204] = 'city_result.jsp?country=United+States&city=Denver%2C+CO';
citiesColor[204] = 0;

citiesNames[205] = 'Abu Dhabi';
citiesLatLng[205] = new google.maps.LatLng(24.476431, 54.37051);
citiesUrl[205] = 'city_result.jsp?country=United+Arab+Emirates&city=Abu+Dhabi';
citiesColor[205] = 3;

citiesNames[206] = 'Belgrade';
citiesLatLng[206] = new google.maps.LatLng(44.802416, 20.465601);
citiesUrl[206] = 'city_result.jsp?country=Serbia&city=Belgrade';
citiesColor[206] = 7;

citiesNames[207] = 'Columbus, OH';
citiesLatLng[207] = new google.maps.LatLng(39.962208, -83.000676);
citiesUrl[207] = 'city_result.jsp?country=United+States&city=Columbus%2C+OH';
citiesColor[207] = 0;

citiesNames[208] = 'Jersey City, NY';
citiesLatLng[208] = new google.maps.LatLng(40.7142691, -74.0059729);
citiesUrl[208] = 'city_result.jsp?country=United+States&city=Jersey+City%2C+NY';
citiesColor[208] = 2;

citiesNames[209] = 'Las Vegas, NV';
citiesLatLng[209] = new google.maps.LatLng(36.114646, -115.172816);
citiesUrl[209] = 'city_result.jsp?country=United+States&city=Las+Vegas%2C+NV';
citiesColor[209] = 0;

citiesNames[210] = 'Lincoln, NE';
citiesLatLng[210] = new google.maps.LatLng(40.806862, -96.681679);
citiesUrl[210] = 'city_result.jsp?country=United+States&city=Lincoln%2C+NE';
citiesColor[210] = 0;

citiesNames[211] = 'Calgary';
citiesLatLng[211] = new google.maps.LatLng(51.055149, -114.062438);
citiesUrl[211] = 'city_result.jsp?country=Canada&city=Calgary';
citiesColor[211] = 2;

citiesNames[212] = 'Jacksonville, FL';
citiesLatLng[212] = new google.maps.LatLng(30.3321838, -81.655651);
citiesUrl[212] = 'city_result.jsp?country=United+States&city=Jacksonville%2C+FL';
citiesColor[212] = 0;

citiesNames[213] = 'Edmonton';
citiesLatLng[213] = new google.maps.LatLng(53.540941, -113.493698);
citiesUrl[213] = 'city_result.jsp?country=Canada&city=Edmonton';
citiesColor[213] = 4;

citiesNames[214] = 'Kelowna';
citiesLatLng[214] = new google.maps.LatLng(49.883706, -119.493496);
citiesUrl[214] = 'city_result.jsp?country=Canada&city=Kelowna';
citiesColor[214] = 5;

citiesNames[215] = 'Taipei';
citiesLatLng[215] = new google.maps.LatLng(25.091075, 121.5598345);
citiesUrl[215] = 'city_result.jsp?country=Taiwan&city=Taipei';
citiesColor[215] = 5;

citiesNames[216] = 'New York, NY';
citiesLatLng[216] = new google.maps.LatLng(40.756054, -73.986951);
citiesUrl[216] = 'city_result.jsp?country=United+States&city=New+York%2C+NY';
citiesColor[216] = 4;

citiesNames[217] = 'Saint Petersburg';
citiesLatLng[217] = new google.maps.LatLng(59.939039, 30.315785);
citiesUrl[217] = 'city_result.jsp?country=Russia&city=Saint+Petersburg';
citiesColor[217] = 7;

citiesNames[218] = 'Miami, FL';
citiesLatLng[218] = new google.maps.LatLng(25.7742657, -80.1936589);
citiesUrl[218] = 'city_result.jsp?country=United+States&city=Miami%2C+FL';
citiesColor[218] = 1;

citiesNames[219] = 'Mobile, AL';
citiesLatLng[219] = new google.maps.LatLng(30.6943566, -88.0430541);
citiesUrl[219] = 'city_result.jsp?country=United+States&city=Mobile%2C+AL';
citiesColor[219] = 0;

citiesNames[220] = 'Minneapolis, MN';
citiesLatLng[220] = new google.maps.LatLng(44.9799654, -93.2638361);
citiesUrl[220] = 'city_result.jsp?country=United+States&city=Minneapolis%2C+MN';
citiesColor[220] = 2;

citiesNames[221] = 'Louisville, KY';
citiesLatLng[221] = new google.maps.LatLng(38.2542376, -85.759407);
citiesUrl[221] = 'city_result.jsp?country=United+States&city=Louisville%2C+KY';
citiesColor[221] = 0;

citiesNames[222] = 'Los Angeles, CA';
citiesLatLng[222] = new google.maps.LatLng(34.0522342, -118.2436849);
citiesUrl[222] = 'city_result.jsp?country=United+States&city=Los+Angeles%2C+CA';
citiesColor[222] = 1;

citiesNames[223] = 'Toronto';
citiesLatLng[223] = new google.maps.LatLng(43.670233, -79.386755);
citiesUrl[223] = 'city_result.jsp?country=Canada&city=Toronto';
citiesColor[223] = 2;

citiesNames[224] = 'Vancouver';
citiesLatLng[224] = new google.maps.LatLng(49.263588, -123.138565);
citiesUrl[224] = 'city_result.jsp?country=Canada&city=Vancouver';
citiesColor[224] = 4;

citiesNames[225] = 'Tallinn';
citiesLatLng[225] = new google.maps.LatLng(59.4388619, 24.7544715);
citiesUrl[225] = 'city_result.jsp?country=Estonia&city=Tallinn';
citiesColor[225] = 4;

citiesNames[226] = 'Shiraz';
citiesLatLng[226] = new google.maps.LatLng(29.6166667, 52.5333333);
citiesUrl[226] = 'city_result.jsp?country=Iran&city=Shiraz';
citiesColor[226] = 5;

citiesNames[227] = 'Tehran';
citiesLatLng[227] = new google.maps.LatLng(35.696216, 51.422945);
citiesUrl[227] = 'city_result.jsp?country=Iran&city=Tehran';
citiesColor[227] = 6;

citiesNames[228] = 'Bangkok';
citiesLatLng[228] = new google.maps.LatLng(13.7234186, 100.4762319);
citiesUrl[228] = 'city_result.jsp?country=Thailand&city=Bangkok';
citiesColor[228] = 7;

citiesNames[229] = 'Vilnius';
citiesLatLng[229] = new google.maps.LatLng(54.6893865, 25.2800243);
citiesUrl[229] = 'city_result.jsp?country=Lithuania&city=Vilnius';
citiesColor[229] = 7;

citiesNames[230] = 'Esfahan';
citiesLatLng[230] = new google.maps.LatLng(32.65139, 51.679192);
citiesUrl[230] = 'city_result.jsp?country=Iran&city=Esfahan';
citiesColor[230] = 4;

citiesNames[231] = 'Santiago';
citiesLatLng[231] = new google.maps.LatLng(-33.4253598, -70.5664659);
citiesUrl[231] = 'city_result.jsp?country=Chile&city=Santiago';
citiesColor[231] = 1;

citiesNames[232] = 'Copenhagen';
citiesLatLng[232] = new google.maps.LatLng(55.6762944, 12.5681157);
citiesUrl[232] = 'city_result.jsp?country=Denmark&city=Copenhagen';
citiesColor[232] = 2;

citiesNames[233] = 'Luxembourg';
citiesLatLng[233] = new google.maps.LatLng(49.6100036, 6.129596);
citiesUrl[233] = 'city_result.jsp?country=Luxembourg&city=Luxembourg';
citiesColor[233] = 3;

citiesNames[234] = 'Bratislava';
citiesLatLng[234] = new google.maps.LatLng(48.1483765, 17.1073105);
citiesUrl[234] = 'city_result.jsp?country=Slovakia&city=Bratislava';
citiesColor[234] = 4;

citiesNames[235] = 'Bogota';
citiesLatLng[235] = new google.maps.LatLng(4.609866, -74.08205);
citiesUrl[235] = 'city_result.jsp?country=Colombia&city=Bogota';
citiesColor[235] = 5;

citiesNames[236] = 'Albuquerque, NM';
citiesLatLng[236] = new google.maps.LatLng(35.0844909, -106.6511367);
citiesUrl[236] = 'city_result.jsp?country=United+States&city=Albuquerque%2C+NM';
citiesColor[236] = 0;

citiesNames[237] = 'Bitola';
citiesLatLng[237] = new google.maps.LatLng(41.032799, 21.34029);
citiesUrl[237] = 'city_result.jsp?country=Macedonia&city=Bitola';
citiesColor[237] = 5;

citiesNames[238] = 'Atlanta, GA';
citiesLatLng[238] = new google.maps.LatLng(33.754487, -84.389663);
citiesUrl[238] = 'city_result.jsp?country=United+States&city=Atlanta%2C+GA';
citiesColor[238] = 1;

citiesNames[239] = 'Santa Marta';
citiesLatLng[239] = new google.maps.LatLng(11.2483625, -74.2048492);
citiesUrl[239] = 'city_result.jsp?country=Colombia&city=Santa+Marta';
citiesColor[239] = 3;


