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(36.1729,-85.9474)};var g_267798a6412b54a00950ec280f15c01e = new google.maps.Geocoder();g_267798a6412b54a00950ec280f15c01e.geocode( { 'address': "7 New Middleton Hwy, Gordonsville, TN 38563, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gordonsville-TN-community-bank-of-gordonsville').style.display = '';map = new google.maps.Map(document.getElementById('gordonsville-TN-community-bank-of-gordonsville'), mapOptions);}document.getElementById('49de6946').innerHTML += ' | View Map';var $l267798a6412b54a00950ec280f15c01e = '

Community Bank of Gordonsville

Address: 7 New Middleton Hwy, Gordonsville, TN 38563, USA
Phone: (615) 683-3990
';var m_267798a6412b54a00950ec280f15c01e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank of Gordonsville',});m_267798a6412b54a00950ec280f15c01e['infowindow'] = new google.maps.InfoWindow({content: $l267798a6412b54a00950ec280f15c01e});var infowindow = new google.maps.InfoWindow({content: $l267798a6412b54a00950ec280f15c01e});google.maps.event.addListener(m_267798a6412b54a00950ec280f15c01e, 'click', function() {infowindow.open(map,m_267798a6412b54a00950ec280f15c01e);});$marker.push(m_267798a6412b54a00950ec280f15c01e);}});}google.maps.event.addDomListener(window, 'load', initialize);