How to make an anchored page in a navigation menu tab

Add this page link in navigation menu with #target_point, example http://example.com/contact#location_map

Then add an anchor at somewhere of that page with name=”location_map”. Something like <a name="location_map"></a>

Now when someone clicks on this menu, he’ll be directed to this specific part of contact page.