$(function() {
	$("#map").goMap({
		markers: [{ 
			latitude: 56.948813,
			longitude: 24.704004,
			title: 'marker title 1'
		}]
	});

	$.goMap.createMarker({ 
			address: 'Vilnius, Lithuania'
	});
});