Member since Nov 04, 2009, follows 0 people, 0 public groups, 8 public bookmarks (8 total).
More »
Tags
| Recent Tags: |
|
|---|---|
| Top Tags: |
|
More »
Recent Bookmarks and Annotations
- Facebook | Bethany Kaufmann on 2009-12-28
-
Frank Lloyd Wright Preservation Trust - Home and Studio Map and Directions on 2009-12-28
-
Transportation
-
The Frank Lloyd Wright Home and Studio is accessible by public transportation
or car. It is located at 951 Chicago Avenue, in Oak Park, Illinois. Oak Park is
ten miles west of the Chicago Loop. We have baggage check facilities for the
duration of your tour.Detailed driving and public transportation directions from downtown Chicago
are listed below. For the latest CTA/Pace/Metra schedules and rates, call
312.836.7000 or visit their respective websites.
www.transitchicago.com |
www.pacebus.com | www.metrarail.com
<script src="http://maps.google.com/maps?file=api&v=2.118&key=ABQIAAAAcY9QV6-7oUQA0SlZVm7iSBQntxstkxfZ7XDIEcoOpMuSldtmshSj_cUs04AnKefkgfH5cBwbIg6gHA" type="text" /></script>
<script src="http://maps.gstatic.com/intl/en_us/mapfiles/140g/maps2.api/main.js" type="text" /></script>
<!-- begin display map -->
<script type="text" />
//<![CDATA[
if (GBrowserIsCompatible()) {
document.write('<div id="CGGoogleMaps0" style="width: 400px; height: 400px"><\/div>');
} else {
document.write('<b>Javascript must be enabled in order to use Google Maps.<\/b>');
}
//]>
</script>
<script type="text" />
//<![CDATA[
/*************************************************
* Created with GoogleMapAPI 2.4
* Author: Monte Ohrt <monte AT ohrt DOT com>
* Copyright 2005-2006 New Digital Group
* http://www.phpinsider.com/php/code/GoogleMapAPI/
*************************************************/
var points = [];
var markers = [];
var counter = 0;
var to_htmls = [];
var from_htmls = [];
var icon = [];
icon[0] = new GIcon();
icon[0].image = "http://gowright.org/modules/CGGoogleMaps/icons/building.png";
icon[0].iconSize = new GSize(21,31);
icon[0].iconAnchor = new GPoint(11,16);
icon[0].infoWindowAnchor = new GPoint(0,0);
icon[1] = new GIcon();
icon[1].image = "http://gowright.org/modules/CGGoogleMaps/icons/dd-end.png";
icon[1].iconSize = new GSize(20,34);
icon[1].iconAnchor = new GPoint(10,17);
icon[1].infoWindowAnchor = new GPoint(0,0);
var map = null;
if (GBrowserIsCompatible()) {
var mapObj = document.getElementById("CGGoogleMaps0");
if (mapObj != "undefined" && mapObj != null) {
map = new GMap2(document.getElementById("CGGoogleMaps0"));
map.setCenter(new GLatLng(41.894299, -87.799523), 15, G_NORMAL_MAP);
map.addControl(new GSmallMapControl());
map.addControl(new GMapTypeControl());
map.addControl(new GScaleControl());
var point = new GLatLng(41.8942985,-87.7995226);
var marker = createMarker(point,"Frank Lloyd Wright Home and Studio","<div id=\"gmapmarker\"><h3>Frank Lloyd Wright Home and Studio<\/h3><p>951 Chicago Avenue<br \/>Oak Park, IL 60302<\/p><\/div>", 0,"");
map.addOverlay(marker);
}
} else {
alert("Sorry, the Google Maps API is not compatible with this browser.");
}
function createMarker(point, title, html, n, tooltip) {
if(n >= 2) { n = 1; }
var marker = new GMarker(point,{'icon': icon[n], 'title': tooltip});
var tabFlag = isArray(html);
if(!tabFlag) { html = [{"contentElem": html}]; }
to_htmls[counter] = html[0].contentElem + '<p /><form class="gmapDir" id="gmapDirTo" style="white-space: nowrap;" action="http://maps.google.com/maps" method="get" target="_blank">' +
'<span class="gmapDirHead" id="gmapDirHeadTo">Directions: <strong>To here</strong> - <a href="http://gowright.org/http://gowright.org/javascript:fromhere(' + counter + ')">From here</a></span>' +
'<p class="gmapDirItem" id="gmapDirItemTo"><label for="gmapDirSaddr" class="gmapDirLabel" id="gmapDirLabelTo">Start address: (include addr, city st/region)<br /></label>' +
'<input type="text" size="40" maxlength="40" name="saddr" class="gmapTextBox" id="gmapDirSaddr" value="" onfocus="this.style.backgroundColor = \'#e0e0e0\';" onblur="this.style.backgroundColor = \'#ffffff\';" />' +
'<span class="gmapDirBtns" id="gmapDirBtnsTo"><input value="Get Directions" type="submit" class="gmapDirButton" id="gmapDirButtonTo" /></span></p>' +
'<input type="hidden" name="daddr" value="' +
point.y + ',' + point.x + "(" + title.replace(new RegExp(/"/g),'"') + ")" + '" /></form>';
from_htmls[counter] = html[0].contentElem + '<p /><form class="gmapDir" id="gmapDirFrom" style="white-space: nowrap;" action="http://maps.google.com/maps" method="get" target="_blank">' +
'<span class="gmapDirHead" id="gmapDirHeadFrom">Directions: <a href="http://gowright.org/http://gowright.org/javascript:tohere(' + counter + ')">To here</a> - <strong>From here</strong></span>' +
'<p class="gmapDirItem" id="gmapDirItemFrom"><label for="gmapDirSaddr" class="gmapDirLabel" id="gmapDirLabelFrom">End address: (include addr, city st/region)<br /></label>' +
'<input type="text" size="40" maxlength="40" name="saddr" class="gmapTextBox" id="gmapDirSaddr" value="" onfocus="this.style.backgroundColor = \'#e0e0e0\';" onblur="this.style.backgroundColor = \'#ffffff\';" />' +
'<span class="gmapDirBtns" id="gmapDirBtnsFrom"><input value="Get Directions" type="submit" class="gmapDirButton" id="gmapDirButtonFrom" /></span></p' +
'<input type="hidden" name="daddr" value="' +
point.y + ',' + point.x + "(" + title.replace(new RegExp(/"/g),'"') + ")" + '" /></form>';
html[0].contentElem = html[0].contentElem + '<p /><div id="gmapDirHead" class="gmapDir" style="white-space: nowrap;">Directions: <a href="http://gowright.org/javascript:tohere(' + counter + ')">To here</a> - <a href="http://gowright.org/javascript:fromhere(' + counter + ')">From here</a></div>';
if(!tabFlag) { html = html[0].contentElem; }if(isArray(html)) { GEvent.addListener(marker, "mouseover", function() { marker.openInfoWindowTabsHtml(html); }); }
else { GEvent.addListener(marker, "mouseover", function() { marker.openInfoWindowHtml(html); }); }
points[counter] = point;
markers[counter] = marker;
counter++;
return marker;
}
function isArray(a) {return isObject(a) && a.constructor == Array;}
function isObject(a) {return (a && typeof a == 'object') || isFunction(a);}
function isFunction(a) {return typeof a == 'function';}
function showInfoWindow(idx,html) {
map.centerAtLatLng(points[idx]);
markers[idx].openInfoWindowHtml(html);
}
function tohere(idx) {
markers[idx].openInfoWindowHtml(to_htmls[idx]);
}
function fromhere(idx) {
markers[idx].openInfoWindowHtml(from_htmls[idx]);
}
//]>
</script>
<!-- end display map -->Driving Directions
- 3 more annotations...
-
- Christmas @ KinderKorner.com on 2009-12-07
- Alphabet Letter G Printables - Coloring Pages, Posters, Worksheets on 2009-12-07
-
Coalition to Ban DHMO Dihydrogen Monoxide Homepage on 2009-11-23
-
http://BanDHMO.org
-
-
Facebook | Pat Ahner on 2009-11-16
-
"gentlemen" in our party
-
- Spell with flickr on 2009-11-04
- SurLaLune Fairy Tales: Annotated Fairy Tales, Fairy Tale Books and Illustrations on 2009-11-04
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo