var icon = new GIcon();
        
icon.image = "/img/pointer_pizza.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="/biesiadowo" >Biesiadowo</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="/oregano" >Pizzeria Oregano</a></h2>';
						
		htmlcontents[13] = 
				'<h2><a href="/la_capra" >Pizzeria La Capra</a></h2>';
							
		htmlcontents[15] = 
				'<h2><a href="/fantazja" >Restauracja Fantazja</a></h2>';
				
		htmlcontents[16] = 
				'<h2><a href="/adus" >Aduś</a></h2>';	
							
		htmlcontents[17] = 
				'<h2><a href="/kuchnia_wedrowca" >Kuchnia Wędrowca</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.180863, 19.405428),icon); // Biesiadowo
		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.181369, 19.411361),icon); // Pizzeria OREGANO 
		markers13 = new GMarker(new GLatLng(54.180915, 19.413845),icon); // La Capra
		markers14 = new GMarker(new GLatLng(54.180945, 19.405482),icon); // Da Grasso
		markers15 = new GMarker(new GLatLng(54.183375, 19.419754),icon); // Fantazja
		markers16 = new GMarker(new GLatLng(54.182511, 19.420320),icon); // Adus
		markers17 = new GMarker(new GLatLng(54.157903, 19.397679),icon); // Kuchnia Wędrowca
		
		
		
		
		
		
		
 
