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.1584,-91.7234)};var g_3ad238e605b85c8663802847e45dac99 = new google.maps.Geocoder();g_3ad238e605b85c8663802847e45dac99.geocode( { 'address': "3591 Front St, Winnsboro, LA 71295"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winnsboro-LA-caldwell-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('winnsboro-LA-caldwell-bank-trust-co'), mapOptions);}document.getElementById('b15118d3').innerHTML += ' | View Map';var $l3ad238e605b85c8663802847e45dac99 = '

Caldwell Bank & Trust Co

Address: 3591 Front St, Winnsboro, LA 71295
Phone: (318) 435-9600
';var m_3ad238e605b85c8663802847e45dac99 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Caldwell Bank & Trust Co',});m_3ad238e605b85c8663802847e45dac99['infowindow'] = new google.maps.InfoWindow({content: $l3ad238e605b85c8663802847e45dac99});var infowindow = new google.maps.InfoWindow({content: $l3ad238e605b85c8663802847e45dac99});google.maps.event.addListener(m_3ad238e605b85c8663802847e45dac99, 'click', function() {infowindow.open(map,m_3ad238e605b85c8663802847e45dac99);});$marker.push(m_3ad238e605b85c8663802847e45dac99);}});}google.maps.event.addDomListener(window, 'load', initialize);