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.17,-88.9199)};var g_3c0b8ac2a317736004dc5d77dd8adff5 = new google.maps.Geocoder();g_3c0b8ac2a317736004dc5d77dd8adff5.geocode( { 'address': "935 Lodge St, Beaumont, MS 39423, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beaumont-MS-trustmark-atm').style.display = '';map = new google.maps.Map(document.getElementById('beaumont-MS-trustmark-atm'), mapOptions);}document.getElementById('d13536e1').innerHTML += ' | View Map';var $l3c0b8ac2a317736004dc5d77dd8adff5 = '

Trustmark ATM

Address: 935 Lodge St, Beaumont, MS 39423, USA
Phone: (601) 784-3412
';var m_3c0b8ac2a317736004dc5d77dd8adff5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trustmark ATM',});m_3c0b8ac2a317736004dc5d77dd8adff5['infowindow'] = new google.maps.InfoWindow({content: $l3c0b8ac2a317736004dc5d77dd8adff5});var infowindow = new google.maps.InfoWindow({content: $l3c0b8ac2a317736004dc5d77dd8adff5});google.maps.event.addListener(m_3c0b8ac2a317736004dc5d77dd8adff5, 'click', function() {infowindow.open(map,m_3c0b8ac2a317736004dc5d77dd8adff5);});$marker.push(m_3c0b8ac2a317736004dc5d77dd8adff5);}});}google.maps.event.addDomListener(window, 'load', initialize);