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.3439,-89.9065)};var g_a4bbf6b6f5e87d40e762c933edd2a18c = new google.maps.Geocoder();g_a4bbf6b6f5e87d40e762c933edd2a18c.geocode( { 'address': "7980 US-51, Millington, TN 38053, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('millington-TN-trustmark').style.display = '';map = new google.maps.Map(document.getElementById('millington-TN-trustmark'), mapOptions);}document.getElementById('7aaea78d').innerHTML += ' | View Map';var $la4bbf6b6f5e87d40e762c933edd2a18c = '

Trustmark

Address: 7980 US-51, Millington, TN 38053, USA
Phone: (901) 872-3338
';var m_a4bbf6b6f5e87d40e762c933edd2a18c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trustmark',});m_a4bbf6b6f5e87d40e762c933edd2a18c['infowindow'] = new google.maps.InfoWindow({content: $la4bbf6b6f5e87d40e762c933edd2a18c});var infowindow = new google.maps.InfoWindow({content: $la4bbf6b6f5e87d40e762c933edd2a18c});google.maps.event.addListener(m_a4bbf6b6f5e87d40e762c933edd2a18c, 'click', function() {infowindow.open(map,m_a4bbf6b6f5e87d40e762c933edd2a18c);});$marker.push(m_a4bbf6b6f5e87d40e762c933edd2a18c);}});}google.maps.event.addDomListener(window, 'load', initialize);