I need to parse out the LatLng and POV parameter from the following code:
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?q=Macy's,+563+5th+Avenue,+New+York,+NY+10001&layer=c&sll=40.750256,-73.988362&cid=10880239595114563966&cbp=13,0,,0,0&cbll=17.58147,-98.990466&hl=en&ie=UTF8&hq=Macy's,+563+5th+Avenue,+New+York,+NY+10001&hnear=&ll=40.750256,-73.988362&spn=0.006295,0.006295&t=m&vpsrc=6&panoid=anrJntNrma7mSoFTE9gC7w&source=embed&output=svembed"></iframe><br /><small><a href="http://maps.google.com/maps?q=Macy's,+563+5th+Avenue,+New+York,+NY+10001&layer=c&sll=40.750256,-73.988362&cid=10880239595114563966&cbp=13,0,,0,0&cbll=17.58147,-98.990466&hl=en&ie=UTF8&hq=Macy's,+563+5th+Avenue,+New+York,+NY+10001&hnear=&ll=40.750256,-73.988362&spn=0.006295,0.006295&t=m&vpsrc=6&panoid=anrJntNrma7mSoFTE9gC7w&source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small>
I've got latLng already , but i can't find out where are those POV parameters.Can any one help?