-<script type="text/javascript">
-<!--
- function describeLocation() {
- var args = getArgs($("#viewanchor").attr("href"));
-
- $("#sidebar_title").html("<%= t 'site.sidebar.search_results' %>");
- $("#sidebar_content").load("<%= url_for :controller => :geocoder, :action => :description %>", {
- lat: args["lat"],
- lon: args["lon"],
- zoom: args["zoom"]
- }, openSidebar);
- }
-// -->
-</script>
-