
// GOOGLE MAPS

$(document).ready(function()
{
	if ($('#map').length != 0)
	{
		makemap();
	}
});