$(document).ready(function() {
//if ($("#map").attr("id").length()>0) {
  $(".map").gMap({  
  zoom:11,
  markers: [{ latitude: 54.916907,
              longitude: 23.925658,
			  html:"Sukilėlių pr. 3/ Tvirtovės al. 21, Kaunas"
			},
			{ latitude: 54.914965,
              longitude: 23.893518,
			  html:"Varnių g. 26A, Kaunas"
			}
			]
   });	
   $(".map").css("width","450px");
    $(".map1").css("width","450px");
	$(".map3").css("width","450px");
    $(".map4").css("width","450px");
	$(".map5").css("width","450px");
   $(".map1").gMap({  
  zoom:13,
  markers: [{ latitude: 54.916907,
              longitude: 23.925658,
			  html:"Vilniaus",
			  popup:true
			}
			]
   });

    $(".map4").gMap({  
  zoom:13,
  markers: [{ latitude: 55.077061,
              longitude: 24.285335,
			  html:"A. Basanavičiaus g. 36, Jonava",
			  popup:true
			}
			]
   });
    $(".map3").gMap({  
  zoom:13,
  markers: [{ latitude: 54.947324,
              longitude: 23.047676,
			  html:"Kęstučio g. 19, Šakiai",
			  popup:true
			}
			]
   });
   
   $(".map5").gMap({  
  zoom:13,
  markers: [{ latitude: 54.868742,
              longitude: 24.474921,
			  html:"Gudienų kaimas, Dirbtuvių g. 1",
			  popup:true
			}
			]
   });
   
	
//}
});

