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.6331,-89.8238)};var g_11d8a483c65b1e5729fd1cfde82a2540 = new google.maps.Geocoder();g_11d8a483c65b1e5729fd1cfde82a2540.geocode( { 'address': "5825 Highway 305 S, Independence, MS 38638"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('independence-MS-sycamore-bank').style.display = '';map = new google.maps.Map(document.getElementById('independence-MS-sycamore-bank'), mapOptions);}document.getElementById('1f876633').innerHTML += ' | View Map';var $l11d8a483c65b1e5729fd1cfde82a2540 = '

Sycamore Bank

Address: 5825 Highway 305 S, Independence, MS 38638
Phone: (662) 233-2411
';var m_11d8a483c65b1e5729fd1cfde82a2540 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sycamore Bank',});m_11d8a483c65b1e5729fd1cfde82a2540['infowindow'] = new google.maps.InfoWindow({content: $l11d8a483c65b1e5729fd1cfde82a2540});var infowindow = new google.maps.InfoWindow({content: $l11d8a483c65b1e5729fd1cfde82a2540});google.maps.event.addListener(m_11d8a483c65b1e5729fd1cfde82a2540, 'click', function() {infowindow.open(map,m_11d8a483c65b1e5729fd1cfde82a2540);});$marker.push(m_11d8a483c65b1e5729fd1cfde82a2540);}});}google.maps.event.addDomListener(window, 'load', initialize);