google.load("maps", "2.x");
google.setOnLoadCallback(initialize);
function initialize()
{

   The_whi = new google.maps.Map2(document.getElementById("The_whi"));
   The_whi.setCenter(new google.maps.LatLng(42.1236, -80.0813), 5 );
   The_whi.addControl(new GSmallMapControl());
   The_white_nose_syndrome();

   United_ = new google.maps.Map2(document.getElementById("United_"));
   United_.setCenter(new google.maps.LatLng(39.0119, -98.4842), 4 );
   United_.addControl(new GSmallMapControl());
   United_States();

   Great_B = new google.maps.Map2(document.getElementById("Great_B"));
   Great_B.setCenter(new google.maps.LatLng(53.4807, -2.23438), 5 );
   Great_B.addControl(new GSmallMapControl());
   Great_Britain();

   Austral = new google.maps.Map2(document.getElementById("Austral"));
   Austral.setCenter(new google.maps.LatLng(-25.2744, 133.775), 3 );
   Austral.addControl(new GSmallMapControl());
   Australia();

   Bats_an = new google.maps.Map2(document.getElementById("Bats_an"));
   Bats_an.setCenter(new google.maps.LatLng(40.7805, -97.294), 3 );
   Bats_an.addControl(new GSmallMapControl());
   Bats_and_Rabies();
}

