Completed as part of Udacity's Front End Nanodegree Program. This project is a single-page application that displays a LeafletJS map of the user's neighborhood via the Geolocation API. The Google Maps Places API is also used, returning points of interest near the user, which are then shown as Leaflet markers on the map. A search function is included to easily discover these POIs, and a listview is included to support simple browsing of all locations. The markers can be clicked and a picture will then be shown of the marker locations. KnockoutJS is used to handle the frontend functions, such as the search, listview, and marker click.