function initialize() {      
if (GBrowserIsCompatible()) {        
var map = new GMap2(document.getElementById("map")); 
map.addControl(new GSmallMapControl());
map.addControl(new GMapTypeControl());
map.setCenter(new GLatLng(33.852583, -78.616276), 9);  

var baseIcon = new GIcon(G_DEFAULT_ICON);
//baseIcon.image = "images/green.png";
baseIcon.shadow = "images/shadow.png";
//baseIcon.shadow = "http://www.google.com/mapfiles/shadow50.png";
baseIcon.iconSize = new GSize(20, 34);
baseIcon.shadowSize = new GSize(37, 34);
baseIcon.iconAnchor = new GPoint(9, 34);
baseIcon.infoWindowAnchor = new GPoint(9, 2);

function createRedMarker(point, html) {  
// Create a lettered icon for this point using our icon class  

var letteredIcon = new GIcon(baseIcon);  
//letteredIcon.image = "images/green.png";
letteredIcon.image = "http://labs.google.com/ridefinder/images/mm_20_red.png";  
// Set up our GMarkerOptions object  
markerOptions = { icon:letteredIcon };  
var marker = new GMarker(point, markerOptions);  
GEvent.addListener(marker, "click", function() {   
 marker.openInfoWindowHtml(html);  
 });  
 return marker;
 }
 
 
var lat = 33.933006;

var lon = -78.712328;

golf124Name = "Aberdeen Country Club";

html = '<div align=center class=textlarge><b>' + golf124Name + '</b><br>701 Buck Trail<br> Longs, SC 29568<br><a href="/golf/golf-course-aberdeen-country-club.html?id=7">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.774559;

var lon = -78.773360;

golf127Name = "Arcadian Shores";

html = '<div align=center class=textlarge><b>' + golf127Name + '</b><br>701 Hilton Road Myrtle Beach<br> SC 29572<br><a href="/golf/golf-course-arcadian-shores.html?id=20">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.712886;

var lon = -78.951968;

golf128Name = "Arrowhead Country Club";

html = '<div align=center class=textlarge><b>' + golf128Name + '</b><br>1201 Burcale Rd  Myrtle Beach<br> SC  29579<br><a href="/golf/golf-course-arrowhead-country-club.html?id=21">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.843114;

var lon = -78.661362;

golf130Name = "Azalea Sands";

html = '<div align=center class=textlarge><b>' + golf130Name + '</b><br>Highway 17 South<br> North Myrtle Beach, SC 29582<br><a href="/golf/golf-course-azalea-sands.html?id=22">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.800983;

var lon = -78.764439;

golf154Name = "Barefoot Resort - Dye Course";

html = '<div align=center class=textlarge><b>' + golf154Name + '</b><br>Pete Dye Drive<br> North Myrtle Beach, SC 29582<br><a href="/golf/golf-course-barefoot-resort---dye-club.html?id=24">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.800983;

var lon = -78.764439;

golf159Name = "Barefoot Resort - Fazio Course";

html = '<div align=center class=textlarge><b>' + golf159Name + '</b><br>46th Avenue Extension<br>North Myrtle Beach,SC 29582<br><a href="/golf/golf-course-barefoot-resort---fazio.html?id=25">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.800983;

var lon = -78.764439;

golf180Name = "Barefoot Resort - Love Course";


html = '<div align=center class=textlarge><b>' + golf180Name + '</b><br>46th Avenue Extension<br>North Myrtle Beach,SC 29582<br><a href="/golf/golf-course-barefoot-resort---love.html?id=26">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.800983;

var lon = -78.764439;

golf189Name = "Barefoot Resort - Norman Course";

html = '<div align=center class=textlarge><b>' + golf189Name + '</b><br>46th Avenue Extension<br>North Myrtle Beach,SC 29582<br><a href="/golf/golf-course-barefoot-resort--norman.html?id=27">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.843937;

var lon = -78.660369;

golf134Name = "Beachwood";

html = '<div align=center class=textlarge><b>' + golf134Name + '</b><br>1520 Highway 17 south<br> N. Myrtle Beach, SC  29582<br><a href="/golf/golf-course-beachwood-golf-club.html?id=28">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 34.003347;

var lon = -78.757963;


golf136Name = "Black Bear Golf Club";

html = '<div align=center class=textlarge><b>' + golf136Name + '</b><br>Highway  9 West<br> P.O. Box 3371 North Myrtle Beach, SC 29582<br><a href="/golf/golf-course-black-bear.html?id=29">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.602625;

var lon = -79.071262;

golf137Name = "Blackmoor";

html = '<div align=center class=textlarge><b>' + golf137Name + '</b><br>Highway 707 Murrells Inlet<br> S.C.<br><a href="/golf/golf-course-blackmoor.html?id=30">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.904763;

var lon = -78.406753;

golf138Name = "Brick Landing Plantation";

html = '<div align=center class=textlarge><b>' + golf138Name + '</b><br>1900 Goose Creek Rd <br> Ocean Isle Beach, NC  28469<br><a href="/golf/golf-course-brick-landing.html?id=31">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.955029;

var lon = -78.388438;

golf139Name = "Brierwood Golf Club";

html = '<div align=center class=textlarge><b>' + golf139Name + '</b><br>10  Brierwood Rd.  Shallotte<br> NC  28459<br><a href="/golf/golf-course-brierwood.html?id=32">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));



var lat = 33.936264;

var lon = -78.570745;

golf140Name = "Brunswick Plantation";

html = '<div align=center class=textlarge><b>' + golf140Name + '</b><br>P.O. Box 4778<br> Calabash, NC 28467<br><a href="/golf/golf-course-brunswick-plantation-and-golf-resort.html?id=33">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.776303;

var lon = -79.004722;

golf141Name = "Burning Ridge East";

html = '<div align=center class=textlarge><b>' + golf141Name + '</b><br>P.O. Box 3878<br> Myrtle Beach, SC 29578<br><a href="/golf/golf-course-burning-ridge-golf-course.html?id=34">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.442306;

var lon = -79.155522;

golf144Name = "Caledonia";

html = '<div align=center class=textlarge><b>' + golf144Name + '</b><br>369 Caledonia Dr<br> Pawleys Island, SC  29585<br><a href="/golf/golf-course-caledonia.html?id=35">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 34.066200;

var lon = -78.149300;

golf145Name = "Carolina National";

html = '<div align=center class=textlarge><b>' + golf145Name + '</b><br>1643 Goley Hewett Rd SE <br> Bolivia, NC  28422<br><a href="/golf/golf-course-carolina-national.html?id=36">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.935541;

var lon = -78.575997;

golf148Name = "Crow Creek";

html = '<div align=center class=textlarge><b>' + golf148Name + '</b><br>240 Hickman Road<br> NW, Calabash, NC 28467<br><a href="/golf/golf-course-crow-creek-golf-club.html?id=38">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.991802;

var lon = -78.749300;

golf149Name = "Crown Park";

html = '<div align=center class=textlarge><b>' + golf149Name + '</b><br>2225 Highway 9 West <br> Longs, NC 29568  <br><a href="/golf/golf-course-crown-park.html?id=39">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 34.049871;

var lon = -78.835762;

golf153Name = "Diamond Back";

html = '<div align=center class=textlarge><b>' + golf153Name + '</b><br>P.O. Box 236<br>  Loris,  SC  29569<br><a href="/golf/golf-course-guide.php">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.758379;

var lon = -78.794362;

golf234Name = "Dunes Golf &amp; Beach Club";

html = '<div align=center class=textlarge><b>' + golf234Name + '</b><br>Dunes Golf and Beach Club<br> 9000 N. Ocean Blvd. Myrtle Beach, SC 29572<br><a href="/golf/golf-course-dunes-golf-and-beach-club.html?id=41">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.870010;

var lon = -78.647903;

golf155Name = "Eagle Nest";

html = '<div align=center class=textlarge><b>' + golf155Name + '</b><br>P.O. Box 746<br> North Myrtle Beach, SC 29597<br><a href="/golf/golf-course-eagle-nest-golf-club.html?id=42">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.917946;

var lon = -78.614436;

golf158Name = "Farmstead Golf Links";

html = '<div align=center class=textlarge><b>' + golf158Name + '</b><br>541 McLamb Road<br> Calabash, NC 28467.<br><a href="/golf/golf-course-farmstead-golf-links.html?id=43">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.876542;

var lon = -78.602130;

golf161Name = "Glen Dornoch";

html = '<div align=center class=textlarge><b>' + golf161Name + '</b><br>P.O. Box 390<br> North Myrtle Beach, SC 29597<br><a href="/golf/golf-course-glen-dornoch.html?id=11">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.767100;

var lon = -78.819399;

golf162Name = "Grande Dunes";

html = '<div align=center class=textlarge><b>' + golf162Name + '</b><br>8700 Golf Village Lane<br> Myrtle Beach, SC 29572<br><a href="/golf/golf-course-grande-dunes-resort-course-.html?id=44">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.843114;

var lon = -78.661362;


golf164Name = "Heather Glen";

html = '<div align=center class=textlarge><b>' + golf164Name + '</b><br>Highway 17 P.O. Box 297<br> North Myrtle Beach, SC 29597<br><a href="/golf/golf-course-heather-glen.html?id=12">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.743400;

var lon = -79.002899;

golf173Name = "Heathland at Legends";

html = '<div align=center class=textlarge><b>' + golf173Name + '</b><br>Highway 501<br> P.O. Box 2038, Myrtle Beach, SC 29578<br><a href="/golf/golf-course-legends---heathland-.html?id=52">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.438938;

var lon = -79.169569;

golf165Name = "Heritage Club";

html = '<div align=center class=textlarge><b>' + golf165Name + '</b><br>Highway 17<br> Pawleys Island, SC<br><a href="/golf/golf-course-guide.php">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.653438;

var lon = -79.058544;

golf167Name = "Heron Point";

html = '<div align=center class=textlarge><b>' + golf167Name + '</b><br>6980 Blue Heron Blvd<br> Myrtle Beach, S.C. 29575<br><a href="/golf/golf-course-heron-point-golf-club-.html?id=46">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.624200;

var lon = -78.968200;

golf168Name = "Indian Wells";

html = '<div align=center class=textlarge><b>' + golf168Name + '</b><br>P.O. Box 15418<br> Surfside Beach, SC 29587<br><a href="/golf/golf-course-indian-wells-golf-club-.html?id=47">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.601038;

var lon = -79.025163;

golf169Name = "Indigo Creek";

html = '<div align=center class=textlarge><b>' + golf169Name + '</b><br>P.O. Box 15437<br> Surfside Beach, SC 29587<br><a href="/golf/golf-course-indigo-creek-golf-club-.html?id=49">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.586577;

var lon = -79.050574;

golf170Name = "International Club";

html = '<div align=center class=textlarge><b>' + golf170Name + '</b><br>1560 Tournament Blvd<br> Murrels Inlet, SC 29576<br><a href="/golf/golf-course-international-club-.html?id=50">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.643601;

var lon = -79.056346;

golf171Name = "Island Green";


html = '<div align=center class=textlarge><b>' + golf171Name + '</b><br>P.O. Box 14747<br> Myrtle Beach, SC 29578<br><a href="/golf/golf-course-island-green-golf-club-.html?id=51">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.926126;

var lon = -78.482907;

golf176Name = "Lion\'s Paw";

html = '<div align=center class=textlarge><b>' + golf176Name + '</b><br>351 Ocean Ridge Parkway<br> S.W.<br>Sunset Beach, NC 28469<br><a href="/golf/golf-course-lions-paw.html?id=16">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.474249;

var lon = -79.108207;

golf177Name = "Litchfield Country Club";

html = '<div align=center class=textlarge><b>' + golf177Name + '</b><br>P.O. Box 1936<br> Myrtle Beach SC 29578<br><a href="/golf/golf-course-litchfield-country-club-.html?id=55">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.933152;

var lon = -78.224134;

golf178Name = "Lockwood Folly";

html = '<div align=center class=textlarge><b>' + golf178Name + '</b><br>19 Club House Drive<br> S.W. Holden Beach, NC 28462<br><a href="/golf/golf-course-lockwood-folly-country-club-.html?id=56">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));



var lat = 33.956143;

var lon = -78.740059;

golf179Name = "Long Bay Club";

html = '<div align=center class=textlarge><b>' + golf179Name + '</b><br>350 Foxtail Drive<br> Longs SC 29568<br><a href="/golf/golf-course-long-bay-club.html?id=57">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 34.212280;

var lon = -78.031353;

golf181Name = "Magnolia Greens";

html = '<div align=center class=textlarge><b>' + golf181Name + '</b><br>1800 Linkwood Circle Leland<br> N.C. 28451<br><a href="/golf/golf-course-guide.php">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.721600;

var lon = -78.927600;

golf182Name = "Man O\' War";

html = '<div align=center class=textlarge><b>' + golf182Name + '</b><br>5601 Leeshire Boulevard<br> Myrtle Beach, SC 29577.<br><a href="/golf/golf-course-man-o-war.html?id=17">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.926115;

var lon = -78.595912;

golf185Name = "Meadowlands";

html = '<div align=center class=textlarge><b>' + golf185Name + '</b><br>1000 Meadowlands Trail<br> Calabash, NC  28467<br><a href="/golf/golf-course-meadowlands-golf-club-.html?id=59">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.743400;

var lon = -79.002899;

golf174Name = "Moorland at Legends";

html = '<div align=center class=textlarge><b>' + golf174Name + '</b><br>P.O. Box 2038<br> Myrtle Beach, SC 29578<br><a href="/golf/golf-course-legends---moorland-.html?id=53">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.786670;

var lon = -78.967771;

golf184Name = "Myrtle Beach National -  West Course";

html = '<div align=center class=textlarge><b>' + golf184Name + '</b><br>Myrtle Beach National GC<br> 4900 National Drive Myrtle Beach, SC 29579<br><a href="/golf/golf-course-guide.php">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.786670;

var lon = -78.967771;

golf172Name = "Myrtle Beach National - Kings North";

html = '<div align=center class=textlarge><b>' + golf172Name + '</b><br>4900 National Drive<br> Myrtle Beach, SC 29579<br><a href="/golf/golf-course-myrtle-beach-natl-kings-north.html?id=60">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));



var lat = 33.786670;

var lon = -78.967771;

golf183Name = "Myrtle Beach National - South Creek Course";

html = '<div align=center class=textlarge><b>' + golf183Name + '</b><br>Myrtle Beach National GC 4900 National Drive Myrtle Beach<br>SC 29579<br><a href="/golf/golf-course-myrtle-beach-national-southcreek.html?id=9">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));



var lat = 33.737800;

var lon = -78.871399;

golf187Name = "Myrtlewood Palmetto";

html = '<div align=center class=textlarge><b>' + golf187Name + '</b><br>P.O. Box 2095 Myrtle Beach<br> SC 29578<br><a href="/golf/golf-course-myrtlewood-golf-club---palmetto-.html?id=61">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.737800;

var lon = -78.871399;

golf188Name = "Myrtlewood Pinehills";

html = '<div align=center class=textlarge><b>' + golf188Name + '</b><br>P.O. Box 2095 Myrtle Beach<br> SC 29578<br><a href="/golf/golf-course-myrtlewood-golf-club---pinehills-.html?id=62">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.884800;

var lon = -78.531499;

golf191Name = "Oyster Bay";

html = '<div align=center class=textlarge><b>' + golf191Name + '</b><br>P.O. Box 2038<br> Myrtle Beach, SC 29578<br><a href="/golf/golf-course-oyster-bay-golf-links-.html?id=63">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.926126;

var lon = -78.482907;

golf192Name = "Panther\'s Run";

html= '<div align=center class=textlarge><b>' + golf192Name + '</b><br>351 Ocean Ridge Parkway S.W.Sunset Beach<br> NC 28469<br><a href="/golf/golf-course-panthers-run.html?id=15">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.743400;

var lon = -79.002899;

golf175Name = "Parkland at Legends";

html = '<div align=center class=textlarge><b>' + golf175Name + '</b><br>P.O. Box 2038<br> Myrtle Beach, SC 29578<br><a href="/golf/golf-course-legends---parkland-.html?id=54">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.420161;

var lon = -79.144838;

golf193Name = "Pawleys Plantation";

html = '<div align=center class=textlarge><b>' + golf193Name + '</b><br>70 Tanlewood Drive<br> Pawleys Island, S.C. 29585<br><a href="/golf/golf-course-pawleys-plantation-golf-and-country-club-.html?id=64">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.894500;

var lon = -78.537399;

golf194Name = "Pearl - East Course";

html = '<div align=center class=textlarge><b>' + golf194Name + '</b><br>1300 Pearl Blvd. S.W. Sunset Beach<br> NC 28468<br><a href="/golf/golf-pearl-golf-links---east-.html?id=65">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.894500;

var lon = -78.537399;

golf195Name = "Pearl - West Course";

html = '<div align=center class=textlarge><b>' + golf195Name + '</b><br>1300 Pearl Blvd. S.W. Sunset Beach<br> NC 28468<br><a href="/golf/golf-course-pearl-golf-links---west-.html?id=66">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.731243;

var lon = -78.842607;

golf196Name = "Pine Lakes Country Club";

html = '<div align=center class=textlarge><b>' + golf196Name + '</b><br>5603 Woodside Avenue<br> Myrtle Beach Sc 29577<br><a href="/golf/golf-course-pine-lakes-international-country-club-.html?id=67">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.819762;

var lon = -78.700171;

golf198Name = "Possum Trot";

html = '<div align=center class=textlarge><b>' + golf198Name + '</b><br>Possum Trot Road<br> P.O. Box 297, North Myrtle Beach, SC 29597<br><a href="/golf/golf-course-possum-trot-.html?id=68">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.641790;

var lon = -78.960575;

golf199Name = "Prestwick Country Club";

html = '<div align=center class=textlarge><b>' + golf199Name + '</b><br>1001 Links Rd<br>Myrtle Beach,SC 29575<br><a href="/golf/golf-course-prestwick-country-club.html?id=69">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.457600;

var lon = -79.129400;

golf201Name = "River Club";

html = '<div align=center class=textlarge><b>' + golf201Name + '</b><br>River Club P.O. Box 379<br> Pawleys Island, SC 29585<br><a href="/golf/golf-course-river-club-.html?id=70">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.880702;

var lon = -78.638300;

golf202Name = "River Hills";

html = '<div align=center class=textlarge><b>' + golf202Name + '</b><br>P.O. Box 1049 - Little River<br> South Carolina 29566<br><a href="/golf/golf-course-river-hills-golf-&-country-club-.html?id=71">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.732520;

var lon = -78.910937;

golf203Name = "River Oaks";

html = '<div align=center class=textlarge><b>' + golf203Name + '</b><br>831 River Oaks Drive<br> Myrtle Beach, SC 29579<br><a href="/golf/golf-course-river-oaks-golf-plantation-.html?id=72">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.961528;

var lon = -78.371542;

golf204Name = "Rivers Edge";

html = '<div align=center class=textlarge><b>' + golf204Name + '</b><br>2000 Arnold Palmer Drive Shallotte<br> North Carolina 28470<br><a href="/golf/golf-course-rivers-edge-golf-club.html?id=73">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));



var lat = 33.917971;

var lon = -78.511581;

golf206Name = "Sandpiper Bay";

html = '<div align=center class=textlarge><b>' + golf206Name + '</b><br>800 Sandpiper Bay Dr.  Sunset Beach<br> NC  28468<br><a href="/golf/golf-course-sandpiper-bay-golf-and-country-club-.html?id=74">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));



var lat = 33.888006;

var lon = -78.512021;

golf208Name = "Sea Trail: The Byrd Course";

html = '<div align=center class=textlarge><b>' + golf208Name + '</b><br>211 Clubhouse Road Sunset Beach<br> Nc 28468<br><a href="/golf/golf-course-sea-trail-plantation-and-golf-links---willard-byrd-course-.html?id=77">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.888006;

var lon = -78.512021;

golf210Name = "Sea Trail: The Dan Maples Course";

html = '<div align=center class=textlarge><b>' + golf210Name + '</b><br>211 Clubhouse Road Sunset Beach<br> NC 28468<br><a href="/golf/golf-course-sea-trail-plantation-and-golf-links---dan-maples-course-.html?id=75">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.888006;

var lon = -78.512021;

golf209Name = "Sea Trail: The Rees Jones Course";

html = '<div align=center class=textlarge><b>' + golf209Name + '</b><br>211 Clubhouse Road Sunset Beach<br> NC 28468<br><a href="/golf/golf-course-sea-trail-plantation-and-golf-links---rees-jones-course-.html?id=76">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.826300;

var lon = -78.672400;

golf211Name = "Shaftesbury Glen";

html = '<div align=center class=textlarge><b>' + golf211Name + '</b><br>681 Caines Landing Road<br> Conway - SC 29526<br><a href="/golf/golf-course-shaftesbury-glen-golf-&-fish-club-.html?id=78">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.766291;

var lon = -79.020000;

golf226Name = "The Witch";

html = '<div align=center class=textlarge><b>' + golf226Name + '</b><br>1900 Hwy. 544 E. Conway<br> S.C. 29526<br><a href="/golf/golf-course--witch.html?id=18">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.721600;

var lon = -78.927600;

golf227Name = "The Wizard";

html = '<div align=center class=textlarge><b>' + golf227Name + '</b><br>4601 Leeshire Boulevard<br> Myrtle Beach, SC 29579<br><a href="/golf/golf-course-wizard.html?id=19">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.905700;

var lon = -78.536200;

golf213Name = "Thistle Golf Club";

html = '<div align=center class=textlarge><b>' + golf213Name + '</b><br>8840 Old Georgetown Rd<br> Sunset Beach, NC  28470<br><a href="/golf/golf-course-thistle-golf-club-.html?id=79">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.852583;

var lon = -78.616276;

golf214Name = "Tidewater";

html = '<div align=center class=textlarge><b>' + golf214Name + '</b><br>4901 Little River Neck Rd<br> North Myrtle Beach, SC<br><a href="/golf/golf-course-tidewater-golf-plantation-.html?id=80">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));



var lat = 33.938880;

var lon = -78.487806;

golf215Name = "Tiger\'s Eye";

html = '<div align=center class=textlarge><b>' + golf215Name + '</b><br>360 Ocean Ridge Parkway S.W. Sunset Beach<br> North Carlina 28469<br><a href="/golf/golf-course-tigers-eye.html?id=14">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));



var lat = 33.606300;

var lon = -79.081300;


golf216Name = "Tournament Players Club";

html = '<div align=center class=textlarge><b>' + golf216Name + '</b><br>100 TPC Blvd<br> Myrtle Beach, SC<br><a href="/golf/golf-course-tpc-of-myrtle-beach-.html?id=81">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));



var lat = 33.486376;

var lon = -79.111153;

golf217Name = "Tradition";

html = '<div align=center class=textlarge><b>' + golf217Name + '</b><br>1027 Willbrook Blvd. Pawleys Island<br> SC 29585<br><a href="/golf/golf-course-tradition-golf-club-.html?id=82">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.444885;

var lon = -79.149201;

golf218Name = "True Blue";

html = '<div align=center class=textlarge><b>' + golf218Name + '</b><br>900 Blue Stem Dr<br> Pawleys Island, SC  29585<br><a href="/golf/golf-course-true-blue-plantation-.html?id=83">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.563472;

var lon = -79.056269;

golf220Name = "Wachesaw East";

html = '<div align=center class=textlarge><b>' + golf220Name + '</b><br>911 Riverwood Drive.<br> Murrells Inlet, SC<br><a href="/golf/golf-course-wachesaw-east-.html?id=84">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.781592;

var lon = -78.788718;


golf221Name = "Waterway Hills";


html = '<div align=center class=textlarge><b>' + golf221Name + '</b><br>Highway 17 North<br> <br><a href="/golf/golf-course-guide.php">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.638508;

var lon = -78.988337;

golf223Name = "Wicked Stick";

html = '<div align=center class=textlarge><b>' + golf223Name + '</b><br>1051 Coventry Rd<br> Myrtle Beach, SC  29575<br><a href="/golf/golf-course-wicked-stick-.html?id=86">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.790764;

var lon = -78.981828;

golf129Name = "Wild Wing-Avocet Course";


html = '<div align=center class=textlarge><b>' + golf129Name + '</b><br>Highway 501 Myrtle Beach<br> SC 29578<br><a href="/golf/golf-course-wild-wing-plantation---avocet-.html?id=87">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));


var lat = 33.494301;

var lon = -79.122340;

golf224Name = "Willbrook Plantation";

html = '<div align=center class=textlarge><b>' + golf224Name + '</b><br>Highway 17 South P.O. Box 379<br> Pawleys Island, SC 29585<br><a href="/golf/golf-course-willbrook-plantation-golf-club-.html?id=88">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));



var lat = 33.735580;

var lon = -78.909160;

golf228Name = "World Tour";

html = '<div align=center class=textlarge><b>' + golf228Name + '</b><br>2000 World Tour Boulevard. Myrtle Beach<br> SC 29577<br><a href="/golf/golf-course-world-tour-golf-links-.html?id=89">View Course Info</a></div>';
var point = new GLatLng(lat, lon);
map.addOverlay(createRedMarker(point, html));





}

}