Need help with - center: new google.maps.LatLng

Joined
May 31, 2012
Messages
6
Reaction score
0
Hi there,

Please help with the below co-ordinates, need the numbers that corresponds with the street - mogothlori and lerwe street, see the link http://maps.google.co.za/maps?hl=en&q=mogohlotsi%20and%20lerwe%20street%20maps&psj=1&bav=on.2,or.r_gc.r_pw.r_qf.&bpcl=35243188&biw=1920&bih=902&wrapid=tlif134993762297910&um=1&ie=UTF-8&sa=N&tab=wl

center: new google.maps.LatLng(40.6794935205511, -73.97831726074219),
mapTypeId: google.maps.MapTypeId.HYBRID

opts.position = new google.maps.LatLng(40.681576407044474, -73.99634170532227);
opts.map = map;
 
Top