//<![CDATA[

function load() {
if (GBrowserIsCompatible()) {
function createMarker(point,html) {
var marker = new GMarker(point);
GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml(html);
});
return marker;

}

var map = new GMap2(document.getElementById("map"));
map.addControl(new GLargeMapControl());
map.addControl(new GMapTypeControl());
map.setCenter(new GLatLng(41.104191,-101.716919),3);

var point = new GLatLng(33.756964,-84.388036);
var html = '<div class="mapBox" style="width:200px; height:210px;"><strong>Atlanta Office</strong><form action="http://maps.google.com/maps" method="get" target="_blank"> <strong>Phone:</strong> (404) 222-9922<br /><strong>Fax:</strong> (404) 222-0170<br />127 Peachtree Street NE<br />Suite 800<br />Atlanta, GA 30303<br /><em>Directions to here from</em>: <br /><input type="text"   name="saddr" value="" size="25"><br /><input type="hidden" name="daddr" value="127 Peachtree Street NE, Suite 800, Atlanta, GA, 30303" /><input type="hidden" name="hl" value="en"><input type="submit" value="Directions"/></form></div>'
var marker = createMarker(point,html)
map.addOverlay(marker);
//marker.openInfoWindowHtml(html);

var point = new GLatLng(33.518211,-86.808096);
var html2 = '<div class="mapBox" style="width:240px; height:200px;"><strong>Birmingham Office</strong><form action="http://maps.google.com/maps" method="get" target="_blank"><strong>Phone:</strong> (205) 445-1313<br /><strong>Fax:</strong> (205) 244-1171<br />505 North 20th Street<br />Suite 825<br />Birmingham, AL 35203<br /><em>Directions to here from</em>: <br /><input type="text"   name="saddr" value="" size="25"><br /><input type="hidden" name="daddr" value="505 North 20th Street, Suite 825 Birmingham, AL, 35203" /><input type="hidden" name="hl" value="en"><input type="submit" value="Directions"/></form></div>'
var marker = createMarker(point,html2)
map.addOverlay(marker);
//marker.openInfoWindowHtml(html2);

var point = new GLatLng(41.881995,-87.632304);
var html3 = '<div class="mapBox" style="width:240px; height:200px;"><strong>Chicago Office</strong><form action="http://maps.google.com/maps" method="get" target="_blank"><strong>Phone:</strong> (312) 977-0200<br /><strong>Fax:</strong> (312) 977-0209<br />One North LaSalle<br />Suite 2450 <br />Chicago, IL 60602<br /><em>Directions to here from</em>: <br /><input type="text"   name="saddr" value="" size="25"><br /><input type="hidden" name="daddr" value="One North LaSalle Suite 2450, Chicago, IL, 60602" /><input type="hidden" name="hl" value="en"><input type="submit" value="Directions"/></form></div>'
var marker = createMarker(point,html3)
map.addOverlay(marker);
//marker.openInfoWindowHtml(html3);

var point = new GLatLng(32.813479,-96.800368);
var html4 = '<div class="mapBox" style="width:240px; height:200px;"><strong>Dallas Office</strong><form action="http://maps.google.com/maps" method="get" target="_blank"><strong>Phone:</strong> (214) 651-4260<br /><strong>Fax:</strong> (214) 651-4261<br />3811 Turtle Creek Boulevard<br />Suite 1400<br />Dallas, TX 75219<br /><em>Directions to here from</em>: <br /><input type="text"   name="saddr" value="" size="25"><br /><input type="hidden" name="daddr" value="3811 Turtle Creek Boulevard, Suite 1400, Dallas, TX, 75219" /><input type="hidden" name="hl" value="en"><input type="submit" value="Directions"/></form></div>'
var marker = createMarker(point,html4)
map.addOverlay(marker);
//marker.openInfoWindowHtml(html4);

