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(35.0681,-89.9576)};var g_07d5938693cc3903b261e1a3844590ed = new google.maps.Geocoder();g_07d5938693cc3903b261e1a3844590ed.geocode( { 'address': "5350 Poplar Ave, Memphis, TN 38119"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('memphis-TN-trustmark-bank').style.display = '';map = new google.maps.Map(document.getElementById('memphis-TN-trustmark-bank'), mapOptions);}document.getElementById('ca770791').innerHTML += ' | View Map';var $l07d5938693cc3903b261e1a3844590ed = '

Trustmark Bank

Address: 5350 Poplar Ave, Memphis, TN 38119
Phone: (901) 309-6202
';var m_07d5938693cc3903b261e1a3844590ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trustmark Bank',});m_07d5938693cc3903b261e1a3844590ed['infowindow'] = new google.maps.InfoWindow({content: $l07d5938693cc3903b261e1a3844590ed});var infowindow = new google.maps.InfoWindow({content: $l07d5938693cc3903b261e1a3844590ed});google.maps.event.addListener(m_07d5938693cc3903b261e1a3844590ed, 'click', function() {infowindow.open(map,m_07d5938693cc3903b261e1a3844590ed);});$marker.push(m_07d5938693cc3903b261e1a3844590ed);}});}google.maps.event.addDomListener(window, 'load', initialize);