Custom Depth

Code:

$(document).ready(function() { 
    $('#map_canvas').googleMaps({
        depth: 18
    }); 
});