var point = new GLatLng(42.51942,-83.341172);
var html4 = '<div class="mapBox" style="width:240px; height:200px;"><strong>Detroit Office</strong><form action="http://maps.google.com/maps" method="get" target="_blank"><strong>Phone:</strong> (248) 352-6000<br /><strong>Fax:</strong> (248) 538-5279<br />31731 Northwestern Highway<br />Suite 280<br />West Farmington Hills, MI 48334<br /><em>Directions to here from</em>: <br /><input type="text"   name="saddr" value="" size="25"><br /><input type="hidden" name="daddr" value="31731 Northwestern Highway, Suite 280, Farmington, MI, 48334" /><input type="hidden" name="hl" value="en"><input type="submit" value="Directions"/></form></div>'
var marker = createMarker(point,html4)
map.addOverlay(marker);
//marker.openInfoWindowHtml(html4);

var point = new GLatLng(31.223631,-85.392898);
var html5 = '<div class="mapBox" style="width:240px; height:200px;"><strong>Dothan Office</strong><form action="http://maps.google.com/maps" method="get" target="_blank"><strong>Phone:</strong> (334) 793-1555<br /><strong>Fax:</strong> (334) 793-8280<br />163 West Main Street<br />Dothan, AL 36301<br /><em>Directions to here from</em>: <br /><input type="text"   name="saddr" value="" size="25"><br /><input type="hidden" name="daddr" value="163 West Main Street, Dothan, AL, 36301" /><input type="hidden" name="hl" value="en"><input type="submit" value="Directions"/></form></div>'
var marker = createMarker(point,html5)
map.addOverlay(marker);
//marker.openInfoWindowHtml(html5);

var point = new GLatLng(29.759921,-95.362455);
var html6 = '<div class="mapBox" style="width:240px; height:240px;"><strong>Houston Office</strong><form action="http://maps.google.com/maps" method="get" target="_blank"><strong>Phone:</strong> (713) 572-9999 <br /><strong>Fax:</strong> (713) 572-9998<br /><br />1001 Texas Avenue<br />Suite 1400<br />Houston, Texas 77002<br /><em>Directions to here from</em>: <br /><input type="text"   name="saddr" value="" size="25"><br /><input type="hidden" name="daddr" value="1001 Texas Avenue, Suite 1400, Houston, Texas, 77002" /><input type="hidden" name="hl" value="en"><input type="submit" value="Directions"/></form></div>'
var marker = createMarker(point,html6)
map.addOverlay(marker);
//marker.openInfoWindowHtml(html6);

var point = new GLatLng(34.728716,-86.584596);
var html7 = '<div class="mapBox" style="width:240px; height:200px;"><strong>Hunstville Office</strong><form action="http://maps.google.com/maps" method="get" target="_blank"><strong>Phone:</strong> (256) 536-1199<br /><strong>Fax:</strong> (256) 536-7754 <br />401 Madison Street<br />Huntsville, AL 35801<br /><em>Directions to here from</em>: <br /><input type="text"   name="saddr" value="" size="25"><br /><input type="hidden" name="daddr" value="401 Madison Street, Huntsville, AL, 35801" /><input type="hidden" name="hl" value="en"><input type="submit" value="Directions"/></form></div>'
var marker = createMarker(point,html7)
map.addOverlay(marker);
//marker.openInfoWindowHtml(html7);

var point = new GLatLng(32.301197,-90.186051);
var html8 = '<div class="mapBox" style="width:240px; height:200px;"><strong>Jackson Office</strong><form action="http://maps.google.com/maps" method="get" target="_blank"><strong>Phone:</strong> (601) 812-1000<br /><strong>Fax:</strong> (601) 812-1025<br />162 East Amite Street<br />Jackson, MS 39201<br /><em>Directions to here from</em>: <br /><input type="text"   name="saddr" value="" size="25"><br /><input type="hidden" name="daddr" value="162 East Amite Street, Jackson, MS, 39201" /><input type="hidden" name="hl" value="en"><input type="submit" value="Directions"/></form></div>'
var marker = createMarker(point,html8)
map.addOverlay(marker);
//marker.openInfoWindowHtml(html8);

