Click To Find Out More
Run your city for a reason; when you sign up to fundraise as a St. Jude Hero at Great Urban Race, you can earn race day incentives and prizes all while helping to save lives. We'll even help you get started by donating $10 for every person that signs up to be a St. Jude Hero.
Visit Locations to find a race near you.
';
} else {
pin = '
';
}
} else {
if(value.status == 1){
pin = '
';
} else {
pin = '
';
}
}
$("#map").append(pin);
$("#map").append('
');
$('.shadow_'+key).css({left: value.x+"px", top: value.y+"px"});
$('.shadow_'+key).delay(100).animate({opacity: 1},'slow');
$('.loc_'+key).css("left", value.x+"px");
setTimeout(function(){
$('.loc_'+key).animate({top: value.y},'slow');
}, timer);
timer += 75;
});
$('#map').on('click','.active',function(){
window.location = "http://greaturbanrace.com/locations"+$(this).data('id');
});
$(".pin").hover(
function () {
pinLoc = $(this).position();
boxLeft = pinLoc.left;
boxTop = pinLoc.top - 65;
$('#map_box').css({display: 'block'});
$('#map_box').css({top: boxTop, left: boxLeft});
$('#map_box').animate({top: boxTop-5},'fast');
$('#map_box #title').text($(this).data('title'));
$('#map_box #date').text($(this).data('date'));
$('#map_box #details').attr('href', "http://greaturbanrace.com/locations"+$(this).data('id'));
},
function () {
}
);
$("#map").hover(
function () {
},
function () {
$('#map_box').css({display: 'none'});
}
);
$("#map").append('
');
});