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.0871,-84.52)};var g_9273e020ed20738eb818cbbe7a923dbf = new google.maps.Geocoder();g_9273e020ed20738eb818cbbe7a923dbf.geocode( { 'address': "9550 Main St Suite 130, Woodstock, GA 30188, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodstock-GA-gold-rush').style.display = '';map = new google.maps.Map(document.getElementById('woodstock-GA-gold-rush'), mapOptions);}document.getElementById('d493340d').innerHTML += ' | View Map';var $l9273e020ed20738eb818cbbe7a923dbf = '

Gold Rush

Address: 9550 Main St Suite 130, Woodstock, GA 30188, USA
Phone: (770) 591-8300
';var m_9273e020ed20738eb818cbbe7a923dbf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gold Rush',});m_9273e020ed20738eb818cbbe7a923dbf['infowindow'] = new google.maps.InfoWindow({content: $l9273e020ed20738eb818cbbe7a923dbf});var infowindow = new google.maps.InfoWindow({content: $l9273e020ed20738eb818cbbe7a923dbf});google.maps.event.addListener(m_9273e020ed20738eb818cbbe7a923dbf, 'click', function() {infowindow.open(map,m_9273e020ed20738eb818cbbe7a923dbf);});$marker.push(m_9273e020ed20738eb818cbbe7a923dbf);}});}google.maps.event.addDomListener(window, 'load', initialize);