/**
	http://www.phoenixco.biz/googlemap.html	// shows all properties
	http://www.phoenixco.biz/googlemap.html?Type=Lease&Pop=1 // shows leasing properties with one lease property popped up
	http://www.phoenixco.biz/googlemap.html?Type=Lease // shows all leasing properties
	
INSTRUCTIONS
	
	Data Structures
	
	locMaps[( TYPE OF PROPERTY )][( ID )]
	
	Types of Properties
		Lease
		Developments
		Commercial
		Institutional
		Residential
		Restoration
		
	Ids
		Id's are just pointer to a record, viewed below you will see 
		a cluster of information (similar) that is something like
		locMaps['Lease'][0]['Name'] 
		locMaps['Lease'][0]['Address']
		
		* The above is one record (partial, view below to see all types 
		of fields per record.
		
		
	How To"
		1) You want to add a link from other pages (property pages), lets say 
		for instance you wanted to link from the leasing page to show only 
		and all leasing properties. You would create a link like the following
		
		googlemap.html?Type=Lease
		
		Essentially you are passing in the type Lease, Refer to the (Types of Properties)
		above on what to pass in through the link Type=[TypesOfProperties]
		
		2) You want to add a link from other pages (property pages), lets say
		for instance you wanted to link from a specific residential property and
		you want it so when you view the google map it shows all residential properties
		but pops up the info window on the specific residential property:
		
		googlemap.html?Type=Residential&Pop=1
		
		This would show all residential properties on the map but the "Great Oak Cohousing" would have automatically popped up.
		
		
	Clicking links on the left side of the layout to filter results:
		Review the googlemap.html, you'll see an onclick event has been put on
		a p tag, of course IE will probably ignore it and you would want to 
		change that to an A tag.
		
		Basically it uses the following: onClick="showJust('Residential');"
		
		Function call showJust([TypesOfProperties]);
	
	Important Note:
	************************************************
	Do not change the placement of the google.js and location.js and google api 
	javascript in googlemap.html IE has a problem with googlemaps that if the 
	js is loaded above the body tag it errors out, if it's loaded after the body 
	tag it runs fine.
	
	When adding or editing the records below, if you have a Single Quote (') in
	the mix, you must escape it, another words the following:
	
	'This doesn't work';
	
	'This does work, doesn\'t it?'
	
	Must add a \ before the single quote
	
	Any new records, need a new number placement, refer to (ID) above, they must
	be unique.
	
 */
 
var IMAGES = [ "Residential", "Institutional", "Commercial", "Restoration", "Developments", "Lease_leased", "Lease_available" ];
var ICONS = [];
    

var LocIcons = new Array();
	LocIcons['Lease_available'] = 6;
	LocIcons['Lease_leased'] = 5;
	LocIcons['Developments'] = 4;
	LocIcons['Commercial'] = 2;
	LocIcons['Institutional'] = 1;
	LocIcons['Residential'] = 0;
	LocIcons['Restoration'] = 3;

var locMaps = new Array();

locMaps['Lease'] = new Array();
locMaps['Developments'] = new Array();
locMaps['Commercial'] = new Array();
locMaps['Institutional'] = new Array();
locMaps['Residential'] = new Array();
locMaps['Restoration'] = new Array();

var locCoords = new Array();
    locCoords['Global'] = {lat:42.296426,lng:-83.674567,zoom:11}; /* [DEFAULT SETTING] last digits are zoom/magnification; larger = bigger */
    locCoords['Lease'] = {lat:42.266484,lng:-83.719478,zoom:11};
    

/**
 * Lease Map Information
 */
locMaps['Lease'][0] = new Array();
locMaps['Lease'][0]['Name'] = 'Phoenix West Building';
locMaps['Lease'][0]['Address'] = '117 North First St., Ann Arbor MI';
locMaps['Lease'][0]['Info'] = 'A new facade treatment gives a facelift to this office building of nearly 24,000 square feet. One of Ann Arbor\'s rare combinations of an attractive building, downtown location, and ample on-site parking.';
locMaps['Lease'][0]['Image'] = 'gmth_phoenix_west.jpg';
locMaps['Lease'][0]['Status'] = 'available';
locMaps['Lease'][0]['Link'] = 'properties-phoenix_west.php';
locMaps['Lease'][0]['lng'] = -83.750944;
locMaps['Lease'][0]['lat'] = 42.281637;

