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(32.5038,-92.191)};var g_32ea9a06d0b172f03f5bc5d275d54f5a = new google.maps.Geocoder();g_32ea9a06d0b172f03f5bc5d275d54f5a.geocode( { 'address': "1 Natchitoches St, West Monroe, LA 71291"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-monroe-LA-southtrust-advisors').style.display = '';map = new google.maps.Map(document.getElementById('west-monroe-LA-southtrust-advisors'), mapOptions);}document.getElementById('bb2a0f5e').innerHTML += ' | View Map';var $l32ea9a06d0b172f03f5bc5d275d54f5a = '

Southtrust Advisors

Address: 1 Natchitoches St, West Monroe, LA 71291
Phone: (318) 387-9373
';var m_32ea9a06d0b172f03f5bc5d275d54f5a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southtrust Advisors',});m_32ea9a06d0b172f03f5bc5d275d54f5a['infowindow'] = new google.maps.InfoWindow({content: $l32ea9a06d0b172f03f5bc5d275d54f5a});var infowindow = new google.maps.InfoWindow({content: $l32ea9a06d0b172f03f5bc5d275d54f5a});google.maps.event.addListener(m_32ea9a06d0b172f03f5bc5d275d54f5a, 'click', function() {infowindow.open(map,m_32ea9a06d0b172f03f5bc5d275d54f5a);});$marker.push(m_32ea9a06d0b172f03f5bc5d275d54f5a);}});}google.maps.event.addDomListener(window, 'load', initialize);