﻿$(document).ready(function() {

	url = document.URL.split('/');
	
	$('#gmap').jmap('init', {'mapType':'map','mapCenter':[50.273971, 19.128081], 'mapZoom':16});
	$('#gmap').jmap('AddMarker', {'pointLatLng': [50.272871, 19.126081]});
	
	var blueIcon = new GIcon(G_DEFAULT_ICON);
    blueIcon.image = "http://instytutcentrum.pl/images/plaza.png";
	blueIcon.iconSize = new GSize(92, 79);
	$('#gmap').jmap('AddMarker', {'pointLatLng': [50.275431, 19.126781], 'pointIcon': blueIcon});
	
	var blueIcon = new GIcon(G_DEFAULT_ICON);
    blueIcon.image = "http://instytutcentrum.pl/images/bp.png";
	blueIcon.iconSize = new GSize(92, 79);
	$('#gmap').jmap('AddMarker', {'pointLatLng': [50.273731, 19.126581], 'pointIcon': blueIcon});




var blueIcon = new GIcon(G_DEFAULT_ICON);
    blueIcon.image = "http://instytutcentrum.pl/images/c2.png";
	blueIcon.iconSize = new GSize(92, 79);
	$('#gmap').jmap('AddMarker', {'pointLatLng': [50.274383,19.125271], 'pointIcon': blueIcon});










	$('.f_gallery').flash({
		src: '/images/gallery.swf',
		width: 458,
		height: 316,
		wmode: 'transparent', 
		flashvars: { url: url[3]}
	});

});