var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(34.0452,-84.0762)};var g_42bc934e356ad3df30c31177efad3455 = new google.maps.Geocoder();g_42bc934e356ad3df30c31177efad3455.geocode( { 'address': "780 Buford Hwy, Suwanee, GA 30024, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('suwanee-GA-independent-dealers-advantage-llc').style.display = '';map = new google.maps.Map(document.getElementById('suwanee-GA-independent-dealers-advantage-llc'), mapOptions);}document.getElementById('e2ce5bc3').innerHTML += ' | View Map';var $l42bc934e356ad3df30c31177efad3455 = '

Independent Dealers Advantage, LLC

Address: 780 Buford Hwy, Suwanee, GA 30024, USA
Phone: (678) 720-0555
';var m_42bc934e356ad3df30c31177efad3455 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Independent Dealers Advantage, LLC',});m_42bc934e356ad3df30c31177efad3455['infowindow'] = new google.maps.InfoWindow({content: $l42bc934e356ad3df30c31177efad3455});var infowindow = new google.maps.InfoWindow({content: $l42bc934e356ad3df30c31177efad3455});google.maps.event.addListener(m_42bc934e356ad3df30c31177efad3455, 'click', function() {infowindow.open(map,m_42bc934e356ad3df30c31177efad3455);});$marker.push(m_42bc934e356ad3df30c31177efad3455);}});}google.maps.event.addDomListener(window, 'load', initialize);