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.8901,-88.3092)};var g_0be4e85391e38fdb72ace01546f7ab13 = new google.maps.Geocoder();g_0be4e85391e38fdb72ace01546f7ab13.geocode( { 'address': "1 Fulton St, Burnsville, MS 38833"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burnsville-MS-first-american-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('burnsville-MS-first-american-national-bank'), mapOptions);}document.getElementById('88c3e25c').innerHTML += ' | View Map';var $l0be4e85391e38fdb72ace01546f7ab13 = '

First American National Bank

Address: 1 Fulton St, Burnsville, MS 38833
Phone: (662) 427-9545
';var m_0be4e85391e38fdb72ace01546f7ab13 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First American National Bank',});m_0be4e85391e38fdb72ace01546f7ab13['infowindow'] = new google.maps.InfoWindow({content: $l0be4e85391e38fdb72ace01546f7ab13});var infowindow = new google.maps.InfoWindow({content: $l0be4e85391e38fdb72ace01546f7ab13});google.maps.event.addListener(m_0be4e85391e38fdb72ace01546f7ab13, 'click', function() {infowindow.open(map,m_0be4e85391e38fdb72ace01546f7ab13);});$marker.push(m_0be4e85391e38fdb72ace01546f7ab13);}});}google.maps.event.addDomListener(window, 'load', initialize);