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.5683,-83.3034)};var g_c7b09887f3a7811320f6efefdba9d564 = new google.maps.Geocoder();g_c7b09887f3a7811320f6efefdba9d564.geocode( { 'address': "801 Big A Rd, Toccoa, GA 30577, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('toccoa-GA-community-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('toccoa-GA-community-bank--trust'), mapOptions);}document.getElementById('9db0f880').innerHTML += ' | View Map';var $lc7b09887f3a7811320f6efefdba9d564 = '

Community Bank & Trust

Address: 801 Big A Rd, Toccoa, GA 30577, USA
Phone: (706) 886-3500
';var m_c7b09887f3a7811320f6efefdba9d564 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank & Trust',});m_c7b09887f3a7811320f6efefdba9d564['infowindow'] = new google.maps.InfoWindow({content: $lc7b09887f3a7811320f6efefdba9d564});var infowindow = new google.maps.InfoWindow({content: $lc7b09887f3a7811320f6efefdba9d564});google.maps.event.addListener(m_c7b09887f3a7811320f6efefdba9d564, 'click', function() {infowindow.open(map,m_c7b09887f3a7811320f6efefdba9d564);});$marker.push(m_c7b09887f3a7811320f6efefdba9d564);}});}google.maps.event.addDomListener(window, 'load', initialize);