// SmallBizWebs.com JavaScript Document
// Code for Google Map on Office Locations page

//<![CDATA[
		google.load("maps", "2.x");
    function initialize() {
      if (GBrowserIsCompatible()) {
        var map = new google.maps.Map2(document.getElementById("gmap"));
				map.addControl(new GLargeMapControl3D());
				map.addControl(new GMapTypeControl());
				map.setCenter(new GLatLng(35.30, -78.80), 8);
		 
				// Create a base icon for all markers
				var baseIcon = new GIcon();
				baseIcon.shadow = "map/shadow.png";
				baseIcon.iconSize = new GSize(24, 39);
				baseIcon.shadowSize = new GSize(44, 39);
				baseIcon.iconAnchor = new GPoint(12, 39);
				baseIcon.infoWindowAnchor = new GPoint(13, 17);
		
				// Creates a marker with specified icon and info window with passed tabs
				function createMarker(point, theTitle, theTabs) {
					var icon = new GIcon(baseIcon);
					icon.image = "map/marker.png";
					var marker = new GMarker(point, {icon: icon, title: theTitle});
					GEvent.addListener(marker, "click", function() { marker.openInfoWindowTabsHtml(theTabs, {maxWidth: 200}); });
					return marker;
				}
		
				// Add markers to the map
				var infoTabs = [
					new GInfoWindowTab("Office", '<div style="text-align:left"><p><b>Aberdeen (Sandhills)</b></p><p>Phone: (910) 693-1226<br>&nbsp;<br>For complete details, <a href="Office_Aberdeen-Sandhills.htm">click here</a>.</p></div>'),
					new GInfoWindowTab("Location", '<div style="text-align:left"><p><b>11088 Highway 15-501</b></p><p>Near TCBY, BestBuy &amp; PetSmart<br>&nbsp;<br>For driving directions, <a href="Office_Aberdeen-Sandhills.htm#MapDirs">click here</a>.</p></div>')
				];
				map.addOverlay(createMarker(new GLatLng(35.156092,-79.418247), "Aberdeen (Sandhills) - Click for more...", infoTabs));

				var infoTabs = [
					new GInfoWindowTab("Office", '<div style="text-align:left"><p><b>Burlington (Alamance)</b></p><p>Phone: (336) 584-0505<br>&nbsp;<br>For complete details, <a href="Office_Burlington-Alamance.htm">click here</a>.</p></div>'),
					new GInfoWindowTab("Location", '<div style="text-align:left"><p><b>2835 S Church St</b></p><p>Heart of Burlington on S Church St<br>&nbsp;<br>For driving directions, <a href="Office_Burlington-Alamance.htm#MapDirs">click here</a>.</p></div>')
				];
				map.addOverlay(createMarker(new GLatLng(36.081063,-79.487795), "Burlington (Alamance) - Click for more...", infoTabs));

				var infoTabs = [
					new GInfoWindowTab("Office", '<div style="text-align:left"><p><b>Cary (Arboretum)</b></p><p>Phone: (919) 655-0625<br>&nbsp;<br>For complete details, <a href="Office_Cary-Arboretum.htm">click here</a>.</p></div>'),
					new GInfoWindowTab("Location", '<div style="text-align:left"><p><b>2075 Renaissance Park Place</b></p><p>Arboretum Shopping Center<br>&nbsp;<br>For driving directions, <a href="Office_Cary-Arboretum.htm#MapDirs">click here</a>.</p></div>')
				];
				map.addOverlay(createMarker(new GLatLng(35.828651,-78.772917), "Cary (Arboretum) - Click for more...", infoTabs));

				var infoTabs = [
					new GInfoWindowTab("Office", '<div style="text-align:left"><p><b>Cary (Centrum at Crossroads)</b></p><p>Phone: (919) 851-0093<br>&nbsp;<br>For complete details, <a href="Office_Cary-CentrumAtCrossroads.htm">click here</a>.</p></div>'),
					new GInfoWindowTab("Location", '<div style="text-align:left"><p><b>2346 Walnut Street</b></p><p>Near BJ\'s & Kohl\'s<br>&nbsp;<br>For driving directions, <a href="Office_Cary-CentrumAtCrossroads.htm#MapDirs">click here</a>.</p></div>')
				];
				map.addOverlay(createMarker(new GLatLng(35.753658,-78.741399), "Cary (Centrum at Crossroads) - Click for more...", infoTabs));

				var infoTabs = [
					new GInfoWindowTab("Office", '<div style="text-align:left"><p><b>Cary (Cornerstone)</b></p><p>Phone: (919) 461-0771<br>&nbsp;<br>For complete details, <a href="Office_Cary-Cornerstone.htm">click here</a>.</p></div>'),
					new GInfoWindowTab("Location", '<div style="text-align:left"><p><b>1975 High House Road</b></p><p>Corner of High House &amp; Davis Dr<br>&nbsp;<br>For driving directions, <a href="Office_Cary-Cornerstone.htm#MapDirs">click here</a>.</p></div>')
				];
				map.addOverlay(createMarker(new GLatLng(35.790066,-78.850187), "Cary (Cornerstone) - Click for more...", infoTabs));

				var infoTabs = [
					new GInfoWindowTab("Office", '<div style="text-align:left"><p><b>Cary (Crescent Commons)</b></p><p>Phone: (919) 851-9995<br>&nbsp;<br>For complete details, <a href="Office_Cary-CrescentCommons.htm">click here</a>.</p></div>'),
					new GInfoWindowTab("Location", '<div style="text-align:left"><p><b>2042 Kildaire Farm Road</b></p><p>Corner of Tryon &amp; Kildaire Farm<br>&nbsp;<br>For driving directions, <a href="Office_Cary-CrescentCommons.htm#MapDirs">click here</a>.</p></div>')
				];
				map.addOverlay(createMarker(new GLatLng(35.73874,-78.780203), "Cary (Crescent Commons) - Click for more...", infoTabs));

				var infoTabs = [
					new GInfoWindowTab("Office", '<div style="text-align:left"><p><b>Chapel Hill (Glen Lennox)</b></p><p>Phone: (919) 942-3320<br>&nbsp;<br>For complete details, <a href="Office_ChapelHill-GlenLennox.htm">click here</a>.</p></div>'),
					new GInfoWindowTab("Location", '<div style="text-align:left"><p><b>1201 Raleigh Road</b></p><p>Glen Lennox Shopping Center<br>&nbsp;<br>For driving directions, <a href="Office_ChapelHill-GlenLennox.htm#MapDirs">click here</a>.</p></div>')
				];
				map.addOverlay(createMarker(new GLatLng(35.908709,-79.026074), "Chapel Hill (Glen Lennox) - Click for more...", infoTabs));

				var infoTabs = [
					new GInfoWindowTab("Office", '<div style="text-align:left"><p><b>Durham (North Durham)</b></p><p>Phone: (919) 595-2020<br>&nbsp;<br>For complete details, <a href="Office_Durham-NorthDurham.htm">click here</a>.</p></div>'),
					new GInfoWindowTab("Location", '<div style="text-align:left"><p><b>4102 N. Roxboro Rd</b></p><p>NC Eye Ear Nose &amp; Throat building<br>&nbsp;<br>For driving directions, <a href="Office_Durham-NorthDurham.htm#MapDirs">click here</a>.</p></div>')
				];
				map.addOverlay(createMarker(new GLatLng(36.046605,-78.901888), "Durham (North Durham) - Click for more...", infoTabs));

				var infoTabs = [
					new GInfoWindowTab("Office", '<div style="text-align:left"><p><b>Knightdale (Widewaters)</b></p><p>Phone: (919) 861-2020<br>&nbsp;<br>For complete details, <a href="Office_Knightdale-Widewaters.htm">click here</a>.</p></div>'),
					new GInfoWindowTab("Location", '<div style="text-align:left"><p><b>1001 Widewaters Parkway</b></p><p>Widewaters Shopping Center<br>&nbsp;<br>For driving directions, <a href="Office_Knightdale-Widewaters.htm#MapDirs">click here</a>.</p></div>')
				];
				map.addOverlay(createMarker(new GLatLng(35.795854,-78.506446), "Knightdale (Widewaters) - Click for more...", infoTabs));

				var infoTabs = [
					new GInfoWindowTab("Office", '<div style="text-align:left"><p><b>Louisburg (Plaza)</b></p><p>Phone: (919) 496-1156<br>&nbsp;<br>For complete details, <a href="Office_Louisburg-Plaza.htm">click here</a>.</p></div>'),
					new GInfoWindowTab("Location", '<div style="text-align:left"><p><b>505 Retail Way, Suite 118</b></p><p>Near New Walmart Super Center<br>&nbsp;<br>For driving directions, <a href="Office_Louisburg-Plaza.htm#MapDirs">click here</a>.</p></div>')
				];
				map.addOverlay(createMarker(new GLatLng(36.080685,-78.317993), "Louisburg (Plaza) - Click for more...", infoTabs));

				var infoTabs = [
					new GInfoWindowTab("Office", '<div style="text-align:left"><p><b>Raleigh (Brier Creek)</b></p><p>Phone: (919) 863-5032<br>&nbsp;<br>For complete details, <a href="Office_Raleigh-BrierCreek.htm">click here</a>.</p></div>'),
					new GInfoWindowTab("Location", '<div style="text-align:left"><p><b>8231 Brier Creek Parkway</b></p><p>Convenient to all of RTP<br>&nbsp;<br>For driving directions, <a href="Office_Raleigh-BrierCreek.htm#MapDirs">click here</a>.</p></div>')
				];
				map.addOverlay(createMarker(new GLatLng(35.909327,-78.781963), "Raleigh (Brier Creek) - Click for more...", infoTabs));

				var infoTabs = [
					new GInfoWindowTab("Office", '<div style="text-align:left"><p><b>Raleigh (Cameron Village)</b></p><p>Phone: (919) 863-2015<br>&nbsp;<br>For complete details, <a href="Office_Raleigh-CameronVillage.htm">click here</a>.</p></div>'),
					new GInfoWindowTab("Location", '<div style="text-align:left"><p><b>2024 Cameron Street</b></p><p>Downtown Raleigh<br>&nbsp;<br>For driving directions, <a href="Office_Raleigh-CameronVillage.htm#MapDirs">click here</a>.</p></div>')
				];
				map.addOverlay(createMarker(new GLatLng(35.790928,-78.660259), "Raleigh (Cameron Village) - Click for more...", infoTabs));

				var infoTabs = [
					new GInfoWindowTab("Office", '<div style="text-align:left"><p><b>Raleigh (Leesville)</b></p><p>Phone: (919) 870-6430<br>&nbsp;<br>For complete details, <a href="Office_Raleigh-Leesville.htm">click here</a>.</p></div>'),
					new GInfoWindowTab("Location", '<div style="text-align:left"><p><b>13220 Strickland Rd  Ste 160</b></p><p>Leesville Towne Center<br>&nbsp;<br>For driving directions, <a href="Office_Raleigh-Leesville.htm#MapDirs">click here</a>.</p></div>')
				];
				map.addOverlay(createMarker(new GLatLng(35.907624,-78.727412), "Raleigh (Leesville) - Click for more...", infoTabs));

				var infoTabs = [
					new GInfoWindowTab("Office", '<div style="text-align:left"><p><b>Raleigh (North Raleigh)</b></p><p>Phone: (919) 847-5957<br>&nbsp;<br>For complete details, <a href="Office_Raleigh-NorthRaleigh.htm">click here</a>.</p></div>'),
					new GInfoWindowTab("Location", '<div style="text-align:left"><p><b>7020 Six Forks Road</b></p><p>About 3 miles from North Hills<br>&nbsp;<br>For driving directions, <a href="Office_Raleigh-NorthRaleigh.htm#MapDirs">click here</a>.</p></div>')
				];
				map.addOverlay(createMarker(new GLatLng(35.875572,-78.644452), "Raleigh (North Raleigh) - Click for more...", infoTabs));

				var infoTabs = [
					new GInfoWindowTab("Office", '<div style="text-align:left"><p><b>Raleigh (Wakefield Commons)</b></p><p>Phone: (919) 847-4665<br>&nbsp;<br>For complete details, <a href="Office_Raleigh-WakefieldCommons.htm">click here</a>.</p></div>'),
					new GInfoWindowTab("Location", '<div style="text-align:left"><p><b>14460 New Falls of Neuse Rd</b></p><p>Wakefield Commons<br>&nbsp;<br>For driving directions, <a href="Office_Raleigh-WakefieldCommons.htm#MapDirs">click here</a>.</p></div>')
				];
				map.addOverlay(createMarker(new GLatLng(35.945885,-78.54275), "Raleigh (Wakefield Commons) - Click for more...", infoTabs));

				var infoTabs = [
					new GInfoWindowTab("Office", '<div style="text-align:left"><p><b>Raleigh (West Raleigh)</b></p><p>Phone: (919) 783-0011<br>&nbsp;<br>For complete details, <a href="Office_Raleigh-WestRaleigh.htm">click here</a>.</p></div>'),
					new GInfoWindowTab("Location", '<div style="text-align:left"><p><b>6566 Glenwood Avenue</b></p><p>Townridge Shopping Center<br>&nbsp;<br>For driving directions, <a href="Office_Raleigh-WestRaleigh.htm#MapDirs">click here</a>.</p></div>')
				];
				map.addOverlay(createMarker(new GLatLng(35.859725,-78.707031), "Raleigh (West Raleigh) - Click for more...", infoTabs));

				var infoTabs = [
					new GInfoWindowTab("Office", '<div style="text-align:left"><p><b>Wilmington (Carolina Beach)</b></p><p>Phone: (910) 790-0212<br>&nbsp;<br>For complete details, <a href="Office_Wilmington-CarolinaBeach.htm">click here</a>.</p></div>'),
					new GInfoWindowTab("Location", '<div style="text-align:left"><p><b>5611 Carolina Beach Rd, Ste E</b></p><p>Monkey Junction<br>&nbsp;<br>For driving directions, <a href="Office_Wilmington-CarolinaBeach.htm#MapDirs">click here</a>.</p></div>')
				];
				map.addOverlay(createMarker(new GLatLng(34.135837,-77.89395), "Wilmington (Carolina Beach) - Click for more...", infoTabs));

				var infoTabs = [
					new GInfoWindowTab("Office", '<div style="text-align:left"><p><b>Wilmington (Mayfaire)</b></p><p>Phone: (910) 452-0554<br>&nbsp;<br>For complete details, <a href="Office_Wilmington-Mayfaire.htm">click here</a>.</p></div>'),
					new GInfoWindowTab("Location", '<div style="text-align:left"><p><b>6825 Parker Farm Road</b></p><p>28405	Mayfaire Towncenter<br>&nbsp;<br>For driving directions, <a href="Office_Wilmington-Mayfaire.htm#MapDirs">click here</a>.</p></div>')
				];
				map.addOverlay(createMarker(new GLatLng(34.235278,-77.832063), "Wilmington (Mayfaire) - Click for more...", infoTabs));

				var infoTabs = [
					new GInfoWindowTab("Office", '<div style="text-align:left"><p><b>Zebulon (East Wake)</b></p><p>Phone: (919) 269-6032<br>&nbsp;<br>For complete details, <a href="Office_Zebulon-EastWake.htm">click here</a>.</p></div>'),
					new GInfoWindowTab("Location", '<div style="text-align:left"><p><b>178-N Wakelon Street</b></p><p>Triangle East Shopping Centre<br>&nbsp;<br>For driving directions, <a href="Office_Zebulon-EastWake.htm#MapDirs">click here</a>.</p></div>')
				];
				map.addOverlay(createMarker(new GLatLng(35.833144,-78.316318), "Zebulon (East Wake) - Click for more...", infoTabs));

      }
    }
		google.setOnLoadCallback(initialize);
    //]]>
