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.2339,-88.7389)};var g_4479d4f0fe2b922b8ab8875c429c0a72 = new google.maps.Geocoder();g_4479d4f0fe2b922b8ab8875c429c0a72.geocode( { 'address': "337 E Main St, Tupelo, MS 38804"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tupelo-MS-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('tupelo-MS-first-national-bank'), mapOptions);}document.getElementById('0461b5e0').innerHTML += ' | View Map';var $l4479d4f0fe2b922b8ab8875c429c0a72 = '

First National Bank

Address: 337 E Main St, Tupelo, MS 38804
Phone: (662) 842-6678
';var m_4479d4f0fe2b922b8ab8875c429c0a72 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_4479d4f0fe2b922b8ab8875c429c0a72['infowindow'] = new google.maps.InfoWindow({content: $l4479d4f0fe2b922b8ab8875c429c0a72});var infowindow = new google.maps.InfoWindow({content: $l4479d4f0fe2b922b8ab8875c429c0a72});google.maps.event.addListener(m_4479d4f0fe2b922b8ab8875c429c0a72, 'click', function() {infowindow.open(map,m_4479d4f0fe2b922b8ab8875c429c0a72);});$marker.push(m_4479d4f0fe2b922b8ab8875c429c0a72);}});}google.maps.event.addDomListener(window, 'load', initialize);