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(29.9739,-92.1366)};var g_df8274146d792a8f1a9556b484b411b8 = new google.maps.Geocoder();g_df8274146d792a8f1a9556b484b411b8.geocode( { 'address': "123 Concord St, Abbeville, LA 70510, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('abbeville-LA-bank-of-abbeville--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('abbeville-LA-bank-of-abbeville--trust-co'), mapOptions);}document.getElementById('3f6364da').innerHTML += ' | View Map';var $ldf8274146d792a8f1a9556b484b411b8 = '

Bank of Abbeville & Trust Co

Address: 123 Concord St, Abbeville, LA 70510, USA
Phone: (337) 893-0257
';var m_df8274146d792a8f1a9556b484b411b8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Abbeville & Trust Co',});m_df8274146d792a8f1a9556b484b411b8['infowindow'] = new google.maps.InfoWindow({content: $ldf8274146d792a8f1a9556b484b411b8});var infowindow = new google.maps.InfoWindow({content: $ldf8274146d792a8f1a9556b484b411b8});google.maps.event.addListener(m_df8274146d792a8f1a9556b484b411b8, 'click', function() {infowindow.open(map,m_df8274146d792a8f1a9556b484b411b8);});$marker.push(m_df8274146d792a8f1a9556b484b411b8);}});}google.maps.event.addDomListener(window, 'load', initialize);