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.1688,-88.2139)};var g_362516cf836d37513d15bc3d69bc2005 = new google.maps.Geocoder();g_362516cf836d37513d15bc3d69bc2005.geocode( { 'address': "6710 Highway 57, Counce, TN 38326"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('counce-TN-cbs-bank').style.display = '';map = new google.maps.Map(document.getElementById('counce-TN-cbs-bank'), mapOptions);}document.getElementById('36e01600').innerHTML += ' | View Map';var $l362516cf836d37513d15bc3d69bc2005 = '

CB&S Bank

Address: 6710 Highway 57, Counce, TN 38326
Phone: (731) 689-3300
';var m_362516cf836d37513d15bc3d69bc2005 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CB&S Bank',});m_362516cf836d37513d15bc3d69bc2005['infowindow'] = new google.maps.InfoWindow({content: $l362516cf836d37513d15bc3d69bc2005});var infowindow = new google.maps.InfoWindow({content: $l362516cf836d37513d15bc3d69bc2005});google.maps.event.addListener(m_362516cf836d37513d15bc3d69bc2005, 'click', function() {infowindow.open(map,m_362516cf836d37513d15bc3d69bc2005);});$marker.push(m_362516cf836d37513d15bc3d69bc2005);}});}google.maps.event.addDomListener(window, 'load', initialize);