var icon = new GIcon();
        
icon.image = "/img/pointer_obiadowe.png";

/* Wymiary ikony */
	icon.iconSize = new GSize(33, 44);
	icon.iconAnchor = new GPoint(14, 43);
	icon.infoWindowAnchor = new GPoint(24, 0);
/* ************* */

var htmlcontents = [];

htmlcontents[0] = 
			'<h2><a href="mr_hot_dog" >Pizzeria MR HOT DOG</a></h2>';
					
        htmlcontents[1] = 
			'<h2><a href="primavera" >Pizzeria Primavera</a></h2>';
					
        htmlcontents[2] = 
			'<h2><a href="czik-czuk" >Pizzeria Czik-Czuk</a></h2>';
				
        htmlcontents[3] = 
			'<h2><a href="mariano" >Pizzeria Mariano</a></h2>';
						
	    htmlcontents[4] = 
			'<h2><a href="leone" >Pizzeria Leone</a></h2>';
					
		htmlcontents[5] = 
			'<h2><a href="pueblo" >Pizzeria Pueblo</a></h2>';
					     
		htmlcontents[6] = 
			'<h2><a href="tattoo" >Tattoo Pizza</a></h2>';
			    
		htmlcontents[7] = 
			'<h2><a href="arena" >Restauracja Arena</a></h2>';
		
		htmlcontents[8] = 
			'<h2><a href="casablanca" >Casablanca</a></h2>';
										
		htmlcontents[9] = 
				'<h2><a href="strzecha" >Pizzeria-Restauracja Strzecha</a></h2>';
						
		htmlcontents[10] = 
				'<h2><a href="dzin" >Pizza Kebab Dżin</a></h2>';
				
		htmlcontents[11] = 
				'<h2><a href="kaktus" >Pizzeria Kaktus</a></h2>';
		
		htmlcontents[12] = 	
				'<h2><a href="smakpol" >SmakPol</a></h2>';
										
		htmlcontents[13] = 
				'<h2><a href="pierogarnia_alibi" >Pierogarnia Alibi</a></h2>';
				
		htmlcontents[14] = 
				'<h2><a href="kuchnia_domowa" >Kuchnia domowa</a></h2>';
				
		htmlcontents[15] = 
				'<h2><a href="fantazja" >Restauracja Fantazja</a></h2>';
				
		htmlcontents[16] = 
				'<h2><a href="bar_kalinka" >Bar Kalinka</a></h2>';
				
		htmlcontents[17] = 
				'<h2><a href="kuchnia_wedrowca" >Kuchnia Wędrowca</a></h2>';	
				
		htmlcontents[18] = 
				'<h2><a href="hot_king" >Hot King</a></h2>';
				
		htmlcontents[19] = 
				'<h2><a href="hot_king" >Pierogarnia "u Jędrka"</a></h2>';  
		
		htmlcontents[20] = 
				'<h2><a href="makowscy" >Makowscy</a></h2>'; 
				
		htmlcontents[21] = 
				'<h2><a href="tawerna-nad-dolinka" >Tawerna nad dolinką</a></h2>';	
																				
		htmlcontents[22] = 
				'<h2><a href="modosa" >Restauracja Modosa</a></h2>';
					
		htmlcontents[23] = 
				'<h2><a href="kawiarnia_u_aktorow" >Kawiarnia "U Aktorów"</a></h2>';
						
		markers0 = new GMarker(new GLatLng(54.152285,19.415296),icon);	// MR HOT DOG
       	markers1 = new GMarker(new GLatLng(54.155505,19.415811),icon);	// primavera
		markers2 = new GMarker(new GLatLng(54.169974,19.402982),icon); 	// czik czuk
		markers3 = new GMarker(new GLatLng(54.164293,19.405064),icon); 	// mariano
		markers4 = new GMarker(new GLatLng(54.18704,19.411683),icon); 	// leone
		markers5 = new GMarker(new GLatLng(54.151038,19.432138),icon); // pueblo
		markers6 = new GMarker(new GLatLng(54.184307, 19.398653),icon); // Tattoo Pizza	
		markers7 = new GMarker(new GLatLng(54.149065, 19.429643),icon); // Arena
		markers8 = new GMarker(new GLatLng(54.157803, 19.396816),icon); // Casablanca
		markers9 = new GMarker(new GLatLng(54.159748, 19.393476),icon); // Strzecha 
		markers10 = new GMarker(new GLatLng(54.157847, 19.396081),icon); // Dżin
		markers11 = new GMarker(new GLatLng(54.159675, 19.401298),icon); // Kaktus
		markers12 = new GMarker(new GLatLng(54.162037, 19.428061),icon); // SmakPol
		markers13 = new GMarker(new GLatLng(54.158038, 19.394090),icon); // Pierogarnia Alibi
		markers14 = new GMarker(new GLatLng(54.181827, 19.43593),icon); // Kuchnia domowa
		markers15 = new GMarker(new GLatLng(54.183375, 19.419754),icon); // Fantazja
		markers16 = new GMarker(new GLatLng(54.164406, 19.405557),icon); // Bar Kalinka
		markers17 = new GMarker(new GLatLng(54.157903, 19.397679),icon); // Kuchnia Wędrowca
 		markers18 = new GMarker(new GLatLng(54.159029, 19.420795),icon); // Hot King
 		markers19 = new GMarker(new GLatLng(54.168131, 19.407890),icon); // U Jędrka
 		markers20 = new GMarker(new GLatLng(54.159001, 19.418947),icon); // Makowscy
 		markers21 = new GMarker(new GLatLng(54.168122, 19.415138),icon); // Tawerna nad dolinką
 		markers22 = new GMarker(new GLatLng(54.158464, 19.397446),icon); // Modosa
 		markers23 = new GMarker(new GLatLng(54.13994, 19.43563),icon); // Kawiarnia U Aktorów
 		
		
