/**
 * @author toby
 */

/* Googlemap init variables */

/* the name of the config folder for this site*/
var configfolder = "1485_nyfashion";

/* the initial Latitude and Longitude, Zoom and Map Type values */
var initLat = 40.722543;
var initLng = -73.995752;
var initZoom = 14;
var initMapType = G_NORMAL_MAP;

/* set the copy here for various messages given to the user while using the interactive*/
var uploadLinkMsg = "If you've got a story or photo of New York fashion we'd love to hear about it. Follow the link below to add your story for this location.";
var noResultsMsg = "Sorry, your search has returned no results.";
var multiResultsMsg = "Please select from the following results:";
var singleResultsMsg = "Your search has returned the following result:";

/* this sets the text for various elements of the interface */
var addStoryButtonText = "ADD YOUR STORY";
var viewStoryButtonText = "BACK TO STORIES";
var addStoryInstruction = "<h3>CLICK ANYWHERE ON THE MAP TO ADD A STORY</h3>";
var categoriesText = "<h3>Categories:</h3>";

/* a flag to show or hide the search tool */
var useGeocodeSearch = 1; /* if map is not centred on US or Canada, disable this (0); else (1)*/

