There should be an option to display “No Map.”

This can be implemented by changing line 21 in the file geouser.admin.inc from:

   '#options' => array(t('Google Map'), t('Yahoo Map’)),

to:

   '#options' => array(t('Google Map'), t('Yahoo Map'), t('No Map')),