// 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
//PianoByJaclyn.com Launches
var point = new GLatLng(41.944481,-87.654269);
var html = '';
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);
//The Eye!!
var point = new GLatLng(41.877234,-87.627806);
var html = '
Eye
2010
Taking the time to see this in person while wandering around town with Megan on a beautiful October evening.
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);
//Ampersandrew.com Launches
var point = new GLatLng(42.316315,-83.216811);
var html = '
Ampersandrew
2010
The portfolio includes:
- Single Page Layout
- HTML5 and CSS3
- Progressive enhancement with Webkit CSS3 transitions
- jQuery Galleries and Lightboxes
- Custom HTML5 Video Player
- Completely customized Wordpress theme, dropping almost everything from the traditional front-end yet leveraging it as full featured CMS
- Design & Content by Andrew Smith
- Site of the Day - The CSS Awards
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);
//El Cuarto Año High School Site Launches
var point = new GLatLng(41.901508,-87.707226);
var html = '
El Cuarto Año High School
2010
Website includes:
- All Design and Development
- Customized Wordpress Theme based on Modularity
- Image Galleries and Music Players
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 = '
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 = '
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 = '
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 = '
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 = '
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 = '
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 = '
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 = '
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 = '';
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 = '
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 = '
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 = '
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 = '';
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 = '';
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 = '
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 = '
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 = '
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
}
else {
alert("If your browser was awesome you'd be rockin' a Google map right now.");
}
//open first item by default
myclick('0');
//]]>