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(34.2571,-90.2713)};var g_2a59e6daa5e6c9bdba85b53586872204 = new google.maps.Geocoder();g_2a59e6daa5e6c9bdba85b53586872204.geocode( { 'address': "239 E Main St, Marks, MS 38646, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marks-MS-cb--t-bancshares-inc').style.display = '';map = new google.maps.Map(document.getElementById('marks-MS-cb--t-bancshares-inc'), mapOptions);}document.getElementById('77b0d2cb').innerHTML += ' | View Map';var $l2a59e6daa5e6c9bdba85b53586872204 = '

CB & T Bancshares Inc

Address: 239 E Main St, Marks, MS 38646, USA
Phone: (662) 326-8047
';var m_2a59e6daa5e6c9bdba85b53586872204 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CB & T Bancshares Inc',});m_2a59e6daa5e6c9bdba85b53586872204['infowindow'] = new google.maps.InfoWindow({content: $l2a59e6daa5e6c9bdba85b53586872204});var infowindow = new google.maps.InfoWindow({content: $l2a59e6daa5e6c9bdba85b53586872204});google.maps.event.addListener(m_2a59e6daa5e6c9bdba85b53586872204, 'click', function() {infowindow.open(map,m_2a59e6daa5e6c9bdba85b53586872204);});$marker.push(m_2a59e6daa5e6c9bdba85b53586872204);}});}google.maps.event.addDomListener(window, 'load', initialize);