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.0205,-93.3424)};var g_ebc075830a69ac30b141d63102322f19 = new google.maps.Geocoder();g_ebc075830a69ac30b141d63102322f19.geocode( { 'address': "1625 Ringgold Ave, Coushatta, LA 71019, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coushatta-LA-american-bank-and-trust-company-inc').style.display = '';map = new google.maps.Map(document.getElementById('coushatta-LA-american-bank-and-trust-company-inc'), mapOptions);}document.getElementById('d238d584').innerHTML += ' | View Map';var $lebc075830a69ac30b141d63102322f19 = '

American Bank and Trust Company Inc.

Address: 1625 Ringgold Ave, Coushatta, LA 71019, USA
Phone: (318) 932-5776
';var m_ebc075830a69ac30b141d63102322f19 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Bank and Trust Company Inc.',});m_ebc075830a69ac30b141d63102322f19['infowindow'] = new google.maps.InfoWindow({content: $lebc075830a69ac30b141d63102322f19});var infowindow = new google.maps.InfoWindow({content: $lebc075830a69ac30b141d63102322f19});google.maps.event.addListener(m_ebc075830a69ac30b141d63102322f19, 'click', function() {infowindow.open(map,m_ebc075830a69ac30b141d63102322f19);});$marker.push(m_ebc075830a69ac30b141d63102322f19);}});}google.maps.event.addDomListener(window, 'load', initialize);