Control Location Example

When enabled, this control takes the place of the default Powered By Google logo.

Code:

$(document).ready(function() { 
    $('#map_canvas').googleMaps({
	    controls: {
			localSearch: true;
		}
    }); 
});