/**
 * KEBAB
 */

function Data1() {
	this.icon = new GIcon();
	        
	this.icon.image = "/img/pointer_kebab.png";
	
	/* Wymiary ikony */
		this.icon.iconSize = new GSize(33, 44);
		this.icon.iconAnchor = new GPoint(14, 43);
		this.icon.infoWindowAnchor = new GPoint(24, 0);
	/* ************* */
	
	this.htmlcontents = [];
	
	this.htmlcontents[0] = 
		'<h2><a href="mr_hot_dog" >Pizzeria MR HOT DOG</a></h2>';
								
	this.htmlcontents[1] = 
		'<h2><a href="dzin" >Pizza Kebab Dżin</a></h2>';
	
	this.htmlcontents[2] = 
		'<h2><a href="trojan_horse" >Trojan Horse</a></h2>';
		
	this.htmlcontents[3] = 
		'<h2><a href="pomidor" >Kebab Pomidor</a></h2>';
	
	this.htmlcontents[4] = 
		'<h2><a href="kebab_iza" >Kebab Iza</a></h2>';			
		
	this.markers0 = new GMarker(new GLatLng(54.152285,19.415296),this.icon); // MR HOT DOG
	this.markers1 = new GMarker(new GLatLng(54.157847, 19.396081),this.icon); // Dzin
	this.markers2 = new GMarker(new GLatLng(54.185469, 19.406469),this.icon); // Trojan Horse 
	this.markers3 = new GMarker(new GLatLng(54.160328, 19.396510),this.icon); // Pomidor 
	this.markers4 = new GMarker(new GLatLng(54.155294, 19.409328),this.icon); // Kebab Iza
	  
}	 	
/**
 * PIZZA
 */
function Data2(){
	this.icon = new GIcon();
    
	this.icon.image = "/img/pointer_pizza.png";

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

	this.htmlcontents = [];

	this.htmlcontents[0] = 
				'<h2><a href="mr_hot_dog" >Pizzeria MR HOT DOG</a></h2>';
						
	        this.htmlcontents[1] = 
				'<h2><a href="primavera" >Pizzeria Primavera</a></h2>';
						
	        this.htmlcontents[2] = 
				'<h2><a href="czik-czuk" >Pizzeria Czik-Czuk</a></h2>';
					
	        this.htmlcontents[3] = 
				'<h2><a href="mariano" >Pizzeria Mariano</a></h2>';
							
		    this.htmlcontents[4] = 
				'<h2><a href="leone" >Pizzeria Leone</a></h2>';
						
			this.htmlcontents[5] = 
				'<h2><a href="pueblo" >Pizzeria Pueblo</a></h2>';
						     
			this.htmlcontents[6] = 
				'<h2><a href="tattoo" >Tattoo Pizza</a></h2>';
				    
			this.htmlcontents[7] = 
				'<h2><a href="gruby_benek" >Pizzeria Gruby Benek</a></h2>';
												
			this.htmlcontents[8] = 
					'<h2><a href="strzecha" >Pizzeria-Restauracja Strzecha</a></h2>';
							
			this.htmlcontents[9] = 
					'<h2><a href="kaktus" >Pizzeria Kaktus</a></h2>';
							
			this.htmlcontents[10] = 
					'<h2><a href="oregano" >Pizzeria Oregano</a></h2>';
							
			this.htmlcontents[11] = 
					'<h2><a href="la_capra" >Pizzeria La Capra</a></h2>';
							
			this.htmlcontents[12] = 
					'<h2><a href="da_grasso" >Pizzeria Da Grasso</a></h2>';
										
			this.htmlcontents[13] = 
					'<h2><a href="fantazja" >Restauracja Fantazja</a></h2>';
					
			this.htmlcontents[14] = 
					'<h2><a href="adus" >Aduś</a></h2>';	
								
			this.htmlcontents[15] = 
					'<h2><a href="kuchnia_wedrowca" >Kuchnia Wędrowca</a></h2>';				
			
		
			this.markers0 = new GMarker(new GLatLng(54.152285,19.415296),this.icon);	// MR HOT DOG
	       	this.markers1 = new GMarker(new GLatLng(54.155505,19.415811),this.icon);	// primavera
			this.markers2 = new GMarker(new GLatLng(54.169974,19.402982),this.icon); 	// czik czuk
			this.markers3 = new GMarker(new GLatLng(54.164293,19.405064),this.icon); 	// mariano
			this.markers4 = new GMarker(new GLatLng(54.18704,19.411683),this.icon); 	// leone
			this.markers5 = new GMarker(new GLatLng(54.151038,19.432138),this.icon); // pueblo
			this.markers6 = new GMarker(new GLatLng(54.184307, 19.398653),this.icon); // Tattoo Pizza	
			this.markers7 = new GMarker(new GLatLng(54.158602, 19.396936),this.icon); // Gruby Benek
			this.markers8 = new GMarker(new GLatLng(54.159748, 19.393476),this.icon); // Strzecha 
			this.markers9 = new GMarker(new GLatLng(54.159675, 19.401298),this.icon); // Kaktus
			this.markers10 = new GMarker(new GLatLng(54.181369, 19.411361),this.icon); // Pizzeria OREGANO 
			this.markers11 = new GMarker(new GLatLng(54.180915, 19.413845),this.icon); // La Capra
			this.markers12 = new GMarker(new GLatLng(54.180945, 19.405482),this.icon); // Da Grasso
			this.markers13 = new GMarker(new GLatLng(54.183375, 19.419754),this.icon); // Fantazja
			this.markers14 = new GMarker(new GLatLng(54.182511, 19.420320),this.icon); // Adus
			this.markers15 = new GMarker(new GLatLng(54.157903, 19.397679),this.icon); // Kuchnia Wędrowca
	 	
}

