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(33.9757,-83.8739)};var g_73ed442a8eafbb129543b88781c73b74 = new google.maps.Geocoder();g_73ed442a8eafbb129543b88781c73b74.geocode( { 'address': "2630 the Terraces Way, Dacula, GA 30019"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dacula-GA-royal-alliance-associates').style.display = '';map = new google.maps.Map(document.getElementById('dacula-GA-royal-alliance-associates'), mapOptions);}document.getElementById('a8715e1a').innerHTML += ' | View Map';var $l73ed442a8eafbb129543b88781c73b74 = '

Royal Alliance Associates

Address: 2630 the Terraces Way, Dacula, GA 30019
Phone: (770) 338-4414
';var m_73ed442a8eafbb129543b88781c73b74 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Royal Alliance Associates',});m_73ed442a8eafbb129543b88781c73b74['infowindow'] = new google.maps.InfoWindow({content: $l73ed442a8eafbb129543b88781c73b74});var infowindow = new google.maps.InfoWindow({content: $l73ed442a8eafbb129543b88781c73b74});google.maps.event.addListener(m_73ed442a8eafbb129543b88781c73b74, 'click', function() {infowindow.open(map,m_73ed442a8eafbb129543b88781c73b74);});$marker.push(m_73ed442a8eafbb129543b88781c73b74);}});}google.maps.event.addDomListener(window, 'load', initialize);