//Default lat lng for mmessage center, tracker, mover, mylocation map

function defaultLatLngZoom(){
	this.lat = 0;
	this.lng = 0;
	this.zoom = 1;
}


