var gcode = "US"; var gcity = "Columbus"; var gcountry = "United States"; window.onload= function getloc() { if(gcity != ''){ document.getElementById("pcity").innerHTML = gcity; }else{ document.getElementById("pcity").innerHTML = 'Your Area'; } }