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.9316,-85.1848)};var g_b42c757f1e5172e5937125a809c22547 = new google.maps.Geocoder();g_b42c757f1e5172e5937125a809c22547.geocode( { 'address': "4914 Battlefield Pkwy, Ringgold, GA 30736, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ringgold-GA-community-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('ringgold-GA-community-national-bank'), mapOptions);}document.getElementById('33964f6d').innerHTML += ' | View Map';var $lb42c757f1e5172e5937125a809c22547 = '

Community National Bank

Address: 4914 Battlefield Pkwy, Ringgold, GA 30736, USA
Phone: (706) 861-8831
';var m_b42c757f1e5172e5937125a809c22547 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community National Bank',});m_b42c757f1e5172e5937125a809c22547['infowindow'] = new google.maps.InfoWindow({content: $lb42c757f1e5172e5937125a809c22547});var infowindow = new google.maps.InfoWindow({content: $lb42c757f1e5172e5937125a809c22547});google.maps.event.addListener(m_b42c757f1e5172e5937125a809c22547, 'click', function() {infowindow.open(map,m_b42c757f1e5172e5937125a809c22547);});$marker.push(m_b42c757f1e5172e5937125a809c22547);}});}google.maps.event.addDomListener(window, 'load', initialize);