// Google map data
// 0) {
imagesMap = imagesMap - 1;
} else {
imagesMap = 0;
}
if(imagesMap != '0') {
map.panTo(gmarkersMap[imagesMap].getLatLng());
}
GEvent.trigger(gmarkersMap[imagesMap], "click");
}
function nextclick() {
if (imagesMap < imagesMapMax) {
imagesMap++;
} else {
imagesMap = imagesMapMax;
}
if(imagesMap != '0') {
map.panTo(gmarkersMap[imagesMap].getLatLng());
}
GEvent.trigger(gmarkersMap[imagesMap], "click");
}
function zoomIn() {
map.zoomIn();
}
function zoomOut() {
map.zoomOut();
}
// Display the map, with some controls and set the initial location
var map = new GMap2(document.getElementById("container-map"));
//map.addControl(new GSmallMapControl());
//map.addControl(new GMapTypeControl());
//map.setCenter(new GLatLng(41.938729,-87.60293),13);
map.setCenter(new GLatLng(41.918729,-87.61393),13);
map.setMapType(G_SATELLITE_MAP);
map.enableScrollWheelZoom();
var mm = new GMarkerManager(map);
document.getElementById("container-map").style.backgroundImage = "url(images/screen_bg.png)";
// create markers
var point = new GLatLng(41.898729,-87.62293);
var html = '

Developer // Problem-Solver // Constant Work-in-Progress
I believe in creating websites that work just as great as they look. Functionality should be intuitive, unconscious; it should just feel right. When I’ve done my job well you might not even notice, but you darn sure know when something’s off.
';
var icontype = "info";
// create the marker
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
// add the bigger icon version
var icontype = "infoBig";
// create the marker
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//$("#footer").append('
');
// websites and photos
//El Cuarto Año High School Site Launches
var point = new GLatLng(41.901508,-87.707226);
var html = 'view site'"+','+"'http://www.damofknowledge.com/wp-content/uploads/1116eca.org-home-06032010.png'"+',\'image\',null,null)" rel="mapImage" class="fancybox image">
2010
Learn More
';
var icontype = "web";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "webBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//FugScreens Studios Launches
var point = new GLatLng(41.913625,-87.667437);
var html = 'view site'"+','+"'http://www.damofknowledge.com/wp-content/uploads/fugscreens_lg.jpg'"+',\'image\',null,null)" rel="mapImage" class="fancybox image">

FugScreens Studios
2010
Screenprinting studio site includes:
- Design and Development
- Custom Wordpress Theme
- PayPal Integration for Simple Shopping Cart
Learn More
';
var icontype = "web";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "webBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Simple, Gray, pretty much Awesome
var point = new GLatLng(41.930878,-87.648955);
var html = 'view site'"+','+"'http://www.damofknowledge.com/wp-content/uploads/meganklawitter.com-about.png'"+',\'image\',null,null)" rel="mapImage" class="fancybox image">

MeganKlawitter.com
2010
Portfolio site includes:
- Custom Design
- Etsy API Integration
- SimpleViewer Customization
- Mobile Versions for Android, iPhone and Blackberry
Learn More
';
var icontype = "web";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "webBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//IMU Collection Launches
var point = new GLatLng(42.253819,-83.750142);
var html = 'view site'"+','+"'http://www.damofknowledge.com/wp-content/uploads/imu-2010-home.png'"+',\'image\',null,null)" rel="mapImage" class="fancybox image">

IMUTheInsideOut.com
2009
T-shirt storefront includes:
- Full Drupal Customization
- E-commerce Storefront
- Blog and Community Forums
- Designed by Andrew Smith
Learn More
';
var icontype = "web";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "webBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//AdTec Launches
var point = new GLatLng(39.817552,-84.9962);
var html = 'view site'"+','+"'http://www.damofknowledge.com/wp-content/uploads/admtec.com_.png'"+',\'image\',null,null)" rel="mapImage" class="fancybox image">

AdTec
2009
Consulting firm site includes:
Learn More
';
var icontype = "web";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "webBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Lisa Cordileone's Portfolio Launched
var point = new GLatLng(41.899207,-87.635912);
var html = 'view site'"+','+"'http://www.damofknowledge.com/wp-content/uploads/http-www.lisacordileone.com-03152010.png'"+',\'image\',null,null)" rel="mapImage" class="fancybox image">

