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.3198,-89.1455)};var g_903a1e63b25158ba1e22c7b8d15af282 = new google.maps.Geocoder();g_903a1e63b25158ba1e22c7b8d15af282.geocode( { 'address': "2515 US-64, Whiteville, TN 38075, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('whiteville-TN-cbs-bank').style.display = '';map = new google.maps.Map(document.getElementById('whiteville-TN-cbs-bank'), mapOptions);}document.getElementById('e27bdce9').innerHTML += ' | View Map';var $l903a1e63b25158ba1e22c7b8d15af282 = '

CB&S Bank

Address: 2515 US-64, Whiteville, TN 38075, USA
Phone: (731) 254-2199
';var m_903a1e63b25158ba1e22c7b8d15af282 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CB&S Bank',});m_903a1e63b25158ba1e22c7b8d15af282['infowindow'] = new google.maps.InfoWindow({content: $l903a1e63b25158ba1e22c7b8d15af282});var infowindow = new google.maps.InfoWindow({content: $l903a1e63b25158ba1e22c7b8d15af282});google.maps.event.addListener(m_903a1e63b25158ba1e22c7b8d15af282, 'click', function() {infowindow.open(map,m_903a1e63b25158ba1e22c7b8d15af282);});$marker.push(m_903a1e63b25158ba1e22c7b8d15af282);}});}google.maps.event.addDomListener(window, 'load', initialize);