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.6193,-89.9591)};var g_c55fa27bb43ed2e47a07fadce2f66af8 = new google.maps.Geocoder();g_c55fa27bb43ed2e47a07fadce2f66af8.geocode( { 'address': "301 E Main St, Senatobia, MS 38668, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('senatobia-MS-sycamore-bank').style.display = '';map = new google.maps.Map(document.getElementById('senatobia-MS-sycamore-bank'), mapOptions);}document.getElementById('cc2f286c').innerHTML += ' | View Map';var $lc55fa27bb43ed2e47a07fadce2f66af8 = '

Sycamore Bank

Address: 301 E Main St, Senatobia, MS 38668, USA
Phone: (662) 562-8201
';var m_c55fa27bb43ed2e47a07fadce2f66af8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sycamore Bank',});m_c55fa27bb43ed2e47a07fadce2f66af8['infowindow'] = new google.maps.InfoWindow({content: $lc55fa27bb43ed2e47a07fadce2f66af8});var infowindow = new google.maps.InfoWindow({content: $lc55fa27bb43ed2e47a07fadce2f66af8});google.maps.event.addListener(m_c55fa27bb43ed2e47a07fadce2f66af8, 'click', function() {infowindow.open(map,m_c55fa27bb43ed2e47a07fadce2f66af8);});$marker.push(m_c55fa27bb43ed2e47a07fadce2f66af8);}});}google.maps.event.addDomListener(window, 'load', initialize);