var point = new GLatLng(36.166242,-115.144124);
var html9 = '<div class="mapBox" style="width:240px; height:200px;"><strong>Las Vegas Office</strong><form action="http://maps.google.com/maps" method="get" target="_blank"><strong>Phone:</strong> (702) 450-5400<br /><strong>Fax:</strong> (702) 450-5451<br />City Centre Place<br />400 South 4th Street, 6th Floor<br />Las Vegas, NV 89101<br /><em>Directions to here from</em>: <br /><input type="text"   name="saddr" value="" size="25"><br /><input type="hidden" name="daddr" value="City Centre Place 400 South 4th Street, Las Vegas, NV, 89101" /><input type="hidden" name="hl" value="en"><input type="submit" value="Directions"/></form></div>'
var marker = createMarker(point,html9)
map.addOverlay(marker);
//marker.openInfoWindowHtml(html9);

var point = new GLatLng(34.062119,-118.338085);
var html10 = '<div class="mapBox" style="width:240px; height:220px;"><strong>Los Angeles Office</strong><form action="http://maps.google.com/maps" method="get" target="_blank"><strong>Phone:</strong> (323) 931-6200<br /><strong>Fax:</strong> (323) 931-9521<br />4929 Wilshire Boulevard<br />Suite 1010<br />Los Angeles, CA 90010<br /><em>Directions to here from</em>: <br /><input type="text"   name="saddr" value="" size="25"><br /><input type="hidden" name="daddr" value="4929 Wilshire Boulevard, Suite 1010, Los Angeles, CA, 90010" /><input type="hidden" name="hl" value="en"><input type="submit" value="Directions"/></form></div>'
var marker = createMarker(point,html10)
map.addOverlay(marker);
//marker.openInfoWindowHtml(html10);

var point = new GLatLng(35.142867,-90.052274);
var html11 = '<div class="mapBox" style="width:240px; height:200px;"><strong>Memphis Office</strong><form action="http://maps.google.com/maps" method="get" target="_blank"><strong>Phone:</strong> (901) 523-1222<br /><strong>Fax:</strong> (901) 523-1999<br />One Commerce Square, 26th Floor<br />Suite 2600<br />Memphis, TN 38103<br /><em>Directions to here from</em>: <br /><input type="text"   name="saddr" value="" size="25"><br /><input type="hidden" name="daddr" value="One Commerce Square, 26th Floor, Suite 2600, Memphis, TN, 38103" /><input type="hidden" name="hl" value="en"><input type="submit" value="Directions"/></form></div>'
var marker = createMarker(point,html11)
map.addOverlay(marker);
//marker.openInfoWindowHtml(html11);

var point = new GLatLng(25.74129,-80.233862);
var html12 = '<div class="mapBox" style="width:240px; height:200px;"><strong>Miami Office</strong><form action="http://maps.google.com/maps" method="get" target="_blank"><strong>Phone:</strong> (305) 567-1200<br /><strong>Fax:</strong> (305) 443-6102<br />2400 South Dixie Highway<br />Suite 100<br />Miami, FL 33133<br /><em>Directions to here from</em>: <br /><input type="text"   name="saddr" value="" size="25"><br /><input type="hidden" name="daddr" value="2400 South Dixie Highway, Suite 100, Miami, FL 33133" /><input type="hidden" name="hl" value="en"><input type="submit" value="Directions"/></form></div>'
var marker = createMarker(point,html12)
map.addOverlay(marker);
//marker.openInfoWindowHtml(html12);

