'Embed Street View image (snapshot) with parameters

I saw this entry explaining hoy to view Google Street View passing parameters: Google street view URL

Also it is possible to embed it into an iframe: <iframe id="iframe_streetview" height="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?t=m&amp;ie=UTF8&amp;layer=c&amp;cbll=**[[LATITUDE]]**,**[[LONGITUDE]]**&amp;panoid=&amp;cbp=13,353.97,,0,0.23&amp;ll=**[[LATITUDE]]**,**[[LONGITUDE]]**>&amp;spn=0.004578,0.012059&amp;z=16&amp;f=q&amp;source=embed&amp;output=svembed"></iframe>

But I need just an image, not embed an street view...

I wonder if it is possible to embed just an image into an iframe just giving coordinates. (Obviously without API KEY. The cost is too much for my website)



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source