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(31.6261,-92.8187)};var g_2ad2d11b55b0b39c87f638afd2c5ca0b = new google.maps.Geocoder();g_2ad2d11b55b0b39c87f638afd2c5ca0b.geocode( { 'address': "1869 Highway 71, Montgomery, LA 71454"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montgomery-LA-sabine-state-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('montgomery-LA-sabine-state-bank-trust-co'), mapOptions);}document.getElementById('8d304ad8').innerHTML += ' | View Map';var $l2ad2d11b55b0b39c87f638afd2c5ca0b = '

Sabine State Bank & Trust Co

Address: 1869 Highway 71, Montgomery, LA 71454
Phone: (318) 646-2101
';var m_2ad2d11b55b0b39c87f638afd2c5ca0b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sabine State Bank & Trust Co',});m_2ad2d11b55b0b39c87f638afd2c5ca0b['infowindow'] = new google.maps.InfoWindow({content: $l2ad2d11b55b0b39c87f638afd2c5ca0b});var infowindow = new google.maps.InfoWindow({content: $l2ad2d11b55b0b39c87f638afd2c5ca0b});google.maps.event.addListener(m_2ad2d11b55b0b39c87f638afd2c5ca0b, 'click', function() {infowindow.open(map,m_2ad2d11b55b0b39c87f638afd2c5ca0b);});$marker.push(m_2ad2d11b55b0b39c87f638afd2c5ca0b);}});}google.maps.event.addDomListener(window, 'load', initialize);