
var isAddingNewLocation=false;var currMapID="";var isCurrMapFriends=false;var totalPersonalPins=0;function SetMapCursor(cursorName)
{var map=document.getElementById("MainMap");map.childNodes[0].style.cursor=cursorName;}
function SetCustomMapCursor(cursorImageName)
{var map=document.getElementById("MainMap");cursorImageName="url(../Images/"+cursorImageName+")";map.childNodes[0].setAttribute("class","mapDivStyleWithPinCursor");map.childNodes[0].setAttribute("className","mapDivStyleWithPinCursor");}
function AddMyLocation(mapID)
{isAddingNewLocation=true;currMapID=mapID;SetMapCursor("crosshair");}