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.5368,-93.5349)};var g_0dc259771d6e9e79edb66928e3229859 = new google.maps.Geocoder();g_0dc259771d6e9e79edb66928e3229859.geocode( { 'address': "2111 Highway 80, Haughton, LA 71037"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('haughton-LA-tri-state-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('haughton-LA-tri-state-bank-trust'), mapOptions);}document.getElementById('0c011fbc').innerHTML += ' | View Map';var $l0dc259771d6e9e79edb66928e3229859 = '

Tri-State Bank & Trust

Address: 2111 Highway 80, Haughton, LA 71037
Phone: (318) 949-4173
';var m_0dc259771d6e9e79edb66928e3229859 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tri-State Bank & Trust',});m_0dc259771d6e9e79edb66928e3229859['infowindow'] = new google.maps.InfoWindow({content: $l0dc259771d6e9e79edb66928e3229859});var infowindow = new google.maps.InfoWindow({content: $l0dc259771d6e9e79edb66928e3229859});google.maps.event.addListener(m_0dc259771d6e9e79edb66928e3229859, 'click', function() {infowindow.open(map,m_0dc259771d6e9e79edb66928e3229859);});$marker.push(m_0dc259771d6e9e79edb66928e3229859);}});}google.maps.event.addDomListener(window, 'load', initialize);