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(31.3455,-89.2627)};var g_751555b99d4085c07ed7376e90a6a28f = new google.maps.Geocoder();g_751555b99d4085c07ed7376e90a6a28f.geocode( { 'address': "117 S Main St, Petal, MS 39465, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('petal-MS-trustmark').style.display = '';map = new google.maps.Map(document.getElementById('petal-MS-trustmark'), mapOptions);}document.getElementById('ef380c7c').innerHTML += ' | View Map';var $l751555b99d4085c07ed7376e90a6a28f = '

Trustmark

Address: 117 S Main St, Petal, MS 39465, USA
Phone: (601) 583-5214
';var m_751555b99d4085c07ed7376e90a6a28f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trustmark',});m_751555b99d4085c07ed7376e90a6a28f['infowindow'] = new google.maps.InfoWindow({content: $l751555b99d4085c07ed7376e90a6a28f});var infowindow = new google.maps.InfoWindow({content: $l751555b99d4085c07ed7376e90a6a28f});google.maps.event.addListener(m_751555b99d4085c07ed7376e90a6a28f, 'click', function() {infowindow.open(map,m_751555b99d4085c07ed7376e90a6a28f);});$marker.push(m_751555b99d4085c07ed7376e90a6a28f);}});}google.maps.event.addDomListener(window, 'load', initialize);