I have an address saved as a cookie and now I want to pass it through geocoder to get it's lat and lng to show a map view.
the data that cookies[:location] has stored is {"location"=>"1 E 161 St, The Bronx, NY 10451"}, how do I get it so that just "1 E 161 St, The Bronx, NY 10451" is passed into Geocoder.search()?