# File lib/google_geocode.rb, line 42
  def initialize(key)
    @key = key
    @url = URI.parse 'http://maps.google.com/maps/'
  end