Pro Maps for Google does not do street view. But if you add these two lines of code to your javascript file, you will get the street view:
panoramaOptions = { latlng:point };
myPano = new GStreetviewPanorama(document.getElementById("wagmp_map_1"), panoramaOptions);
However, those lines will need to change based on your map. But for the most past those lines of code should be placed under this line of code:
wagmp_map_1_obj.points.push(point);