(function($){$(function(){$('.locationmap a').click(function(){if($(this).hasClass('clicked'))
return false;var me=$(this),img=me.parents('.locationmap').eq(0).find('img'),mapBox=$('<div>').css('height',img.height()+'px').css('position','relative');me.before(mapBox);img.remove();var coords=me.attr('href').match(/\&ll\=(.*?)\&/)[1].split(','),myLatlng=new google.maps.LatLng(coords[0],coords[1]),myOptions={zoom:15,center:myLatlng,mapTypeId:google.maps.MapTypeId.ROADMAP,navigationControl:true,mapTypeControl:false,scaleControl:false},map=new google.maps.Map(mapBox[0],myOptions);var marker=new google.maps.Marker({position:myLatlng,map:map,title:"Christchurch Art Gallery Te Puna O Waiwhetu"});$(this).addClass("clicked");return false;});});})(jQuery);
