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.3027,-88.3143)};var g_903356ae8ff820105d57f744c8a24396 = new google.maps.Geocoder();g_903356ae8ff820105d57f744c8a24396.geocode( { 'address': "902 Mineral Wells Ave, Paris, TN 38242"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paris-TN-carroll-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('paris-TN-carroll-bank-trust'), mapOptions);}document.getElementById('0245f44c').innerHTML += ' | View Map';var $l903356ae8ff820105d57f744c8a24396 = '

Carroll Bank & Trust

Address: 902 Mineral Wells Ave, Paris, TN 38242
Phone: (731) 642-6363
';var m_903356ae8ff820105d57f744c8a24396 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carroll Bank & Trust',});m_903356ae8ff820105d57f744c8a24396['infowindow'] = new google.maps.InfoWindow({content: $l903356ae8ff820105d57f744c8a24396});var infowindow = new google.maps.InfoWindow({content: $l903356ae8ff820105d57f744c8a24396});google.maps.event.addListener(m_903356ae8ff820105d57f744c8a24396, 'click', function() {infowindow.open(map,m_903356ae8ff820105d57f744c8a24396);});$marker.push(m_903356ae8ff820105d57f744c8a24396);}});}google.maps.event.addDomListener(window, 'load', initialize);