Show Satellite Map by Default

Edit js/mega-superstorefinder.js and find they keyword ROADMAP and replace with SATELLITE

From:

mapTypeId: google.maps.MapTypeId.ROADMAP,

To:

mapTypeId: google.maps.MapTypeId.SATELLITE,
1+