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(32.1987,-90.2362)};var g_eefe7a85c28d339128a84df5ce04c2c5 = new google.maps.Geocoder();g_eefe7a85c28d339128a84df5ce04c2c5.geocode( { 'address': "7442 S Siwell Rd, Byram, MS 39272, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('byram-MS-trustmark-atm').style.display = '';map = new google.maps.Map(document.getElementById('byram-MS-trustmark-atm'), mapOptions);}document.getElementById('af457a74').innerHTML += ' | View Map';var $leefe7a85c28d339128a84df5ce04c2c5 = '

Trustmark ATM

Address: 7442 S Siwell Rd, Byram, MS 39272, USA
Phone: (800) 243-2524
';var m_eefe7a85c28d339128a84df5ce04c2c5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trustmark ATM',});m_eefe7a85c28d339128a84df5ce04c2c5['infowindow'] = new google.maps.InfoWindow({content: $leefe7a85c28d339128a84df5ce04c2c5});var infowindow = new google.maps.InfoWindow({content: $leefe7a85c28d339128a84df5ce04c2c5});google.maps.event.addListener(m_eefe7a85c28d339128a84df5ce04c2c5, 'click', function() {infowindow.open(map,m_eefe7a85c28d339128a84df5ce04c2c5);});$marker.push(m_eefe7a85c28d339128a84df5ce04c2c5);}});}google.maps.event.addDomListener(window, 'load', initialize);