It is centered
You have made some modifications to the map that doesn't really make sense.
the code looks like this
<div id="map_cont">
<div id="map_canvas">
your map is shown here
</div>
</div>
the map_cont has width of 400px, but the map_canvas has width of 800px... So google does the proper thing and centers the marker 400px far from top... But since the map_cont is hiding the rest of the map you think that it is not centered properly.
You need to have the same values for map_cont and map_canvas or the map_cont should be bigger than the map_canvas.