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.9549,-83.7594)};var g_136528ce3caaf42a0fd8cd38102b60da = new google.maps.Geocoder();g_136528ce3caaf42a0fd8cd38102b60da.geocode( { 'address': "584 Bell Creek Rd, Hiawassee, GA 30546, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hiawassee-GA-community-cash').style.display = '';map = new google.maps.Map(document.getElementById('hiawassee-GA-community-cash'), mapOptions);}document.getElementById('4ec8c805').innerHTML += ' | View Map';var $l136528ce3caaf42a0fd8cd38102b60da = '

Community Cash

Address: 584 Bell Creek Rd, Hiawassee, GA 30546, USA
Phone: (706) 896-7464
';var m_136528ce3caaf42a0fd8cd38102b60da = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Cash',});m_136528ce3caaf42a0fd8cd38102b60da['infowindow'] = new google.maps.InfoWindow({content: $l136528ce3caaf42a0fd8cd38102b60da});var infowindow = new google.maps.InfoWindow({content: $l136528ce3caaf42a0fd8cd38102b60da});google.maps.event.addListener(m_136528ce3caaf42a0fd8cd38102b60da, 'click', function() {infowindow.open(map,m_136528ce3caaf42a0fd8cd38102b60da);});$marker.push(m_136528ce3caaf42a0fd8cd38102b60da);}});}google.maps.event.addDomListener(window, 'load', initialize);