LisaCordileone.com
2009
Actor portfolio site includes:
- Template customization
- Hosting advice
- Flash multimedia players
- Small CMS with jQuery and editEase
Learn More
';
var icontype = "web";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "webBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Emily Hoskins' Portfolio Launched
var point = new GLatLng(30.309965,-97.916312);
var html = 'view site'"+','+"'http://www.damofknowledge.com/wp-content/uploads/http-www.emilyhoskins.com-03152010.png'"+',\'image\',null,null)" rel="mapImage" class="fancybox image">

EmilyHoskins.com
2009
Simple photography portfolio site includes:
- Design
- SlideshowPro Photo Gallery Customization
Learn More
';
var icontype = "web";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "webBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Balloon Museum, Albuquerque, NM
var point = new GLatLng(35.190027,-106.598177);
var html = '
Balloon Museum, Albuquerque, NM
2009
Actually, the Balloon Museum is a lot more interesting than it sounds.
Learn More
';
var icontype = "photo";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "photoBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Matt Cassatta's Portfolio Launched
var point = new GLatLng(40.741872,-73.984927);
var html = 'view site'"+','+"'http://www.damofknowledge.com/wp-content/uploads/http-www.mattcassatta.com-03152010.png'"+',\'image\',null,null)" rel="mapImage" class="fancybox image">

MattCassatta.com
2009
Simple one page portfolio site includes:
- Design
- jQuery Animation
- Flash Video Playlists
Learn More
';
var icontype = "web";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "webBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//My City: Michigan Launches
var point = new GLatLng(42.330149,-83.045909);
var html = 'view site'"+','+"'http://www.damofknowledge.com/wp-content/uploads/http-www.mycitymichigan.com-03152010.png'"+',\'image\',null,null)" rel="mapImage" class="fancybox image">

My City: Michigan
2009
B2C Directory includes:
- Adsense Integration
- Twitter Integration
- Users Ratings
- Wordpress Customization
Learn More
';
var icontype = "web";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "webBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//AS3 - Image Viewer Demo
var point = new GLatLng(42.549324,-83.123288);
var html = 'view site'"+','+"'http://www.damofknowledge.com/wp-content/uploads/bigimage.png'"+',\'image\',null,null)" rel="mapImage" class="fancybox image">

Flash Image Viewer Demo
2008
Learn More
';
var icontype = "web";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "webBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Contact Form with Multiple Photo Attachments
var point = new GLatLng(35.725463,-78.849907);
var html = 'view site'"+','+"'http://www.damofknowledge.com/wp-content/uploads/azattachments.png'"+',\'image\',null,null)" rel="mapImage" class="fancybox image">

Contact Form with Multiple Photo Attachments
2008
Form includes:
- Support for multiple photo attachments
- PHP programming
- Designed by Ben Segall
Learn More
';
var icontype = "web";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "webBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//ThesePeople v2 Launched
var point = new GLatLng(42.26062,-83.211983);
var html = 'view site'"+','+"'http://www.damofknowledge.com/wp-content/uploads/http-www.thesepeoplecomedy.com-03152010.png'"+',\'image\',null,null)" rel="mapImage" class="fancybox image">

ThesePeopleComedy.com
2008
Design & development of a website for Detroit, Michigan based comedy troupe ThesePeople, includes:
- HTML, CSS
- PHP & MySQL Backend
- Flash Video
- Closed Captioning for accessibility
- iPhone & Android compatible video player
Learn More
';
var icontype = "web";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "webBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Spudnik Press Launched
var point = new GLatLng(41.889567,-87.672942);
var html = 'view site'"+','+"'http://www.damofknowledge.com/wp-content/uploads/spudnikpress-home.png'"+',\'image\',null,null)" rel="mapImage" class="fancybox image">

Spudnik Press
2008
Redesign & development of a website for Chicago, Illinois co-op print studio, includes:
- Complete Wordpress theme and CMS
Learn More
';
var icontype = "web";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "webBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Contest Winner
var point = new GLatLng(41.8892,-87.656232);
var html = 'view site'"+','+"'http://www.damofknowledge.com/wp-content/uploads/photobooth-home.png'"+',\'image\',null,null)" rel="mapImage" class="fancybox image">

