It's possible to show Google's streetview (version => 2.16).Keep in mind to set the lat/lon for a location where streetview is available. If streetview is not available then an error is shown.
sv - this is if streetview must show. It can be top, bottom or a name for an own defined div.
svwidth - the width of the streetview (greater then 250)
svheight - the height of the streetview (greater then 70)
svyaw - defines the rotation angle around the camera locus in degrees relative from true north. Yaw angles are measured clockwise (90 degrees is true east)
svpitch - defines the angle variance "up" or "down" from the camera's initial default pitch, which is often (but not always) flat horizontal. (For example, an image taken on a hill will likely exhibit a default pitch that is not horizontal.) Pitch angles are measured with positive values looking up (to +90 degrees straight up and orthogonal to the default pitch) and negative values looking down (to -90 degrees straight down and orthogonal to the default pitch).
svzoom - defines the zoom level of this view (effectively proscribing the "field of view") with 0 being fully zoomed-out. Different Street View locations may provide higher or lower zoom levels.
svautorotate - Switch on autorotate of the streetview (default off)
svaddress - Switch the approximate address control onor off (default on)
You can get the parameters out of maps.google.com when viewing streetview. Click on link and you will see the link to get the same view. At the end the parameter cbp defines the streetview parameters:
First value can be ignored.
Second value is svyaw
Third value can be ignored
Fourth value is svzoom
Fifth value is svpitch
Parameter cbll can be used for centerlat and centerlon.