Best Google maps module to create the tipical 'Where we are' page on Drupal 7

  • 17 Feb 2013
  • Drupal

The best way to solve this problem is to not using google maps. In my last project I've used the mapBox solution. Beautiful, elegant and very simple to use. Just add the css and js files into yout theme.

<script src='http://api.tiles.mapbox.com/mapbox.js/v0.6.7/mapbox.js'></script>
  <link href='http://api.tiles.mapbox.com/mapbox.js/v0.6.7/mapbox.css' rel='stylesheet' />

Then, create the article with the mapBox publish code.

<div id="map"></div>
<script>mapbox.auto('map', '*****.map-********');</script>

MapBox