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.1974,-91.0201)};var g_4b62e74aafdab466726fefc30ec8f80c = new google.maps.Geocoder();g_4b62e74aafdab466726fefc30ec8f80c.geocode( { 'address': "162 E Main St, Gloster, MS 39638, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gloster-MS-trustmark').style.display = '';map = new google.maps.Map(document.getElementById('gloster-MS-trustmark'), mapOptions);}document.getElementById('fed37037').innerHTML += ' | View Map';var $l4b62e74aafdab466726fefc30ec8f80c = '

Trustmark

Address: 162 E Main St, Gloster, MS 39638, USA
Phone: (601) 225-4231
';var m_4b62e74aafdab466726fefc30ec8f80c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trustmark',});m_4b62e74aafdab466726fefc30ec8f80c['infowindow'] = new google.maps.InfoWindow({content: $l4b62e74aafdab466726fefc30ec8f80c});var infowindow = new google.maps.InfoWindow({content: $l4b62e74aafdab466726fefc30ec8f80c});google.maps.event.addListener(m_4b62e74aafdab466726fefc30ec8f80c, 'click', function() {infowindow.open(map,m_4b62e74aafdab466726fefc30ec8f80c);});$marker.push(m_4b62e74aafdab466726fefc30ec8f80c);}});}google.maps.event.addDomListener(window, 'load', initialize);