var point = new GLatLng(30.692916,-88.03937);
var html13 = '<div class="mapBox" style="width:240px; height:200px;"><strong>Mobile Office</strong><form action="http://maps.google.com/maps" method="get" target="_blank"><strong>Phone:</strong> (251) 434-9992<br /><strong>Fax:</strong> (251) 434-9995<br />11 N. Water Street<br />Suite 14290<br />P.O. Box 2008<br />Mobile, AL 36602<br /><em>Directions to here from</em>: <br /><input type="text"   name="saddr" value="" size="25"><br /><input type="hidden" name="daddr" value="11 N. Water Street, Suite 14290, Mobile, AL, 36602" /><input type="hidden" name="hl" value="en"><input type="submit" value="Directions"/></form></div>'
var marker = createMarker(point,html13)
map.addOverlay(marker);
//marker.openInfoWindowHtml(html13);

var point = new GLatLng(29.950321,-90.073439);
var html14 = '<div class="mapBox" style="width:240px; height:350px;"><strong>Louisiana Office</strong><form action="http://maps.google.com/maps" method="get" target="_blank"><strong>Phone:</strong> (504) 588-1580<br /><strong>Fax:</strong> (504) 588-1589<br />1580 LL &amp; E Tower<br />909 Poydras Street<br />New Orleans, LA 70112<br /><br /><strong>Metairie Office</strong><br /><strong>Phone:</strong> (504) 309-5000<br /><strong>Fax:</strong> (504) 309-5007<br />909 Poydras Street<br />Suite 1590<br />New Orleans, LA 70112<br /><em>Directions to here from</em>: <br /><input type="text"   name="saddr" value="" size="25"><br /><input type="hidden" name="daddr" value="1580 LL&E Tower, 909 Poydras Street, New Orleans, LA, 70112" /><form action="http://maps.google.com/maps" method="get" target="_blank"><input type="hidden" name="hl" value="en"><input type="submit" value="Directions"/></form></div>'
var marker = createMarker(point,html14)
map.addOverlay(marker);
//marker.openInfoWindowHtml(html14);

var point = new GLatLng(40.712313,-74.007892);
var html15 = '<div class="mapBox" style="width:240px; height:200px;"><strong>New York Office</strong><form action="http://maps.google.com/maps" method="get" target="_blank"><strong>Phone:</strong> (212) 553-9215<br /><strong>Fax:</strong> (212) 227-8763<br />Woolworth Building<br />233 Broadway, 5th Floor<br />New York, NY 10279<br /><em>Directions to here from</em>: <br /><input type="text"   name="saddr" value="" size="25"><br /><input type="hidden" name="daddr" value="233 Broadway, 5th Floor, New York, NY, 10279" /><input type="hidden" name="hl" value="en"><input type="submit" value="Directions"/></form></div>'
var marker = createMarker(point,html15)
map.addOverlay(marker);
//marker.openInfoWindowHtml(html15);

var point = new GLatLng(39.95137,-75.175549);
var html16 = '<div class="mapBox" style="width:240px; height:200px;"><strong>Philadelphia Office</strong><form action="http://maps.google.com/maps" method="get" target="_blank"><strong>Phone:</strong> (215) 496-0880<br /><strong>Fax:</strong> (215) 496-0885<br />115 South 21st Street<br />Philadelphia, PA 19103<br /><em>Directions to here from</em>: <br /><input type="text"   name="saddr" value="" size="25"><br /><input type="hidden" name="daddr" value="115 South 21st Street, Philadelphia, PA, 19103" /><input type="hidden" name="hl" value="en"><input type="submit" value="Directions"/></form></div>'
var marker = createMarker(point,html16)
map.addOverlay(marker);
//marker.openInfoWindowHtml(html16);

var point = new GLatLng(37.745686,-122.201413);
var html17 = '<div class="mapBox" style="width:240px; height:240px;"><strong>San Fransisco/Oakland Office</strong><form action="http://maps.google.com/maps" method="get" target="_blank"><strong>Phone:</strong> (510) 632-4529<br /><strong>Fax:</strong> (510) 839-3882<br />Airport Corporate Centre<br />7677 Oakport Street<br />Suite 1120<br />Oakland, CA 94621<br /><em>Directions to here from</em>: <br /><input type="text"   name="saddr" value="" size="25"><br /><input type="hidden" name="daddr" value="7677 Oakport Street, Oakland, CA, 94621" /><input type="hidden" name="hl" value="en"><input type="submit" value="Directions"/></form></div>'
var marker = createMarker(point,html17)
map.addOverlay(marker);
//marker.openInfoWindowHtml(html17);

