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.9708,-83.8242)};var g_52ef2da9af3b2fa07f204a9a0f2d3eff = new google.maps.Geocoder();g_52ef2da9af3b2fa07f204a9a0f2d3eff.geocode( { 'address': "3845 US-76, Young Harris, GA 30582, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('young-harris-GA-complete-cash').style.display = '';map = new google.maps.Map(document.getElementById('young-harris-GA-complete-cash'), mapOptions);}document.getElementById('2747f62d').innerHTML += ' | View Map';var $l52ef2da9af3b2fa07f204a9a0f2d3eff = '

Complete Cash

Address: 3845 US-76, Young Harris, GA 30582, USA
Phone: (706) 896-5623
';var m_52ef2da9af3b2fa07f204a9a0f2d3eff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Complete Cash',});m_52ef2da9af3b2fa07f204a9a0f2d3eff['infowindow'] = new google.maps.InfoWindow({content: $l52ef2da9af3b2fa07f204a9a0f2d3eff});var infowindow = new google.maps.InfoWindow({content: $l52ef2da9af3b2fa07f204a9a0f2d3eff});google.maps.event.addListener(m_52ef2da9af3b2fa07f204a9a0f2d3eff, 'click', function() {infowindow.open(map,m_52ef2da9af3b2fa07f204a9a0f2d3eff);});$marker.push(m_52ef2da9af3b2fa07f204a9a0f2d3eff);}});}google.maps.event.addDomListener(window, 'load', initialize);