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_6ab50a3e04f83906aac563629a76f88d = new google.maps.Geocoder();g_6ab50a3e04f83906aac563629a76f88d.geocode( { 'address': "894 Highway 76, Clarksville, TN 37043"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clarksville-TN-planter-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('clarksville-TN-planter-s-bank'), mapOptions);}document.getElementById('caa76f70').innerHTML += ' | View Map';var $l6ab50a3e04f83906aac563629a76f88d = '

Planter's Bank

Address: 894 Highway 76, Clarksville, TN 37043
Phone: (931) 552-5935
';var m_6ab50a3e04f83906aac563629a76f88d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Planter's Bank',});m_6ab50a3e04f83906aac563629a76f88d['infowindow'] = new google.maps.InfoWindow({content: $l6ab50a3e04f83906aac563629a76f88d});var infowindow = new google.maps.InfoWindow({content: $l6ab50a3e04f83906aac563629a76f88d});google.maps.event.addListener(m_6ab50a3e04f83906aac563629a76f88d, 'click', function() {infowindow.open(map,m_6ab50a3e04f83906aac563629a76f88d);});$marker.push(m_6ab50a3e04f83906aac563629a76f88d);}});}google.maps.event.addDomListener(window, 'load', initialize);