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.7872,-93.1282)};var g_f4f0db416cc2e7a1fe919311127e9ece = new google.maps.Geocoder();g_f4f0db416cc2e7a1fe919311127e9ece.geocode( { 'address': "700 Front St, Natchitoches, LA 71457"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('natchitoches-LA-exchange-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('natchitoches-LA-exchange-bank-trust-co'), mapOptions);}document.getElementById('6d762c06').innerHTML += ' | View Map';var $lf4f0db416cc2e7a1fe919311127e9ece = '

Exchange Bank & Trust Co

Address: 700 Front St, Natchitoches, LA 71457
Phone: (318) 352-8141
';var m_f4f0db416cc2e7a1fe919311127e9ece = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Exchange Bank & Trust Co',});m_f4f0db416cc2e7a1fe919311127e9ece['infowindow'] = new google.maps.InfoWindow({content: $lf4f0db416cc2e7a1fe919311127e9ece});var infowindow = new google.maps.InfoWindow({content: $lf4f0db416cc2e7a1fe919311127e9ece});google.maps.event.addListener(m_f4f0db416cc2e7a1fe919311127e9ece, 'click', function() {infowindow.open(map,m_f4f0db416cc2e7a1fe919311127e9ece);});$marker.push(m_f4f0db416cc2e7a1fe919311127e9ece);}});}google.maps.event.addDomListener(window, 'load', initialize);