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.6188,-89.9655)};var g_c9f5d1e875e39d89d35799c49c4618bc = new google.maps.Geocoder();g_c9f5d1e875e39d89d35799c49c4618bc.geocode( { 'address': "301 W 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-operations-center').style.display = '';map = new google.maps.Map(document.getElementById('senatobia-MS-sycamore-bank-operations-center'), mapOptions);}document.getElementById('81996047').innerHTML += ' | View Map';var $lc9f5d1e875e39d89d35799c49c4618bc = '

Sycamore Bank Operations Center

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