JQuery Dialog Position Problem

JQuery Dialog Position Problem

I am using Google Maps in page. I want to set the positon right bottom of google maps.
But scroll bar occurs. How can I solve this problem

  1.         position: {
  2.              my: "right bottom",
  3.              at: "right bottom",
  4.              of: "#google_map"
  5. },