If no orders map widget on dashboard appears blank.
Changing the map.php template by adding an empty data element shows the map without any region highlighted.
if ($i == 0) {
$data[] = 'data.setValue(0, 0, null);
data.setValue(0, 1, 0);
data.setValue(0, 2, null);';
}