- $("#map").width($("#content").width() - sidebar_width - left_border - right_border);
- $("#map").height($("#content").height() - top_border - bottom_border);
+ $("#map").width(content_width - sidebar_width - left_border - right_border);
+ $("#map").height(content_height - top_border - bottom_border);
+
+ <% if params[:controller] == "site" and params[:action] == "index" -%>
+ map.updateSize();
+ <% end -%>