<%= form_tag({ :controller => :geocoder, :action => :search },
{ :id => "search_form", :remote => true, :method => "get", :action => url_for(:action => "index") }) do %>
<%= text_field_tag :query, h(params[:query]), :tabindex => "1" %>
<%= submit_tag t('site.search.submit_text') %>
<% end %>