$(document).ready(function() {
$('#map_canvas').googleMaps({
controls: {
type: {
x: 30,
y: 30
},
zoom: {
x: 30,
y: 30
}
}
});
});