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(30.3998,-87.6826)};var g_a04636787025080d6457296d5ee2ca66 = new google.maps.Geocoder();g_a04636787025080d6457296d5ee2ca66.geocode( { 'address': "699 S McKenzie St, Foley, AL 36535, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('foley-AL-trustmark').style.display = '';map = new google.maps.Map(document.getElementById('foley-AL-trustmark'), mapOptions);}document.getElementById('a3444bfd').innerHTML += ' | View Map';var $la04636787025080d6457296d5ee2ca66 = '

Trustmark

Address: 699 S McKenzie St, Foley, AL 36535, USA
Phone: (251) 970-2800
';var m_a04636787025080d6457296d5ee2ca66 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trustmark',});m_a04636787025080d6457296d5ee2ca66['infowindow'] = new google.maps.InfoWindow({content: $la04636787025080d6457296d5ee2ca66});var infowindow = new google.maps.InfoWindow({content: $la04636787025080d6457296d5ee2ca66});google.maps.event.addListener(m_a04636787025080d6457296d5ee2ca66, 'click', function() {infowindow.open(map,m_a04636787025080d6457296d5ee2ca66);});$marker.push(m_a04636787025080d6457296d5ee2ca66);}});}google.maps.event.addDomListener(window, 'load', initialize);