class Geocoder::Result::Google

def sub_state

def sub_state
  if state = address_components_of_type(:administrative_area_level_2).first
    state['long_name']
  end
end