	$(function()
	{	
		$("#map5").gMap({ 
                  markers: [{ latitude: 54.665714,
                              longitude: -6.89987,
                              icon: { image: "http://www.euroscroll.com/wp-content/themes/twentyten/images/marker.png",
                              		  iconsize: [50, 50],
                              		  iconanchor: [12,46],
                              		  infowindowanchor: [12, 0] } }

                            ],
                  
                  latitude: 54.665714,
                  longitude: -6.89987,
                  zoom: 14 });
        
	});