locMaps['Lease'][1] = new Array();
locMaps['Lease'][1]['Name'] = 'Schwaben Building';
locMaps['Lease'][1]['Address'] = '213 South Ashley, Ann Arbor MI';
locMaps['Lease'][1]['Info'] = 'The historic Schwaben Building offers over 24,000 square feet of recently renovated prime office and retail space in Ann Arbor\'s downtown core. ';
locMaps['Lease'][1]['Image'] = 'gmth_schwaben.jpg';
locMaps['Lease'][1]['Status'] = 'available';
locMaps['Lease'][1]['Link'] = 'properties-schwaben_building.php';
locMaps['Lease'][1]['lng'] = -83.749778;
locMaps['Lease'][1]['lat'] = 42.280391;

locMaps['Lease'][2] = new Array();
locMaps['Lease'][2]['Name'] = 'South Main Market';
locMaps['Lease'][2]['Address'] = '605 South Main St.,  Ann Arbor MI';
locMaps['Lease'][2]['Info'] = 'The South Main Market is comprised of one office building and one retail building separated by a shared parking area, and totaling over 20,000 square feet of space. The on-site parking and downtown location make this a valuable business destination.';
locMaps['Lease'][2]['Image'] = 'gmth_southmain.jpg';
locMaps['Lease'][2]['Status'] = 'available';
locMaps['Lease'][2]['Link'] = 'properties-south_main.php';
locMaps['Lease'][2]['lng'] = -83.74902;
locMaps['Lease'][2]['lat'] = 42.274005;

locMaps['Lease'][3] = new Array();
locMaps['Lease'][3]['Name'] = 'Scio Commerce Center';
locMaps['Lease'][3]['Address'] = '317 Metty Dr Ann Arbor MI 48103';
locMaps['Lease'][3]['Info'] = 'The SciCom Center is a well-maintained corporate park providing over 125,000 square feet of flex-space, with easy access to I-94.';
locMaps['Lease'][3]['Image'] = 'gmth_sciocommerce.jpg';
locMaps['Lease'][3]['Status'] = 'available';
locMaps['Lease'][3]['Link'] = 'properties-scio_commerce_center.php';
locMaps['Lease'][3]['lng'] = -83.866291;
locMaps['Lease'][3]['lat'] = 42.294807;

locMaps['Lease'][4] = new Array();
locMaps['Lease'][4]['Name'] = 'The Flour Mill';
locMaps['Lease'][4]['Address'] = '9 W Michigan Avenue, Ypsilanti MI 48197';
locMaps['Lease'][4]['Info'] = 'Historic renovation and reuse at its best. This beautiful structure houses a drive-thru bank and hair salon, as well as 3 elegant dual-story lofts above.';
locMaps['Lease'][4]['Image'] = 'gmth_flour_mill.jpg';
locMaps['Lease'][4]['Status'] = 'available';
locMaps['Lease'][4]['Link'] = 'properties-flour_mill.php';
locMaps['Lease'][4]['lng'] = -83.611739;
locMaps['Lease'][4]['lat'] = 42.241043;

locMaps['Lease'][5] = new Array();
locMaps['Lease'][5]['Name'] = 'Golfside Atrium Building';
locMaps['Lease'][5]['Address'] = '2111 Golfside, Ypsilanti MI';
locMaps['Lease'][5]['Info'] = 'A new home base for Phoenix operations. Currently offers 2,700 feet of flex-use office space in the surprising garden level. ';
locMaps['Lease'][5]['Image'] = 'gmth_golfside.jpg';
locMaps['Lease'][5]['Status'] = 'available';
locMaps['Lease'][5]['Link'] = 'properties-golfside_atrium_building.php';
locMaps['Lease'][5]['lng'] = -83.661217;
locMaps['Lease'][5]['lat'] = 42.258405;

