Search by country

Health Topics:

Stay informed

Sign up to an InterHealth newsletter today More >

InterHealth world map

Get Prepared

Be informed on illness prevention, resilience, safety, vaccines and malaria prevention before you go.

This information and guidance is designed as a complement to a consultation with a travel health professional, and not as a replacement.

Related Worlds

', options: { icon: "http://www.interhealth.org.uk/Images/pin-green.png" } }); trainingList.push({ address: "Nairobi, Kenya", data: ' ', options: { icon: "http://www.interhealth.org.uk/Images/pin-green.png" } }); trainingList.push({ address: "Washington DC, United States of America (USA)", data: ' ', options: { icon: "http://www.interhealth.org.uk/Images/pin-green.png" } }); trainingList.push({ address: "Addis Ababa, Ethiopia", data: ' ', options: { icon: "http://www.interhealth.org.uk/Images/pin-green.png" } }); addMarkers(trainingList); newsList.push({ address: "Sudan", data: "", options: { icon: "http://www.interhealth.org.uk/Images/pin-red.png" } }); newsList.push({ address: "Uganda", data: "", options: { icon: "http://www.interhealth.org.uk/Images/pin-red.png" } }); newsList.push({ address: "Mauritania", data: "", options: { icon: "http://www.interhealth.org.uk/Images/pin-red.png" } }); newsList.push({ address: "Western Samoa", data: "", options: { icon: "http://www.interhealth.org.uk/Images/pin-red.png" } }); newsList.push({ address: "Philippines", data: "", options: { icon: "http://www.interhealth.org.uk/Images/pin-red.png" } }); newsList.push({ address: "Panama", data: "", options: { icon: "http://www.interhealth.org.uk/Images/pin-red.png" } }); newsList.push({ address: "India", data: "", options: { icon: "http://www.interhealth.org.uk/Images/pin-red.png" } }); newsList.push({ address: "Mozambique", data: "", options: { icon: "http://www.interhealth.org.uk/Images/pin-red.png" } }); newsList.push({ address: "Indonesia", data: "", options: { icon: "http://www.interhealth.org.uk/Images/pin-red.png" } }); newsList.push({ address: "Egypt", data: "", options: { icon: "http://www.interhealth.org.uk/Images/pin-red.png" } }); newsList.push({ address: "Solomon islands", data: "", options: { icon: "http://www.interhealth.org.uk/Images/pin-red.png" } }); newsList.push({ address: "Pakistan", data: "", options: { icon: "http://www.interhealth.org.uk/Images/pin-red.png" } }); newsList.push({ address: "Madagascar", data: "", options: { icon: "http://www.interhealth.org.uk/Images/pin-red.png" } }); newsList.push({ address: "Brazil", data: "", options: { icon: "http://www.interhealth.org.uk/Images/pin-red.png" } }); newsList.push({ address: "Chad", data: "", options: { icon: "http://www.interhealth.org.uk/Images/pin-red.png" } }); newsList.push({ address: "Bolivia", data: "", options: { icon: "http://www.interhealth.org.uk/Images/pin-red.png" } }); newsList.push({ address: "Syria", data: "", options: { icon: "http://www.interhealth.org.uk/Images/pin-red.png" } }); newsList.push({ address: "Argentina", data: "", options: { icon: "http://www.interhealth.org.uk/Images/pin-red.png" } }); newsList.push({ address: "China", data: "", options: { icon: "http://www.interhealth.org.uk/Images/pin-red.png" } }); newsList.push({ address: "Zimbabwe", data: "", options: { icon: "http://www.interhealth.org.uk/Images/pin-red.png" } }); newsList.push({ address: "Iran", data: "", options: { icon: "http://www.interhealth.org.uk/Images/pin-red.png" } }); newsList.push({ address: "Peru", data: "", options: { icon: "http://www.interhealth.org.uk/Images/pin-red.png" } }); newsList.push({ address: "Congo", data: "", options: { icon: "http://www.interhealth.org.uk/Images/pin-red.png" } }); newsList.push({ address: "Ethiopia", data: "", options: { icon: "http://www.interhealth.org.uk/Images/pin-red.png" } }); newsList.push({ address: "South Sudan", data: "", options: { icon: "http://www.interhealth.org.uk/Images/pin-red.png" } }); newsList.push({ address: "United Kingdom", data: "", options: { icon: "http://www.interhealth.org.uk/Images/pin-red.png" } }); newsList.push({ address: "Saudi Arabia", data: "", options: { icon: "http://www.interhealth.org.uk/Images/pin-red.png" } }); newsList.push({ address: "Kenya", data: "", options: { icon: "http://www.interhealth.org.uk/Images/pin-red.png" } }); newsList.push({ address: "Namibia", data: "", options: { icon: "http://www.interhealth.org.uk/Images/pin-red.png" } }); newsList.push({ address: "Cambodia", data: "", options: { icon: "http://www.interhealth.org.uk/Images/pin-red.png" } }); newsList.push({ address: "Netherlands", data: "", options: { icon: "http://www.interhealth.org.uk/Images/pin-red.png" } }); newsList.push({ address: "Japan", data: "", options: { icon: "http://www.interhealth.org.uk/Images/pin-red.png" } }); newsList.push({ address: "Honduras", data: "", options: { icon: "http://www.interhealth.org.uk/Images/pin-red.png" } }); newsList.push({ address: "Paraguay", data: "", options: { icon: "http://www.interhealth.org.uk/Images/pin-red.png" } }); addMarkers(newsList); kmlList.push({ id: "247", url: "http://interhealth.org.uk/" + "/kmlFiles/247/bolivia_sm_2010.gif" }); addKmlLayers(kmlList); }); function addMarkers(newsList) { $("#map").gmap3({ marker: { values: newsList, events: { mouseover: function (marker, event, context) { var map = $(this).gmap3("get"), infowindow = $(this).gmap3({ get: { name: "infowindow" } }); if (infowindow) { infowindow.open(map, marker); infowindow.setContent(context.data); } else { $(this).gmap3({ infowindow: { anchor: marker, options: { content: context.data }, events: { domready: styleInfoWindow } } }); } } } } }); } function addKmlLayers(kmlList) { var limit = 25; $.each(kmlList, function (index, obj) { if (index >= limit) return false; $("#map").gmap3({ kmllayer: { tag: obj.id, options: { url: obj.url, opts: { suppressInfoWindows: true, preserveViewport: true } }, events: { click: function (kml, event) { var content = "
" + event.featureData.description + "
"; $(this).gmap3({ infowindow: { latLng: event.latLng, options: { content: content }, events: { domready: styleInfoWindow } } }); } } } }); }); } function styleInfoWindow() { var l = $('.map-bubble').parent().parent().parent().siblings(); for (var i = 0; i