--- location.module	2010-05-12 14:35:04.000000000 -0400
+++ location.module.patched	2010-05-12 14:30:11.000000000 -0400
@@ -1750,7 +1750,7 @@ function location_settings($old = FALSE)
     '#type' => 'select',
     '#title' => t('Maximum number of locations'),
     '#options' => drupal_map_assoc(range(0, 100)),
-    '#default_value' => isset($old['multiple']['max']) ? $old['multiple']['max'] : 0,
+    '#default_value' => isset($old['multiple']['max']) ? $old['multiple']['max'] : 3,
     '#description' => t('The maximum number of locations that can be associated.'),
   );
   // @@@ Dynamic location adding via ahah?
