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.9582,-85.2952)};var g_640258597cbc50037072712f964cf5d8 = new google.maps.Geocoder();g_640258597cbc50037072712f964cf5d8.geocode( { 'address': "316 Chickamauga Ave, Rossville, GA 30741"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rossville-GA-community-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('rossville-GA-community-national-bank'), mapOptions);}document.getElementById('669d5fdd').innerHTML += ' | View Map';var $l640258597cbc50037072712f964cf5d8 = '

Community National Bank

Address: 316 Chickamauga Ave, Rossville, GA 30741
Phone: (706) 866-7932
';var m_640258597cbc50037072712f964cf5d8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community National Bank',});m_640258597cbc50037072712f964cf5d8['infowindow'] = new google.maps.InfoWindow({content: $l640258597cbc50037072712f964cf5d8});var infowindow = new google.maps.InfoWindow({content: $l640258597cbc50037072712f964cf5d8});google.maps.event.addListener(m_640258597cbc50037072712f964cf5d8, 'click', function() {infowindow.open(map,m_640258597cbc50037072712f964cf5d8);});$marker.push(m_640258597cbc50037072712f964cf5d8);}});}google.maps.event.addDomListener(window, 'load', initialize);