function getCenterLatitude(){
  var pnt;

  try{
    pnt = document.getElementById('cY');
	pnt.value;
  } catch(err){alert('getCenterLatitude is not available');}
  
  return pnt;
}