Maybe it’s just that you have point.y and point.x the wrong way?
lookAt.set(point.x, point.y, 600, ge.ALTITUDE_RELATIVE_TO_GROUND, 0, 0, 0);
, " ", , ? , , , "-" "M20 1LL"? , , ( ).
, ;
1) , .
2) , "" .
http://code.google.com/apis/maps/documentation/javascript/v2/services.html#Geocoding_Caching
, AOK... (00) ...
var lookAt = ge.createLookAt('');
lookAt.set(point.y, point.x, 600, ge.ALTITUDE_RELATIVE_TO_GROUND, 0, 0, 0);
ge.getView().setAbstractView(lookAt);