if (document.location.host == 'www.asu.edu') {
  if (document.location.pathname.indexOf('/asuwebrw/asusite/map/') == 0) {
    document.write('<scr' + 'ipt src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAFW1gFuN7CF_JQVw_NTIo-xQ4kVdd6JmfFkYhu1ypTqBOnUYYgxRSYt-Udt7MXtPFqJQFOcd7jKzpuQ" type="text/javascript"></scr' + 'ipt>');
  } else {
    document.write('<scr' + 'ipt src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAflp7q4sc2AhtbAdhsidEhBRaL7hWPEVyM27VEREHhRwjR0bVehQkhqPcQzJDnyjGOEr4xnFp-tF6jQ" type="text/javascript"></scr' + 'ipt>');
  }

} else if (document.location.host == 'asu.edu') {
  document.write('<scr' + 'ipt src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAxSI9DeX9f2_uIaEFuo7B1xSYSL3FYLyAuRni56nf4BHpkty5txQ9vKLPfbDggEiCPn3J5pNOYs3HDA" type="text/javascript"></scr' + 'ipt>');

} else if (document.location.host == 'beta.asu.edu') {
  document.write('<scr' + 'ipt src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAxSI9DeX9f2_uIaEFuo7B1xSFf1-Saz6E_Sdl4pEPQgaeChyt9BQ2xr_sMGxlEHNFCZ1siKWCnxM3_w" type="text/javascript"></scr' + 'ipt>');

} else {
  alert('No map api key defined for "' + document.location.host + '"');
}

