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.1249,-83.7153)};var g_c13ef8d418c19de034d14d0f0864ff2e = new google.maps.Geocoder();g_c13ef8d418c19de034d14d0f0864ff2e.geocode( { 'address': "870 Rutledge Pike, Blaine, TN 37709"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blaine-TN-citizens-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('blaine-TN-citizens-bank-trust-co'), mapOptions);}document.getElementById('ca8aea06').innerHTML += ' | View Map';var $lc13ef8d418c19de034d14d0f0864ff2e = '

Citizens Bank & Trust Co

Address: 870 Rutledge Pike, Blaine, TN 37709
Phone: (865) 933-3408
';var m_c13ef8d418c19de034d14d0f0864ff2e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank & Trust Co',});m_c13ef8d418c19de034d14d0f0864ff2e['infowindow'] = new google.maps.InfoWindow({content: $lc13ef8d418c19de034d14d0f0864ff2e});var infowindow = new google.maps.InfoWindow({content: $lc13ef8d418c19de034d14d0f0864ff2e});google.maps.event.addListener(m_c13ef8d418c19de034d14d0f0864ff2e, 'click', function() {infowindow.open(map,m_c13ef8d418c19de034d14d0f0864ff2e);});$marker.push(m_c13ef8d418c19de034d14d0f0864ff2e);}});}google.maps.event.addDomListener(window, 'load', initialize);