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.6545,-88.5596)};var g_273231d91daa7e724f03ab00d79ab299 = new google.maps.Geocoder();g_273231d91daa7e724f03ab00d79ab299.geocode( { 'address': "1102 N 2nd St, Booneville, MS 38829-1015"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('booneville-MS-first-american-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('booneville-MS-first-american-national-bank'), mapOptions);}document.getElementById('bfe33448').innerHTML += ' | View Map';var $l273231d91daa7e724f03ab00d79ab299 = '

First American National Bank

Address: 1102 N 2nd St, Booneville, MS 38829-1015
Phone: (662) 728-2265
';var m_273231d91daa7e724f03ab00d79ab299 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First American National Bank',});m_273231d91daa7e724f03ab00d79ab299['infowindow'] = new google.maps.InfoWindow({content: $l273231d91daa7e724f03ab00d79ab299});var infowindow = new google.maps.InfoWindow({content: $l273231d91daa7e724f03ab00d79ab299});google.maps.event.addListener(m_273231d91daa7e724f03ab00d79ab299, 'click', function() {infowindow.open(map,m_273231d91daa7e724f03ab00d79ab299);});$marker.push(m_273231d91daa7e724f03ab00d79ab299);}});}google.maps.event.addDomListener(window, 'load', initialize);