locMaps['Lease'][6] = new Array();
locMaps['Lease'][6]['Name'] = 'Murphy\'s Crossing';
locMaps['Lease'][6]['Address'] = '101 South Ann Arbor Rd, Saline MI 48176';
locMaps['Lease'][6]['Info'] = 'Once the blight of downtown Saline, this property is now its pinnacle. Home to sophisticated office space, prime retail space, and numerous local businesses.  Parking on-site.';
locMaps['Lease'][6]['Image'] = 'gmth_murphycrossing.jpg';
locMaps['Lease'][6]['Status'] = 'available';
locMaps['Lease'][6]['Link'] = 'properties-murphys_crossing.php';
locMaps['Lease'][6]['lng'] = -83.781342;
locMaps['Lease'][6]['lat'] = 42.166692;

locMaps['Lease'][7] = new Array();
locMaps['Lease'][7]['Name'] = 'Merchant Square';
locMaps['Lease'][7]['Address'] = '109 East Michigan Ave, Saline MI 48176';
locMaps['Lease'][7]['Info'] = 'The newest addition to Phoenix\'s portfolio, this building offers over 13,000 square feet of ground floor retail and apartments above in quaint downtown Saline.';
locMaps['Lease'][7]['Image'] = 'gmth_merchant.jpg';
locMaps['Lease'][7]['Status'] = 'available';
locMaps['Lease'][7]['Link'] = 'properties-merchant-square.php';
locMaps['Lease'][7]['lng'] = -83.781174;
locMaps['Lease'][7]['lat'] = 42.166783;

/**
 * Restoration Map Information
 */
locMaps['Restoration'][0] = new Array();
locMaps['Restoration'][0]['Name'] = 'Murphy\'s Crossing';
locMaps['Restoration'][0]['Address'] = '101 South Ann Arbor Rd., Saline MI 48176';
locMaps['Restoration'][0]['Info'] = 'A pinnacle of Phoenix\'s redevelopment work, this project proved both immensely challenging and greatly satisfying for both Phoenix and the City of Saline.';
locMaps['Restoration'][0]['Image'] = 'gmth_murphycrossing.jpg';
locMaps['Restoration'][0]['Link'] = 'port-restor-murphys_crossing.php';
locMaps['Restoration'][0]['lng'] = -83.781342;
locMaps['Restoration'][0]['lat'] = 42.166692;

locMaps['Restoration'][1] = new Array();
locMaps['Restoration'][1]['Name'] = 'Schwaben Building';
locMaps['Restoration'][1]['Address'] = '213 South Ashley,  Ann Arbor MI 48104';
locMaps['Restoration'][1]['Info'] = 'This building\'s long history can be felt in both its offices on the upper floors and the bar and lounge in the basement. Acquired and renovated in 2002. ';
locMaps['Restoration'][1]['Image'] = 'gmth_schwaben.jpg';
locMaps['Restoration'][1]['Link'] = 'port-restor-schwaben.php';
locMaps['Restoration'][1]['lng'] = -83.749778;
locMaps['Restoration'][1]['lat'] = 42.280391;

locMaps['Restoration'][2] = new Array();
locMaps['Restoration'][2]['Name'] = 'The Flour Mill';
locMaps['Restoration'][2]['Address'] = '9 W Michigan Avenue, Ypsilanti 48197';
locMaps['Restoration'][2]['Info'] = 'Built in 1887 for O.A. Ainsworth and Co. Feed Mill & Grain Storage, and now used as commercial on the ground floor and apartments above.';
locMaps['Restoration'][2]['Image'] = 'gmth_flour_mill.jpg';
locMaps['Restoration'][2]['Link'] = 'port-restor-flour_mill.php';
locMaps['Restoration'][2]['lng'] = -83.611739;
locMaps['Restoration'][2]['lat'] = 42.241043;

locMaps['Restoration'][3] = new Array();
locMaps['Restoration'][3]['Name'] = 'Chelsea Courthouse';
locMaps['Restoration'][3]['Address'] = '122 South Main Street, Chelsea MI 48118';
locMaps['Restoration'][3]['Info'] = 'Once the finest banking institutions between Detroit and Chicago, this building\'s classic beauty necessitated a great attention to detail and effort to rediscover.';
locMaps['Restoration'][3]['Image'] = 'gmth_chelsea_court.jpg';
locMaps['Restoration'][3]['Link'] = 'port-restor-chelsea_courthouse.php';
locMaps['Restoration'][3]['lng'] = -84.014168;
locMaps['Restoration'][3]['lat'] = 42.306434;

