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.5147,-83.9001)};var g_806a141dd1f09b949dfba326f0fcc93b = new google.maps.Geocoder();g_806a141dd1f09b949dfba326f0fcc93b.geocode( { 'address': "7 Barrett Cir, Dahlonega, GA 30533, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dahlonega-GA-dahlonega-gold-and-pawn').style.display = '';map = new google.maps.Map(document.getElementById('dahlonega-GA-dahlonega-gold-and-pawn'), mapOptions);}document.getElementById('1c06dd45').innerHTML += ' | View Map';var $l806a141dd1f09b949dfba326f0fcc93b = '

Dahlonega Gold and Pawn

Address: 7 Barrett Cir, Dahlonega, GA 30533, USA
Phone: (706) 429-4109
';var m_806a141dd1f09b949dfba326f0fcc93b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dahlonega Gold and Pawn',});m_806a141dd1f09b949dfba326f0fcc93b['infowindow'] = new google.maps.InfoWindow({content: $l806a141dd1f09b949dfba326f0fcc93b});var infowindow = new google.maps.InfoWindow({content: $l806a141dd1f09b949dfba326f0fcc93b});google.maps.event.addListener(m_806a141dd1f09b949dfba326f0fcc93b, 'click', function() {infowindow.open(map,m_806a141dd1f09b949dfba326f0fcc93b);});$marker.push(m_806a141dd1f09b949dfba326f0fcc93b);}});}google.maps.event.addDomListener(window, 'load', initialize);