// JavaScript Document

var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,null,'width=530,scrollbars=1');
	if (window.focus) {newwindow.focus()}
}

function createMarker(point,html) {
	var marker = new GMarker(point);
	GEvent.addListener(marker, "click", function() {
	  marker.openInfoWindowHtml(html);
	});
	return marker;
  }
  
function load() {
	if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map"));
		map.addControl(new GSmallMapControl());
		map.addControl(new GMapTypeControl());
		map.setCenter(new GLatLng(39.96570, -95.64784), 4);
		var point = new GLatLng(41.15696,-80.09208);var marker = createMarker(point,"Ross Crum<br><img src='images/agents/ross crum.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=ross crum&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(44.47595,-73.21038);var marker = createMarker(point,"Mark Bratt<br><img src='images/agents/mark bratt.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=mark bratt&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(35.36617,-81.92908);var marker = createMarker(point,"Tee Wilkins<br><img src='images/agents/tee wilkins.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=tee wilkins&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(36.85875,-75.97828);var marker = createMarker(point,"Ann Carris<br><img src='images/agents/ann carris.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=ann carris&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(38.85178,-77.17019);var marker = createMarker(point,"Kitti Yates<br><img src='images/agents/kitti yates.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=kitti yates&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(38.30509,-77.46448);var marker = createMarker(point,"Sharon Hall<br><img src='images/agents/sharon hall.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=sharon hall&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(33.99928,-81.04923);var marker = createMarker(point,"Kemp Nash<br><img src='images/agents/kemp nash.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=kemp nash&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(40.72849,-74.23450);var marker = createMarker(point,"Russell Sass<br><img src='images/agents/russell sass.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=russell sass&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(38.90271,-77.02186);var marker = createMarker(point,"Rene Amelia Pinkham<br><img src='images/agents/rene pinkham.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=rene pinkham&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(35.22351,-80.77052);var marker = createMarker(point,"Deborah Rhyne<br><img src='images/agents/deborah rhyne.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=deborah rhyne&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(41.32119,-73.08527);var marker = createMarker(point,"Tim Pond<br><img src='images/agents/tim pond.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=tim pond&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(40.05494,-77.51517);var marker = createMarker(point,"Larry Bard<br><img src='images/agents/larry bard.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=larry bard&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(38.80384,-81.35161);var marker = createMarker(point,"Stan Monroe<br><img src='images/agents/stan monroe.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=stan monroe&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(33.70628,-78.88841);var marker = createMarker(point,"Linda Lack<br><img src='images/agents/linda lack.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=linda lack&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(37.54011,-77.43437);var marker = createMarker(point,"Kristin Eike<br><img src='images/agents/kristin eike.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=kristin eike&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(30.42039,-87.20925);var marker = createMarker(point,"Jason Killiam<br><img src='images/agents/jason killiam.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=jason killiam&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(34.10776,-118.28709);var marker = createMarker(point,"Barbara Chartier<br><img src='images/agents/barbara chartier.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=barbara chartier&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(39.94502,-75.11841);var marker = createMarker(point,"Trish Dieterich<br><img src='images/agents/trish dieterich.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=trish dieterich&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(39.12037,-93.19635);var marker = createMarker(point,"Norma Walker<br><img src='images/agents/norma walker.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=norma walker&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(34.25176,-80.60747);var marker = createMarker(point,"Nina Nash<br><img src='images/agents/nina nash.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=nina nash&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(40.17909,-74.58254);var marker = createMarker(point,"Ken Cucchiaro<br><img src='images/agents/ken cucchiaro.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=ken cucchiaro&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(25.82375,-80.22422);var marker = createMarker(point,"Michelle Edge<br><img src='images/agents/michelle edge.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=michelle edge&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(35.41008,-80.58055);var marker = createMarker(point,"Hal Freeman<br><img src='images/agents/hal freeman.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=hal freeman&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(35.21061,-80.91019);var marker = createMarker(point,"Larry Poole<br><img src='images/agents/larry poole.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=larry poole&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(32.36446,-84.89618);var marker = createMarker(point,"Donald Alexander<br><img src='images/agents/donald alexander.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=donald alexander&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(40.41592,-74.22403);var marker = createMarker(point,"Ruth Haffield<br><img src='images/agents/ruth haffield.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=ruth haffield&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(33.75940,-78.81836);var marker = createMarker(point,"Kyle Nash<br><img src='images/agents/kyle nash.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=Kyle Nash&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(36.86728,-91.91432);var marker = createMarker(point,"Anne Smith<br><img src='images/agents/anne smith.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=anne smith&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(40.71702,-73.97547);var marker = createMarker(point,"Duane Ragan<br><img src='images/agents/duane ragan.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=duane ragan&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(35.18621,-79.46740);var marker = createMarker(point,"John Taylor<br><img src='images/agents/john taylor.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=john taylor&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(33.65731,-78.98288);var marker = createMarker(point,"Warren Beckham<br><img src='images/agents/warren beckham.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=warren beckham&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(40.71612,-74.04475);var marker = createMarker(point,"Scott Hughes<br><img src='images/agents/scott hughes.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=scott hughes&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(38.33290,-82.94602);var marker = createMarker(point,"Phyllis Campbell<br><img src='images/agents/phyllis campbell.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=phyllis campbell&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(37.27115,-79.94052);var marker = createMarker(point,"Bob Brand<br><img src='images/agents/bobanddebby_brand.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=bob brand&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(30.44082,-84.28069);var marker = createMarker(point,"Debby Brand<br><img src='images/agents/bobanddebby_brand.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=debby brand&quot;);' >Profile</a>");map.addOverlay(marker);
		var point = new GLatLng(32.90414,-80.66433);var marker = createMarker(point,"Linda Nash Given<br><img src='images/agents/linda nash given.jpg' width=120 height=150><br><a href='javascript:poptastic(&quot;http://coastallifestylesofsc.com/agent_profile.php?a=linda nash given&quot;);' >Profile</a>");map.addOverlay(marker);
	}
}