locMaps['Restoration'][4] = new Array();
locMaps['Restoration'][4]['Name'] = 'Merchant Square';
locMaps['Restoration'][4]['Address'] = '109 East Michigan Ave, Saline MI 48176';
locMaps['Restoration'][4]['Info'] = 'Another redevelopment in downtown Saline, this project received extensive facade work to reestablish the building\'s eroding elegance.';
locMaps['Restoration'][4]['Image'] = 'gmth_merchant.jpg';
locMaps['Restoration'][4]['Link'] = 'port-restor-merchant_square.php';
locMaps['Restoration'][4]['lng'] = -83.781174;
locMaps['Restoration'][4]['lat'] = 42.166783;

/**
 * Residential Map Information
 */
locMaps['Residential'][0] = new Array();
locMaps['Residential'][0]['Name'] = 'Sunward Cohousing';
locMaps['Residential'][0]['Address'] = '424 Little Lake Drive, Ann Arbor MI 48103';
locMaps['Residential'][0]['Info'] = 'Phoenix\'s first of three cohousing developments, this project is comprised of 40 units, and was completed in 1998 at a cost of $6M.';
locMaps['Residential'][0]['Image'] = 'gmth_sunward.jpg';
locMaps['Residential'][0]['Link'] = 'port-resid-sunward_cohousing.php';
locMaps['Residential'][0]['lng'] = -83.816817;
locMaps['Residential'][0]['lat'] = 42.281208;

locMaps['Residential'][1] = new Array();
locMaps['Residential'][1]['Name'] = 'Great Oak Cohousing';
locMaps['Residential'][1]['Address'] = '500 Little Lake Drive, Ann Arbor MI 48103';
locMaps['Residential'][1]['Info'] = 'The second of Phoenix\'s cohousing projects, Great Oak consists of 37 two-, three-, and four-bedroom condominiums.';
locMaps['Residential'][1]['Image'] = 'gmth_greatoak.jpg';
locMaps['Residential'][1]['Link'] = 'port-resid-great_oak_cohousing.php';
locMaps['Residential'][1]['lng'] = -83.816785;
locMaps['Residential'][1]['lat'] = 42.278952;

locMaps['Residential'][2] = new Array();
locMaps['Residential'][2]['Name'] = 'Touchstone Cohousing';
locMaps['Residential'][2]['Address'] = '560 Little Lake Drive, Ann Arbor MI 48103';
locMaps['Residential'][2]['Info'] = 'The third cohousing project by Phoenix consists of 42 two-, three-, and four-bedroom condominiums.';
locMaps['Residential'][2]['Image'] = 'gmth_touchstone.jpg';
locMaps['Residential'][2]['Link'] = 'port-resid-touchstone_cohousing.php';
locMaps['Residential'][2]['lng'] = -83.816804;
locMaps['Residential'][2]['lat'] = 42.278019;

locMaps['Residential'][3] = new Array();
locMaps['Residential'][3]['Name'] = 'Crawford House Apartments';
locMaps['Residential'][3]['Address'] = '1115 Willard St., Ann Arbor MI 48104';
locMaps['Residential'][3]['Info'] = 'Site constraints made this project architecturally impressive apartment project a challenge, but it was still completed on schedule and within budget.';
locMaps['Residential'][3]['Image'] = 'gmth_crawfordhouse.jpg';
locMaps['Residential'][3]['Link'] = 'port-resid-crawford_house.php';
locMaps['Residential'][3]['lng'] = -83.735568;
locMaps['Residential'][3]['lat'] = 42.273743;

locMaps['Residential'][4] = new Array();
locMaps['Residential'][4]['Name'] = 'Gathering Place';
locMaps['Residential'][4]['Address'] = '3135 Professional Dr., Ann Arbor MI 48104';
locMaps['Residential'][4]['Info'] = 'A residence for those who have suffered closed-head injuries, with a support center for families.';
locMaps['Residential'][4]['Image'] = 'gmth_gather.jpg';
locMaps['Residential'][4]['Link'] = 'port-resid-gathering_place.php';
locMaps['Residential'][4]['lng'] = -83.697002;
locMaps['Residential'][4]['lat'] = 42.255939;

