$(document).ready(function() {
loadMarkers();

$('#map').bind("focus", function(e) { 
if ($(e.target).attr('class') !== 'tooltip' || $(e.target).attr('type') !== 'text' || $(e.target).attr('type') !== 'button' || $(e.target).attr('type') !== 'radio' ) 
{ 
  $('.tooltip').remove();
}; 
  return false;  
});


});