Say Cheese Cheese Cheese Cheese
2008
Winning entry for Coudal Partners photobooth contest:
Learn More
';
var icontype = "web";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "webBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Chicago Skyline
var point = new GLatLng(41.897949,-87.599498);
var html = '
Chicago Skyline
2008
Architecture Boat Tour in Chicago, IL.
Learn More
';
var icontype = "photo";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "photoBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//All State Camp Launches
var point = new GLatLng(42.252886,-83.205192);
var html = 'view site'"+','+"'http://www.damofknowledge.com/wp-content/uploads/allstatecamp-home.png'"+',\'image\',null,null)" rel="mapImage" class="fancybox image">

All State Camp
2008
Site includes:
Learn More
';
var icontype = "web";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "webBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Big Ben from the London Eye
var point = new GLatLng(51.500577,-0.124639);
var html = '
London
2008
One final day of sightseeing.
Learn More
';
var icontype = "photo";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "photoBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Wright & VanNoy Launches
var point = new GLatLng(39.759925,-84.191923);
var html = 'view site'"+','+"'http://www.damofknowledge.com/wp-content/uploads/wrightandvannoy-home.png'"+',\'image\',null,null)" rel="mapImage" class="fancybox image">

Wright & VanNoy LPA, Inc.
2008
Site includes:
Learn More
';
var icontype = "web";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "webBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Keittiojatti.fl Launches
var point = new GLatLng(61.481702,23.783426);
var html = 'view site'"+','+"'http://www.damofknowledge.com/wp-content/uploads/jatti-demo-home.png'"+',\'image\',null,null)" rel="mapImage" class="fancybox image">

Keittiojatti.fl (Demo Version)
2007
Keittiojatti.fl (Demo Version) includes:
- Complete HTML/CSS & PHP Development
- Custom Google Map implementation
- Designed by Andrew Smith
Learn More
';
var icontype = "web";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "webBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Independence Hall in Philadelphia
var point = new GLatLng(39.948785,-75.150052);
var html = '
Philadelphia
2007
Independence Hall in Philadelphia
Learn More
';
var icontype = "photo";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "photoBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Detroit World Outreach Storefront Launches
var point = new GLatLng(42.364204,-83.272923);
var html = 'view site'"+','+"'http://www.damofknowledge.com/wp-content/uploads/dwo-home.png'"+',\'image\',null,null)" rel="mapImage" class="fancybox image">

Detroit World Outreach
2007
Client maintained site and e-commerce storefront includes:
- HTML, CSS Development
- X-Cart Customization
- Design by Andrew Smith
Learn More
';
var icontype = "web";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "webBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Welcome to The Mod Club
var point = new GLatLng(43.655237,-79.419304);
var html = '
Toronto, ON
2007
Welcome... to The Mod Club
Learn More
';
var icontype = "photo";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "photoBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Washington D.C.
var point = new GLatLng(38.849334,-77.041969);
var html = '
Reagan National Airport
2007
Just landed for a long weekend in the capital.
Learn More
';
var icontype = "photo";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "photoBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//"bending minds since [1981]"
var point = new GLatLng(42.279849,-83.741714);
var html = '
The Ann Arbor Film Festival
2007
No longer live.
Design and development includes:
- Wordpress theme customization
Learn More
';
var icontype = "web";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "webBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//soldes soldes soldes - Paris Day 3
var point = new GLatLng(48.862156,2.28918);
var html = '
Paris, France
2007
Eiffel Tower from Palais de Chaillot
Learn More
';
var icontype = "photo";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "photoBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//sunday and monday are the worst nights to be anywhere/road trip day 10:
var point = new GLatLng(49.30288,-123.137941);
var html = '
Vancouver - Seattle Road Trip
2006
Stanley Park, Vancouver
Learn More
';
var icontype = "photo";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "photoBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Touristy McTourister/road trip day 6:
var point = new GLatLng(47.620382,-122.34905);
var html = '
Seattle Road Trip
2006
Space Needle and EMP
Learn More
';
var icontype = "photo";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "photoBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//"They've wifi-ed Yellowstone right?"/road trip day 3:
var point = new GLatLng(44.460526,-110.828249);
var html = '
Yellowstone - Seattle Road Trip
2006
Old Faithful at Yellowstone National Park
Learn More
';
var icontype = "photo";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "photoBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//"Love w/ 10% ethanol added"/road trip: day 2
var point = new GLatLng(43.878908,-103.4598);
var html = '
Mount Rushmore - Seattle Road Trip
2006
Mount Rushmore after the hail storm
Learn More
';
var icontype = "photo";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "photoBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Charm at Kiyomizu Temple
var point = new GLatLng(34.994909,135.784199);
var html = '
Kyoto, Japan
2005
Charm at Kiyomizu Temple
Learn More
';
var icontype = "photo";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "photoBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Stone lanterns in Nara
var point = new GLatLng(34.687918,135.839703);
var html = '';
var icontype = "photo";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "photoBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Wandering around Asakusa, Tokyo
var point = new GLatLng(35.714905,139.795596);
var html = '
Tokyo, Japan
2005
Wandering off from the group to walk among the smaller temples in Asakusa.
Learn More
';
var icontype = "photo";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "photoBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Campaign Website, A Learning Experience
var point = new GLatLng(39.988781,-83.012497);
var html = '
Campaign Website (no longer online)
2005
Campaign website (no longer online) includes:
- Custom design
- HTML/CSS development
- Mailing list
Learn More
';
var icontype = "web";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "webBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//My surname town, Indiana
var point = new GLatLng(39.235305,-85.095052);
var html = '';
var icontype = "photo";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "photoBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
// create foursquare markers
//Wed, 01 Sep 10 21:52:28 +0000
var point = new GLatLng(41.9147055,-87.6548732);
var html = '';
var icontype = "Gourmet";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "GourmetBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Wed, 01 Sep 10 18:12:05 +0000
var point = new GLatLng(41.8795397,-87.6237806);
var html = '
The Art Institute of Chicago
Checked in on Wednesday, 1 Sep 2010 at 1:12pm
View Venue Info

