Hi I wanted to know how to turn off the Bird's Eye check box by default when loading this widget. Unfortunately, in my area the Bird's Eye feature of Bing maps does not work. I'm guessing they don't have the imagery for my community.
I've looked into the the different folders and understand that when the page loads the following line under div id="MenuDiv3" loads the following:
<input id="bingMapCheckbox" type="checkbox" checked="" onclick="layoutRefresh()">
It's the checked="" that I'd like to remove but don't know how.
Thanks!