$(document).ready(function(){
			
	$('a.map').teste({
			bgColor: '#000',
			bgOpacity: 0.8,
			mapWidth: 600,
			mapHeight: 350,
			mapText: 'Easy Sheds, Motueka, Nelson - New Zealand',
			mapUrl: 'http://maps.google.co.nz/?ie=UTF8&amp;ll=-41.124108,173.001022&amp;spn=0.095043,0.154324&amp;z=13&amp;vpsrc=0&amp;output=embed'
			});		
	
});