';
var icontype = "Museum";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "MuseumBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Wed, 01 Sep 10 18:10:25 +0000
var point = new GLatLng(41.882702042209,-87.622661590576);
var html = '
Millennium Park
Checked in on Wednesday, 1 Sep 2010 at 1:10pm
View Venue Info

';
var icontype = "Park";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "ParkBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Wed, 01 Sep 10 02:54:41 +0000
var point = new GLatLng(41.9105988,-87.6695756);
var html = '';
var icontype = "mayor";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "mayorBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Wed, 01 Sep 10 02:39:01 +0000
var point = new GLatLng(41.91998,-87.640735);
var html = '';
var icontype = "mayor";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "mayorBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Tue, 31 Aug 10 20:34:17 +0000
var point = new GLatLng(41.8907108,-87.6842359);
var html = '
#65 Grand Bus Stop (Oakley)
Checked in on Tuesday, 31 Aug 2010 at 3:34pm
View Venue Info

';
var icontype = "Bus";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "BusBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Tue, 31 Aug 10 20:15:16 +0000
var point = new GLatLng(41.891589,-87.634942);
var html = '';
var icontype = "Bus";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "BusBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Tue, 31 Aug 10 18:59:23 +0000
var point = new GLatLng(41.878891767388,-87.63596534729);
var html = '';
var icontype = "CorporateOffice";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "CorporateOfficeBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Tue, 31 Aug 10 17:52:09 +0000
var point = new GLatLng(41.877633,-87.6472461);
var html = '
Artopolis Bakery Cafe
Checked in on Tuesday, 31 Aug 2010 at 12:52pm
View Venue Info

';
var icontype = "Greek";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "GreekBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Tue, 31 Aug 10 17:14:49 +0000
var point = new GLatLng(41.8857383,-87.6324492);
var html = '
CTA Blue Line - Clark/Lake
Checked in on Tuesday, 31 Aug 2010 at 12:14pm
View Venue Info

';
var icontype = "LightRail";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "LightRailBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Tue, 31 Aug 10 16:32:18 +0000
var point = new GLatLng(41.8907108,-87.6842359);
var html = '
#65 Grand Bus Stop (Oakley)
Checked in on Tuesday, 31 Aug 2010 at 11:32am
View Venue Info

