
function showLocationName(locationCode) {
	locationNameContainer = document.getElementById('map-location');
	locationNameContainer.className = 'location-name-' + locationCode;
}