/**
 * Institutional Map Information
 */
locMaps['Institutional'][0] = new Array();
locMaps['Institutional'][0]['Name'] = 'Pittsfield Township Hall';
locMaps['Institutional'][0]['Address'] = '6201 E. Michigan Ave, Ann Arbor MI 48108';
locMaps['Institutional'][0]['Info'] = 'This modern, sophisticated structure was completed at a cost of $2.1M, and consists of massive, layered roof systems and deep overhangs coupled with recessed lighting and intricate vaulted ceilings.';
locMaps['Institutional'][0]['Image'] = 'gmth_pittsfieldtownship.jpg';
locMaps['Institutional'][0]['Link'] = 'port-inst-pittsfield_township_hall.php';
locMaps['Institutional'][0]['lng'] = -83.701732;
locMaps['Institutional'][0]['lat'] = 42.198492;

locMaps['Institutional'][1] = new Array();
locMaps['Institutional'][1]['Name'] = 'Saline Municipal Building';
locMaps['Institutional'][1]['Address'] = '100 N Harris, St Saline MI 48176';
locMaps['Institutional'][1]['Info'] = 'This state-of-the-art renovation project consisted of more than tripling the existing space through extensive and detailed construction work, totaling over $5M of work.';
locMaps['Institutional'][1]['Image'] = 'gmth_saline_cityhall.jpg';
locMaps['Institutional'][1]['Link'] = 'port-inst-saline_municipal_building.php';
locMaps['Institutional'][1]['lng'] = -83.779482;
locMaps['Institutional'][1]['lat'] = 42.168717;

locMaps['Institutional'][2] = new Array();
locMaps['Institutional'][2]['Name'] = 'Washtenaw County Road Commission';
locMaps['Institutional'][2]['Address'] = '705 N Zeeb Rd, Ann Arbor MI 48103';
locMaps['Institutional'][2]['Info'] = 'Completed in 2000, this $3.9M project, consisting of 27,100sf of intricately designed office space, was completed within $20,000 of its original lump sum hard dollar bid amount, even with adverse conditions throughout the construction process.';
locMaps['Institutional'][2]['Image'] = 'gmth_w_roadcommission.jpg';
locMaps['Institutional'][2]['Link'] = 'port-inst-washtenaw-road.php';
locMaps['Institutional'][2]['lng'] = -83.838778;
locMaps['Institutional'][2]['lat'] = 42.297161;

locMaps['Institutional'][3] = new Array();
locMaps['Institutional'][3]['Name'] = 'Ypsilanti Fire Museum';
locMaps['Institutional'][3]['Address'] = '110 W Cross St., Ypsilanti MI 48197';
locMaps['Institutional'][3]['Info'] = 'This beautiful, award-winning project emerged from the challenges of a historic structure, budget constraints, and strict requirements from the Historic District Commission.';
locMaps['Institutional'][3]['Image'] = 'gmth_fire_museum.jpg';
locMaps['Institutional'][3]['Link'] = 'port-inst-ypsilanti_fire_museum.php';
locMaps['Institutional'][3]['lng'] = -83.614023;
locMaps['Institutional'][3]['lat'] = 42.245807;

locMaps['Institutional'][4] = new Array();
locMaps['Institutional'][4]['Name'] = 'Northville First Presbyterian Church';
locMaps['Institutional'][4]['Address'] = '200 E Main St., Northville MI 48167';
locMaps['Institutional'][4]['Info'] = 'According to Pastor Clise, "The building is highly functional and aesthetically pleasing, the finest example of combining the two that I know."';
locMaps['Institutional'][4]['Image'] = 'gmth_presby_nville.jpg';
locMaps['Institutional'][4]['Link'] = 'port-inst-first_presbyterian_church.php';
locMaps['Institutional'][4]['lng'] = -83.481018;
locMaps['Institutional'][4]['lat'] = 42.431195;