var point = new GLatLng(38.578909,-90.407296);
var html18 = '<div class="mapBox" style="width:240px; height:200px;"><strong>St. Louis Office</strong><form action="http://maps.google.com/maps" method="get" target="_blank"><strong>Phone:</strong> (314) 421-0077<br /><strong>Fax:</strong> (314) 421-5377<br />139 W. Monroe Avenue<br />St. Louis, Missouri 63122<br /><em>Directions to here from</em>: <br /><input type="text"   name="saddr" value="" size="25"><br /><input type="hidden" name="daddr" value="139 W. Monroe Avenue, St. Louis, Missouri, 63122" /><input type="hidden" name="hl" value="en"><input type="submit" value="Directions"/></form></div>'
var marker = createMarker(point,html18)
map.addOverlay(marker);
//marker.openInfoWindowHtml(html18);

var point = new GLatLng(32.425281,-85.691828);
var html19 = '<div class="mapBox" style="width:240px; height:200px;"><strong>Tuskeegee Office</strong><form action="http://maps.google.com/maps" method="get" target="_blank"><strong>Phone:</strong> (334) 727-0060<br /><strong>Fax:</strong> (334) 727-7197<br />306 North Main Street<br />Tuskegee, AL 36083<br /><em>Directions to here from</em>: <br /><input type="text"   name="saddr" value="" size="25"><br /><input type="hidden" name="daddr" value="306 North Main Street, Tuskegee, AL, 36083" /><input type="hidden" name="hl" value="en"><input type="submit" value="Directions"/></form></div>'
var marker = createMarker(point,html19)
map.addOverlay(marker);
//marker.openInfoWindowHtml(html19);

var point = new GLatLng(38.900823,-77.02767);
var html20 = '<div class="mapBox" style="width:240px; height:200px;"><strong>Washington D.C. Office</strong><form action="http://maps.google.com/maps" method="get" target="_blank"><strong>Phone:</strong> (202) 682-5800<br /><strong>Fax:</strong> (202) 408-8851<br />1100 New York Avenue, NW<br />Suite 340<br />Washington, D.C. 20005<br /><em>Directions to here from</em>: <br /><input type="text"   name="saddr" value="" size="25"><br /><input type="hidden" name="daddr" value="1100 New York Avenue, NW, Washington, D.C. 20005" /><input type="hidden" name="hl" value="en"><input type="submit" value="Directions"/></form></div>'
var marker = createMarker(point,html20)
map.addOverlay(marker);
//marker.openInfoWindowHtml(html20);

//var point = new GLatLng(51.120125,-114.211560);
//var html = '<div class="mapBox" style="width:240px; height:200px;"><strong>Practice Name</strong><form action="http://maps.google.com/maps" method="get" target="_blank"> Practice Street Address <br />Practice City, State Zip<br/>Practice Phone<br /><em>Directions to here from</em>: <br /><input type="text"   name="saddr" value="" size="25"><br /><input type="hidden" name="daddr" value="PRACTICE CITY, STATE, ZIP" /><input type="hidden" name="hl" value="en"><input type="submit" value="Directions"/></form></div>'
//var marker = createMarker(point,html)
//map.addOverlay(marker);
//marker.openInfoWindowHtml(html);


}}

//]]>

//Google maps API key: ABQIAAAAEztaj7RzCRRLvKwmwgjqVxS23dULfm6mGyVrsZy9QnaKqC2DxRStnUjtWImY-2DEoqKkJCF4UFDBPg