$(document).ready(function () {
	if (GBrowserIsCompatible() && $('#storeno').length > 0 && typeof(is_mobile) == 'undefined') {
		$('#content').addClass('active');
		jmmap.setup('map');
		jmmap.directions.setup('directions');
		$('.dir a').click(jmmap.directions.show);
		jmmap.showSingleStore($('#storeno').html(),false);
	}
});
