try this(untested)
Code:
var tempcamx = 0; //change these to your camera position
var tempcamy = 0;
var tempcamz = 0;

function initcamera() //call this after level_load
{
    camera.x = tempcamx;
    camera.y = tempcamy;
    camera.z = tempcamz;
}