function changeMap(map) {
  $('map').src = '/templates/broad/images/map/' + map + '.png';
}