';
var icontype = "Bus";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "BusBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Mon, 30 Aug 10 20:45:13 +0000
var point = new GLatLng(41.882702042209,-87.622661590576);
var html = '';
var icontype = "Park";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "ParkBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Mon, 30 Aug 10 17:20:03 +0000
var point = new GLatLng(41.867547465993,-87.61399269104);
var html = '
John G. Shedd Aquarium
Checked in on Monday, 30 Aug 2010 at 12:20pm
Staycation = Penguins!
View Venue Info

';
var icontype = "Museum";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "MuseumBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Mon, 30 Aug 10 16:50:18 +0000
var point = new GLatLng(41.908362,-87.64445);
var html = '
Grand CTA Redline
Checked in on Monday, 30 Aug 2010 at 11:50am
View Venue Info

';
var icontype = "Subway";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "SubwayBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Mon, 30 Aug 10 16:35:14 +0000
var point = new GLatLng(41.892183,-87.632313);
var html = '
Best Western River North
Checked in on Monday, 30 Aug 2010 at 11:35am
View Venue Info

';
var icontype = "Hotel";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "HotelBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Mon, 30 Aug 10 16:21:15 +0000
var point = new GLatLng(41.8907108,-87.6842359);
var html = '
#65 Grand Bus Stop (Oakley)
Checked in on Monday, 30 Aug 2010 at 11:21am
View Venue Info

';
var icontype = "Bus";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "BusBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Mon, 30 Aug 10 15:15:53 +0000
var point = new GLatLng(41.921511,-87.674769);
var html = '
Illinois Air Team - Emissions Testing Station
Checked in on Monday, 30 Aug 2010 at 10:15am
View Venue Info

';
var icontype = "Government";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "GovernmentBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Sun, 29 Aug 10 20:19:58 +0000
var point = new GLatLng(41.9385435,-87.6443828);
var html = '
Reckless Records - Lakeview
Checked in on Sunday, 29 Aug 2010 at 3:19pm
View Venue Info

';
var icontype = "MovieTheater";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "MovieTheaterBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Sun, 29 Aug 10 18:41:15 +0000
var point = new GLatLng(41.979978,-87.668518);
var html = '
Hamburger Mary\'s
Checked in on Sunday, 29 Aug 2010 at 1:41pm
View Venue Info

';
var icontype = "Burgers";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "BurgersBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Sun, 29 Aug 10 02:48:06 +0000
var point = new GLatLng(41.8961399,-87.6758508);
var html = '
Jose\'s Restaurant
Checked in on Saturday, 28 Aug 2010 at 9:48pm
View Venue Info

';
var icontype = "Mexican";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "MexicanBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Sun, 29 Aug 10 00:51:12 +0000
var point = new GLatLng(41.888444983086,-87.608542442322);
var html = '
Chicago River Lock
Checked in on Saturday, 28 Aug 2010 at 7:51pm
View Venue Info

';
var icontype = "HarborMarina";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "HarborMarinaBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Sat, 28 Aug 10 23:26:12 +0000
var point = new GLatLng(41.889243682232,-87.624378204346);
var html = '
Wendella Boat Tours
Checked in on Saturday, 28 Aug 2010 at 6:26pm
View Venue Info

';
var icontype = "BoatFerry";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "BoatFerryBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Sat, 28 Aug 10 22:21:34 +0000
var point = new GLatLng(41.892183,-87.632313);
var html = '
Best Western River North
Checked in on Saturday, 28 Aug 2010 at 5:21pm
View Venue Info

';
var icontype = "Hotel";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "HotelBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Sat, 28 Aug 10 17:09:27 +0000
var point = new GLatLng(41.9386889,-87.6443412);
var html = '';
var icontype = "TeaRoom";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "TeaRoomBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Sat, 28 Aug 10 16:38:58 +0000
var point = new GLatLng(41.9385435,-87.6443828);
var html = '
Reckless Records - Lakeview
Checked in on Saturday, 28 Aug 2010 at 11:38am
View Venue Info

';
var icontype = "MovieTheater";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "MovieTheaterBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Fri, 27 Aug 10 18:49:58 +0000
var point = new GLatLng(41.9179,-87.6518);
var html = '';
var icontype = "ArtsCrafts";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "ArtsCraftsBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Fri, 27 Aug 10 13:06:28 +0000
var point = new GLatLng(41.896181,-87.677656);
var html = '';
var icontype = "Café";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "CaféBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Fri, 27 Aug 10 12:35:44 +0000
var point = new GLatLng(41.8874483,-87.6792263);
var html = '
CrossFit Chicago West Loop
Checked in on Friday, 27 Aug 2010 at 7:35am
View Venue Info

