Are you a member? sign in or take a minute to sign up

Cancel
Member login
logo
Typography Typography

Tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est At vero eos et accusam et justo duo dolores et ea rebum.

Google Maps
Maps are generally a good way to give an overview of direction or location of your physical office. The google map api uses latitudes and longitudes to position the marker on the spot that you want to identify. To modify the position, open up js/libs/google.api.js and search for 'change lat lng to point'. change the figures in brackets to your desired position. The easiest way to get the correct coordinate values is:
  1. Navigate to google maps
  2. Search for the location by address or name
  3. Once the address is marked on google maps, click on the link to embed it to HTML and take note of the coordinates that are within the html code.
  4. Copy and paste coordinates within the brackets identified in google.api..js