streetview.php 118 Bytes
<?php
header("Location:https://maps.google.com/maps?q=&layer=c&cbll=".$_GET["y"].",".$_GET["x"]."&cbp=11,0,0,0,0");
?>