.
?pb= URL- iframe, , - . , , (lat, lng), iframe .
, API, - :
$(document).ready( function(){
var addr = 'Any Street 670, Any City';
function(){
var embed= "<iframe width='425' height='350' frameborder='0'
scrolling='no' marginheight='0' marginwidth='0'
src='https://maps.google.com/maps?&q="+
encodeURIComponent( addr ) +
"&output=embed'></iframe>";
$('.place').html(embed);
});
});
.
SO.