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(35.9232,-86.8878)};var g_6efa4aae76d29c330a3636356fa5386c = new google.maps.Geocoder();g_6efa4aae76d29c330a3636356fa5386c.geocode( { 'address': "198 E Main St, Franklin, TN 37064"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('franklin-TN-landmark-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('franklin-TN-landmark-community-bank'), mapOptions);}document.getElementById('d8cf0666').innerHTML += ' | View Map';var $l6efa4aae76d29c330a3636356fa5386c = '

Landmark Community Bank

Address: 198 E Main St, Franklin, TN 37064
Phone: (615) 791-3760
';var m_6efa4aae76d29c330a3636356fa5386c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Landmark Community Bank',});m_6efa4aae76d29c330a3636356fa5386c['infowindow'] = new google.maps.InfoWindow({content: $l6efa4aae76d29c330a3636356fa5386c});var infowindow = new google.maps.InfoWindow({content: $l6efa4aae76d29c330a3636356fa5386c});google.maps.event.addListener(m_6efa4aae76d29c330a3636356fa5386c, 'click', function() {infowindow.open(map,m_6efa4aae76d29c330a3636356fa5386c);});$marker.push(m_6efa4aae76d29c330a3636356fa5386c);}});}google.maps.event.addDomListener(window, 'load', initialize);