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.532,-87.3503)};var g_0de275fb252abda19001070f4be30c9a = new google.maps.Geocoder();g_0de275fb252abda19001070f4be30c9a.geocode( { 'address': "2698 Madison St, Clarksville, TN 37043"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clarksville-TN-f-m-bank').style.display = '';map = new google.maps.Map(document.getElementById('clarksville-TN-f-m-bank'), mapOptions);}document.getElementById('f2c03919').innerHTML += ' | View Map';var $l0de275fb252abda19001070f4be30c9a = '

F & M Bank

Address: 2698 Madison St, Clarksville, TN 37043
Phone: (931) 245-4260
';var m_0de275fb252abda19001070f4be30c9a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'F & M Bank',});m_0de275fb252abda19001070f4be30c9a['infowindow'] = new google.maps.InfoWindow({content: $l0de275fb252abda19001070f4be30c9a});var infowindow = new google.maps.InfoWindow({content: $l0de275fb252abda19001070f4be30c9a});google.maps.event.addListener(m_0de275fb252abda19001070f4be30c9a, 'click', function() {infowindow.open(map,m_0de275fb252abda19001070f4be30c9a);});$marker.push(m_0de275fb252abda19001070f4be30c9a);}});}google.maps.event.addDomListener(window, 'load', initialize);