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.9478,-88.8998)};var g_6fb7882cc38ca8937ecc6909ca2b1233 = new google.maps.Geocoder();g_6fb7882cc38ca8937ecc6909ca2b1233.geocode( { 'address': "28171 Highway 15, Walnut, MS 38683"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('walnut-MS-cbs-bank').style.display = '';map = new google.maps.Map(document.getElementById('walnut-MS-cbs-bank'), mapOptions);}document.getElementById('b7b1f826').innerHTML += ' | View Map';var $l6fb7882cc38ca8937ecc6909ca2b1233 = '

CB&S Bank

Address: 28171 Highway 15, Walnut, MS 38683
Phone: (662) 223-4073
';var m_6fb7882cc38ca8937ecc6909ca2b1233 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CB&S Bank',});m_6fb7882cc38ca8937ecc6909ca2b1233['infowindow'] = new google.maps.InfoWindow({content: $l6fb7882cc38ca8937ecc6909ca2b1233});var infowindow = new google.maps.InfoWindow({content: $l6fb7882cc38ca8937ecc6909ca2b1233});google.maps.event.addListener(m_6fb7882cc38ca8937ecc6909ca2b1233, 'click', function() {infowindow.open(map,m_6fb7882cc38ca8937ecc6909ca2b1233);});$marker.push(m_6fb7882cc38ca8937ecc6909ca2b1233);}});}google.maps.event.addDomListener(window, 'load', initialize);