The Position function returns a List of positions. This is because an element might be found in multiple locations on a list.
Position is very often used with First or Last to get the first or last element out of a list.
First[Position[....]]
This is effectively the same code as posted above.