locMaps['Institutional'][5] = new Array();
locMaps['Institutional'][5]['Name'] = 'First Unitarian Universalist Church';
locMaps['Institutional'][5]['Address'] = '4001 Ann Arbor-Saline Rd., Ann Arbor, MI 48103';
locMaps['Institutional'][5]['Info'] = 'Phoenix constructed of the church\Ős Religious Education Wing, including a daycare center.';
locMaps['Institutional'][5]['Image'] = 'gmth_unitarian.jpg';
locMaps['Institutional'][5]['Link'] = 'port-comm-unitarian_church.php';
locMaps['Institutional'][5]['lng'] = -83.784337;
locMaps['Institutional'][5]['lat'] = 42.226850;

locMaps['Institutional'][6] = new Array();
locMaps['Institutional'][6]['Name'] = 'Saline District Library';
locMaps['Institutional'][6]['Address'] = '555 Maple Rd., Saline MI 48176';
locMaps['Institutional'][6]['Info'] = 'Phoenix recently completed a 17,000-square-foot expansion of Saline District Library, nearly doubling its size.';
locMaps['Institutional'][6]['Image'] = 'gmth_saline_library.jpg';
locMaps['Institutional'][6]['Link'] = 'port-inst-saline_library.php';
locMaps['Institutional'][6]['lng'] = -83.774939;
locMaps['Institutional'][6]['lat'] = 42.177868;

locMaps['Institutional'][7] = new Array();
locMaps['Institutional'][7]['Name'] = 'Cook Law Library, University of Michigan';
locMaps['Institutional'][7]['Address'] = '625 S. State St., Ann Arbor MI 48109';
locMaps['Institutional'][7]['Info'] = 'Phoenix Contractors joined with the University of Michigan and Lord, Aeck & Sargent architects on the  restoration of the Cook Law Library. The project was nominated for a 2009 Pyramid Award.';
locMaps['Institutional'][7]['Image'] = 'gmth_um_law.jpg';
locMaps['Institutional'][7]['Link'] = 'port-inst-um_law.php';
locMaps['Institutional'][7]['lng'] = -83.739595;
locMaps['Institutional'][7]['lat'] = 42.274008;

locMaps['Institutional'][8] = new Array();
locMaps['Institutional'][8]['Name'] = 'Memory Support Center, Evangelical homes of Michigan';
locMaps['Institutional'][8]['Address'] = '200 Brecon Drive, Saline MI 48176';
locMaps['Institutional'][8]['Info'] = 'Phoenix Contractors built this state-of-the-art facility, offering a full continuum of care for those affected by memory loss.';
locMaps['Institutional'][8]['Image'] = 'gmth_memory_support.jpg';
locMaps['Institutional'][8]['Link'] = 'port-inst-memory_support.php';
locMaps['Institutional'][8]['lng'] = -83.786058;
locMaps['Institutional'][8]['lat'] = 42.172376;

locMaps['Institutional'][9] = new Array();
locMaps['Institutional'][9]['Name'] = 'Bahna Wrestling Center, University of Michigan';
locMaps['Institutional'][9]['Address'] = '2350 S. State St., Ann Arbor MI 48104';
locMaps['Institutional'][9]['Info'] = 'Phoenix Contractors joined with the University of Michigan and TMP Architects to construct one of only two freestanding wrestling facilities in the country.';
locMaps['Institutional'][9]['Image'] = 'gmth_um_wrestling.jpg';
locMaps['Institutional'][9]['Link'] = 'port-inst-um_wrestling.php';
locMaps['Institutional'][9]['lng'] = -83.743345;
locMaps['Institutional'][9]['lat'] = 42.252428;


locMaps['Institutional'][10] = new Array();
locMaps['Institutional'][10]['Name'] = 'Humane Society of Huron Valley';
locMaps['Institutional'][10]['Address'] = '3100 Cherry Hill Road, Ann Arbor MI 48105';
locMaps['Institutional'][10]['Info'] = 'The Humane Society of Huron Valley selected Phoenix to build their 35,000 s.f., state-of-the-art animal shelter.';
locMaps['Institutional'][10]['Image'] = 'gmth_humane_society.jpg';
locMaps['Institutional'][10]['Link'] = 'port-inst-humane_society.php';
locMaps['Institutional'][10]['lng'] = -83.654971;
locMaps['Institutional'][10]['lat'] = 42.306181;