';
var icontype = "mayor";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "mayorBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Thu, 26 Aug 10 23:36:09 +0000
var point = new GLatLng(41.8904,-87.6862);
var html = '';
var icontype = "Tacos";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "TacosBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Thu, 26 Aug 10 23:24:21 +0000
var point = new GLatLng(41.8966753,-87.6772055);
var html = '
Grace Auto Repair
Checked in on Thursday, 26 Aug 2010 at 6:24pm
View Venue Info

';
var icontype = "Automotive";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "AutomotiveBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Thu, 26 Aug 10 22:33:36 +0000
var point = new GLatLng(41.902988,-87.670585);
var html = '';
var icontype = "SalonBarbershop";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "SalonBarbershopBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Wed, 25 Aug 10 23:55:04 +0000
var point = new GLatLng(41.8874483,-87.6792263);
var html = '
CrossFit Chicago West Loop
Checked in on Wednesday, 25 Aug 2010 at 6:55pm
View Venue Info

';
var icontype = "mayor";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "mayorBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Wed, 25 Aug 10 17:36:01 +0000
var point = new GLatLng(41.8917065,-87.6586103);
var html = '
Jimmy John\'s
Checked in on Wednesday, 25 Aug 2010 at 12:36pm
View Venue Info

';
var icontype = "Sandwiches";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "SandwichesBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Tue, 24 Aug 10 22:52:32 +0000
var point = new GLatLng(41.8955119,-87.677958);
var html = '';
var icontype = "GrocerySupermarket";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "GrocerySupermarketBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Sun, 22 Aug 10 20:17:49 +0000
var point = new GLatLng(41.9202,-87.6923);
var html = '';
var icontype = "ConcertHall";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "ConcertHallBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Sun, 22 Aug 10 18:11:19 +0000
var point = new GLatLng(41.91998,-87.640735);
var html = '';
var icontype = "mayor";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "mayorBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Sun, 22 Aug 10 03:25:32 +0000
var point = new GLatLng(41.9816,-87.6935);
var html = '
Lincoln Karaoke
Checked in on Saturday, 21 Aug 2010 at 10:25pm
Happy early birthday Megan!
View Venue Info

';
var icontype = "Karaoke";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "KaraokeBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Sun, 22 Aug 10 01:35:26 +0000
var point = new GLatLng(41.980387,-87.692456);
var html = '';
var icontype = "SouthAmerican";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "SouthAmericanBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Sat, 21 Aug 10 21:21:27 +0000
var point = new GLatLng(41.972317677223,-87.684073448181);
var html = '';
var icontype = "Playground";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "PlaygroundBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Sat, 21 Aug 10 19:17:36 +0000
var point = new GLatLng(41.9704,-87.6789);
var html = '
Gio\'s Sports Bar
Checked in on Saturday, 21 Aug 2010 at 2:17pm
View Venue Info

';
var icontype = "DiveBar";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "DiveBarBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Sat, 21 Aug 10 17:42:15 +0000
var point = new GLatLng(41.972317677223,-87.684073448181);
var html = '';
var icontype = "Playground";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "PlaygroundBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Fri, 20 Aug 10 12:54:26 +0000
var point = new GLatLng(41.896181,-87.677656);
var html = '';
var icontype = "Café";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "CaféBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Fri, 20 Aug 10 10:52:49 +0000
var point = new GLatLng(41.8874483,-87.6792263);
var html = '
CrossFit Chicago West Loop
Checked in on Friday, 20 Aug 2010 at 5:52am
View Venue Info

';
var icontype = "mayor";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "mayorBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
//Wed, 18 Aug 10 23:08:19 +0000
var point = new GLatLng(41.972317677223,-87.684073448181);
var html = '';
var icontype = "Playground";
var marker = createMarker(point,html,icontype);
map.addOverlay(marker);
var icontype = "PlaygroundBig";
var marker = createMarker(point,html,icontype);
mm.addMarker(marker,7,17);
}
else {
alert("If your browser was awesome you'd be rockin' a Google map right now.");
}
//open first item by default
myclick('0');
//]]>