Why is this geospatial search so slow?

Yes, I had added an index with:

CREATE INDEX index_user_location FOR (n:GraphUser) ON (n.location)

Do I need to create it with different options?