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(33.5193,-90.1795)};var g_c922de9e01cba8a4684f6c3471130e4c = new google.maps.Geocoder();g_c922de9e01cba8a4684f6c3471130e4c.geocode( { 'address': "309 Walthall St, Greenwood, MS 38930, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenwood-MS-trustmark-bank').style.display = '';map = new google.maps.Map(document.getElementById('greenwood-MS-trustmark-bank'), mapOptions);}document.getElementById('7b8491a7').innerHTML += ' | View Map';var $lc922de9e01cba8a4684f6c3471130e4c = '

Trustmark Bank

Address: 309 Walthall St, Greenwood, MS 38930, USA
Phone: (662) 455-1531
';var m_c922de9e01cba8a4684f6c3471130e4c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trustmark Bank',});m_c922de9e01cba8a4684f6c3471130e4c['infowindow'] = new google.maps.InfoWindow({content: $lc922de9e01cba8a4684f6c3471130e4c});var infowindow = new google.maps.InfoWindow({content: $lc922de9e01cba8a4684f6c3471130e4c});google.maps.event.addListener(m_c922de9e01cba8a4684f6c3471130e4c, 'click', function() {infowindow.open(map,m_c922de9e01cba8a4684f6c3471130e4c);});$marker.push(m_c922de9e01cba8a4684f6c3471130e4c);}});}google.maps.event.addDomListener(window, 'load', initialize);