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.8678,-89.5614)};var g_373d6a625de66a8311d4d7e059f69261 = new google.maps.Geocoder();g_373d6a625de66a8311d4d7e059f69261.geocode( { 'address': "302 MS-28, Mize, MS 39116, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mize-MS-trustmark-atm').style.display = '';map = new google.maps.Map(document.getElementById('mize-MS-trustmark-atm'), mapOptions);}document.getElementById('299a3d30').innerHTML += ' | View Map';var $l373d6a625de66a8311d4d7e059f69261 = '

Trustmark ATM

Address: 302 MS-28, Mize, MS 39116, USA
Phone:
';var m_373d6a625de66a8311d4d7e059f69261 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trustmark ATM',});m_373d6a625de66a8311d4d7e059f69261['infowindow'] = new google.maps.InfoWindow({content: $l373d6a625de66a8311d4d7e059f69261});var infowindow = new google.maps.InfoWindow({content: $l373d6a625de66a8311d4d7e059f69261});google.maps.event.addListener(m_373d6a625de66a8311d4d7e059f69261, 'click', function() {infowindow.open(map,m_373d6a625de66a8311d4d7e059f69261);});$marker.push(m_373d6a625de66a8311d4d7e059f69261);}});}google.maps.event.addDomListener(window, 'load', initialize);