locMaps['Institutional'][11] = new Array();
locMaps['Institutional'][11]['Name'] = 'Towsley Day Care Center';
locMaps['Institutional'][11]['Address'] = '710 South Forest Avenue, Ann Arbor, MI 48104';
locMaps['Institutional'][11]['Info'] = 'The Towsley Center at the University of Michigan offers day care for children of university employees, and was completed by Phoenix in late 2009';
locMaps['Institutional'][11]['Image'] = 'gmth_towsley.jpg';
locMaps['Institutional'][11]['Link'] = 'port-inst-towsley.php';
locMaps['Institutional'][11]['lng'] = -83.733426;
locMaps['Institutional'][11]['lat'] = 42.273345;



/**
 * Commercial Map Information
 */
locMaps['Commercial'][0] = new Array();
locMaps['Commercial'][0]['Name'] = 'Gretchen\'s House';
locMaps['Commercial'][0]['Address'] = '2340 Oak Valley Dr., Ann Arbor MI 48103';
locMaps['Commercial'][0]['Info'] = 'A 15,000sf child care center, constructed in 1997.';
locMaps['Commercial'][0]['Image'] = 'gmth_gretchens.jpg';
locMaps['Commercial'][0]['Link'] = 'port-comm-gretchens_house.php';
locMaps['Commercial'][0]['lng'] = -83.777855;
locMaps['Commercial'][0]['lat'] = 42.252072;

locMaps['Commercial'][1] = new Array();
locMaps['Commercial'][1]['Name'] = 'Saturn of Ann Arbor';
locMaps['Commercial'][1]['Address'] = '585 Auto Mall Drive, Ann Arbor MI 48103'; /*actual address is 500; this fixes Google bug */
locMaps['Commercial'][1]['Info'] = 'Hired to build it, then brought back to expand it. One of many clients with whom Phoenix has developed a positive, lasting relationship.';
locMaps['Commercial'][1]['Image'] = 'gmth_saturn.jpg';
locMaps['Commercial'][1]['Link'] = 'port-comm-saturn_of_ann_arbor.php';
locMaps['Commercial'][1]['lng'] = -83.81261;
locMaps['Commercial'][1]['lat'] = 42.286103;

locMaps['Commercial'][2] = new Array();
locMaps['Commercial'][2]['Name'] = 'Reinhart Realtors';
locMaps['Commercial'][2]['Address'] = '2200 Green Rd., Ann Arbor MI 48105';
locMaps['Commercial'][2]['Info'] = 'Phoenix proved up to the challenge of re-building this structure while leaving its existing basement intact.';
locMaps['Commercial'][2]['Image'] = 'gmth_reinhart_xxx.jpg';
locMaps['Commercial'][2]['Link'] = 'port-comm-reinhart_realtors.php';
locMaps['Commercial'][2]['lng'] = -83.692812;
locMaps['Commercial'][2]['lat'] = 42.30622;

locMaps['Commercial'][3] = new Array();
locMaps['Commercial'][3]['Name'] = 'Hiller\'s Market';
locMaps['Commercial'][3]['Address'] = '3615 Washtenaw, Ann Arbor MI 48104';
locMaps['Commercial'][3]['Info'] = 'This quality-driven grocery is comprised of over 50,000sf of space, and was constructed in 2000 at a cost of $3.4M.';
locMaps['Commercial'][3]['Image'] = 'gmth_hillers.jpg';
locMaps['Commercial'][3]['Link'] = 'port-comm-hillers_market.php';
locMaps['Commercial'][3]['lng'] = -83.687621;
locMaps['Commercial'][3]['lat'] = 42.257343;

