
// include google libs
google.load("maps", "2", {"locale": "nl"});

// init various implementations
google.setOnLoadCallback(function() {

  GoogleMapUtils.load();
  GoogleMapSearch.load();
  GoogleMiniMap.load();
  GoogleMapResults.load();
  GoogleMapLegend.load();
  
  Spif.DOMEvents.attach(window, "unload", google.maps.Unload);
  
});