/**
	@file This file loads the Google Maps API for use in the maps
	implementation used by RRP.

	API VERSION:
		Maps 2.89

	USED BY:
		/scripts/maps/*.js
	
	INCLUDED BY:
		/maps.php
 */

// load version 2.89 of the Google Maps API
google.load('maps', '2.89');

