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.6865,-84.4924)};var g_992fd3ef6e690acde017db137ad205fb = new google.maps.Geocoder();g_992fd3ef6e690acde017db137ad205fb.geocode( { 'address': "825 S Main St, Ellijay, GA 30540, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ellijay-GA-complete-cash').style.display = '';map = new google.maps.Map(document.getElementById('ellijay-GA-complete-cash'), mapOptions);}document.getElementById('27c3d333').innerHTML += ' | View Map';var $l992fd3ef6e690acde017db137ad205fb = '

Complete Cash

Address: 825 S Main St, Ellijay, GA 30540, USA
Phone: (706) 635-3979
';var m_992fd3ef6e690acde017db137ad205fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Complete Cash',});m_992fd3ef6e690acde017db137ad205fb['infowindow'] = new google.maps.InfoWindow({content: $l992fd3ef6e690acde017db137ad205fb});var infowindow = new google.maps.InfoWindow({content: $l992fd3ef6e690acde017db137ad205fb});google.maps.event.addListener(m_992fd3ef6e690acde017db137ad205fb, 'click', function() {infowindow.open(map,m_992fd3ef6e690acde017db137ad205fb);});$marker.push(m_992fd3ef6e690acde017db137ad205fb);}});}google.maps.event.addDomListener(window, 'load', initialize);