$(document).ready(function() {
$('#banner').cycle({ 
			fx: 'fade',
			random: 1,
			speed: 500,
			timeout: 7000
		});
$('#altbanner').cycle({ 
			fx: 'fade',
			random: 1,
			speed: 500,
			timeout: 7000
		});
$('#mymap').gmap3({
						  action: 'addMarker',
						  address: "2277 Plaza Drive Sugar Land, TX 77479",
						  map:{
							center: true,
							zoom: 15
						  }
					   });
});
