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.2699,-88.404)};var g_d9c545300165a1ff85a9f729d21bf97b = new google.maps.Geocoder();g_d9c545300165a1ff85a9f729d21bf97b.geocode( { 'address': "102 S Cummings St, Fulton, MS 38843-1802"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fulton-MS-trustmark').style.display = '';map = new google.maps.Map(document.getElementById('fulton-MS-trustmark'), mapOptions);}document.getElementById('dd831a02').innerHTML += ' | View Map';var $ld9c545300165a1ff85a9f729d21bf97b = '

Trustmark

Address: 102 S Cummings St, Fulton, MS 38843-1802
Phone: (662) 862-9777
';var m_d9c545300165a1ff85a9f729d21bf97b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trustmark',});m_d9c545300165a1ff85a9f729d21bf97b['infowindow'] = new google.maps.InfoWindow({content: $ld9c545300165a1ff85a9f729d21bf97b});var infowindow = new google.maps.InfoWindow({content: $ld9c545300165a1ff85a9f729d21bf97b});google.maps.event.addListener(m_d9c545300165a1ff85a9f729d21bf97b, 'click', function() {infowindow.open(map,m_d9c545300165a1ff85a9f729d21bf97b);});$marker.push(m_d9c545300165a1ff85a9f729d21bf97b);}});}google.maps.event.addDomListener(window, 'load', initialize);