/**
 * ORIENTALNE
 */

function Data3(){
	this.icon = new GIcon();
    
	this.icon.image = "/img/pointer_orientalne.png";

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

	this.htmlcontents = [];

	this.htmlcontents[0] = 
				'<h2><a href="zloty_zuraw" >Złoty Żuraw</a></h2>';
						
	        this.htmlcontents[1] = 
				'<h2><a href="mandaryn" >Mandaryn</a></h2>';
						
	        this.htmlcontents[2] = 
				'<h2><a href="casablanca" >Casablanca</a></h2>';
				
			this.htmlcontents[3] = 
				'<h2><a href="tokyo-sushi" >Tokyo-Sushi</a></h2>';
			
			this.htmlcontents[4] = 
				'<h2><a href="masala" >Masala</a></h2>';
			
			this.markers0 = new GMarker(new GLatLng(54.157884, 19.395871),this.icon);	// Złoty Żuraw
	       	this.markers1 = new GMarker(new GLatLng(54.157567, 19.395257),this.icon);	// Mandaryn
			this.markers2 = new GMarker(new GLatLng(54.157803, 19.396816),this.icon); // Casablanca
			this.markers3 = new GMarker(new GLatLng(54.157908, 19.401155),this.icon); // Tokyo-Sushi
			this.markers4 = new GMarker(new GLatLng(54.160600, 19.396470),this.icon); // Masala

}

function Data4(){
	this.icon = new GIcon();
    
	this.icon.image = "/img/pointer_obiadowe.png";

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

	this.htmlcontents = [];

				    
			this.htmlcontents[0] = 
				'<h2><a href="arena" >Restauracja Arena</a></h2>';
														
			this.htmlcontents[1] = 
					'<h2><a href="wulkan" >Wulkan</a></h2>';	
					
			this.htmlcontents[2] = 
					'<h2><a href="pierogarnia_alibi" >Pierogarnia Alibi</a></h2>';
								
			this.htmlcontents[3] = 
				'<h2><a href="hot_king" >Hot King</a></h2>';
				
			this.htmlcontents[4] = 
				'<h2><a href="hot_king" >Pierogarnia "u Jędrka"</a></h2>';	
			
			this.htmlcontents[5] = 
				'<h2><a href="modosa" >Restauracja Modosa</a></h2>';
			
			this.markers0 = new GMarker(new GLatLng(54.149065, 19.429643),this.icon); // Arena
			this.markers1 = new GMarker(new GLatLng(54.159928, 19.395976),this.icon); // Wulkan
			this.markers2 = new GMarker(new GLatLng(54.158038, 19.394090),this.icon); // Pierogarnia Alibi
			this.markers3 = new GMarker(new GLatLng(54.159029, 19.420795),this.icon); // Hot King
 			this.markers4 = new GMarker(new GLatLng(54.168131, 19.407890),this.icon); // U Jędrka		
			this.markers5 = new GMarker(new GLatLng(54.158464, 19.397446),this.icon); // Modosa
			
	 
}
