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.9522,-86.822)};var g_deab7c87f4bff3dd50723b45b2032910 = new google.maps.Geocoder();g_deab7c87f4bff3dd50723b45b2032910.geocode( { 'address': "381 Mallory Station Rd, Franklin, TN 37067, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('franklin-TN-republic-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('franklin-TN-republic-bank--trust-co'), mapOptions);}document.getElementById('2314ffaf').innerHTML += ' | View Map';var $ldeab7c87f4bff3dd50723b45b2032910 = '

Republic Bank & Trust Co

Address: 381 Mallory Station Rd, Franklin, TN 37067, USA
Phone: (615) 550-7090
';var m_deab7c87f4bff3dd50723b45b2032910 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Republic Bank & Trust Co',});m_deab7c87f4bff3dd50723b45b2032910['infowindow'] = new google.maps.InfoWindow({content: $ldeab7c87f4bff3dd50723b45b2032910});var infowindow = new google.maps.InfoWindow({content: $ldeab7c87f4bff3dd50723b45b2032910});google.maps.event.addListener(m_deab7c87f4bff3dd50723b45b2032910, 'click', function() {infowindow.open(map,m_deab7c87f4bff3dd50723b45b2032910);});$marker.push(m_deab7c87f4bff3dd50723b45b2032910);}});}google.maps.event.addDomListener(window, 'load', initialize);