$(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/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=12+Michael+Myers+Street,+Motueka,+New+Zealand&amp;sll=-41.167374,173.144702&amp;sspn=0.449707,1.172791&amp;ie=UTF8&amp;hq=&amp;hnear=12+Michael+Myers+St,+Motueka,+7120&amp;ll=-41.107602,173.01055&amp;spn=0.007437,0.0265&amp;z=16&amp;output=embed'
			});		
	
});

