# File lib/geokit/mappable.rb, line 390
    def street_number
      street_address[/(\d*)/] if street_address
    end