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_fb3924230ebc169f98176c2be9b4357b = new google.maps.Geocoder();g_fb3924230ebc169f98176c2be9b4357b.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-atm').style.display = '';map = new google.maps.Map(document.getElementById('petal-MS-trustmark-atm'), mapOptions);}document.getElementById('ef380c7c').innerHTML += ' | View Map';var $lfb3924230ebc169f98176c2be9b4357b = '

Trustmark ATM

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