function mapInfo(location) {
  var placeholder = document.getElementById("placeholder");
  var info = location.getAttribute("title");
  placeholder.firstChild.nodeValue = info;
}