locMaps['Commercial'][4] = new Array();
locMaps['Commercial'][4]['Name'] = 'Foto-1';
locMaps['Commercial'][4]['Address'] = '2420 Oak Valley Drive, Ann Arbor, MI 48103';
locMaps['Commercial'][4]['Info'] = 'This 13,000sf, $1.1M project demonstrates Phoenix\'s ability to construct unique, interesting buildings for clients of all types, even with mid-project changes and adaptations.';
locMaps['Commercial'][4]['Image'] = 'gmth_foto1.jpg';
locMaps['Commercial'][4]['Link'] = 'port-comm-foto1.php';
locMaps['Commercial'][4]['lng'] = -83.776398;
locMaps['Commercial'][4]['lat'] = 42.25202;
/*
locMaps['Commercial'][6] = new Array();
locMaps['Commercial'][6]['Name'] = 'Aero Corporation';
locMaps['Commercial'][6]['Address'] = '1377 Tefft Ct, Saline, MI 48176';
locMaps['Commercial'][6]['Info'] = 'Responding to a client need for cost-efficient office and distribution building in a short time, Phoenix employed a design-build process to construct this pre-engineered framed structure in just 7 months from initial design to move-in at a cost of $922,000.';
locMaps['Commercial'][6]['Image'] = 'gmth_aerocorp.jpg';
locMaps['Commercial'][6]['Link'] = 'port-comm-aero_corporation.php';
*/
locMaps['Commercial'][5] = new Array();
locMaps['Commercial'][5]['Name'] = 'Adams Outdoor Advertising';
locMaps['Commercial'][5]['Address'] = '880 James L. Hart Parkway, Ypsilanti, MI 48107';
locMaps['Commercial'][5]['Info'] = 'An award-winning interior renovation for the Atlanta, Georgia-based source for billboards and other out-of-home advertising media.';
locMaps['Commercial'][5]['Image'] = 'gmth_adams.jpg';
locMaps['Commercial'][5]['Link'] = 'port-comm-adams_advertising.php';
locMaps['Commercial'][5]['lng'] = -83.627311;
locMaps['Commercial'][5]['lat'] = 42.224366;

locMaps['Commercial'][6] = new Array();
locMaps['Commercial'][6]['Name'] = 'Colony Packard Dental Condominiums';
locMaps['Commercial'][6]['Address'] = '2715 Packard Rd., Ann Arbor, MI 48104';
locMaps['Commercial'][6]['Info'] = '';
locMaps['Commercial'][6]['Image'] = 'gmth_dental.jpg';
locMaps['Commercial'][6]['Link'] = 'port-comm-dental_office.php';
locMaps['Commercial'][6]['lng'] = -83.714597;
locMaps['Commercial'][6]['lat'] = 42.245124;

locMaps['Commercial'][7] = new Array();
locMaps['Commercial'][7]['Name'] = 'Washtenaw Veterinary Hospital';
locMaps['Commercial'][7]['Address'] = '2725 Packard Rd., Ann Arbor, MI 48104';
locMaps['Commercial'][7]['Info'] = 'An award-winning full-service veterinary facility.';
locMaps['Commercial'][7]['Image'] = 'gmth_vet_hosp.jpg';
locMaps['Commercial'][7]['Link'] = 'port-comm-vet_hospital.php';
locMaps['Commercial'][7]['lng'] = -83.712587;
locMaps['Commercial'][7]['lat'] = 42.245124;

locMaps['Commercial'][8] = new Array();
locMaps['Commercial'][8]['Name'] = 'Fifth Third Bank ';
locMaps['Commercial'][8]['Address'] = '2090 West Stadium, Ann Arbor, MI 48103';
locMaps['Commercial'][8]['Info'] = 'This project was our second for Fifth Third Bank, the Cincinnati, Ohio-based financial services company.';
locMaps['Commercial'][8]['Image'] = 'gmth_fifth_third.jpg';
locMaps['Commercial'][8]['Link'] = 'port-comm-fifth_third.php';
locMaps['Commercial'][8]['lng'] = -83.774984;
locMaps['Commercial'][8]['lat'] = 42.272406;

locMaps['Commercial'][9] = new Array();
locMaps['Commercial'][9]['Name'] = 'Fran Coy Salon';
locMaps['Commercial'][9]['Address'] = '418 South Wagner Rd., Ann Arbor, MI 48103';
locMaps['Commercial'][9]['Info'] = 'Phoenix built an addition and a new exterior for the Spa. The new exterior wraps around an existing building.';
locMaps['Commercial'][9]['Image'] = 'gmth_fran_coy.jpg';
locMaps['Commercial'][9]['Link'] = 'port-comm-fran_coy.php';
locMaps['Commercial'][9]['lng'] = -83.799893;
locMaps['Commercial'][9]['lat'] = 42.279906;
