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_e66d9dab8705f19bd91b48f1a6bc5487 = new google.maps.Geocoder();g_e66d9dab8705f19bd91b48f1a6bc5487.geocode( { 'address': "3540 Front St, Winnsboro, LA 71295"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winnsboro-LA-citizens-progressive-bank').style.display = '';map = new google.maps.Map(document.getElementById('winnsboro-LA-citizens-progressive-bank'), mapOptions);}document.getElementById('0e00cb5e').innerHTML += ' | View Map';var $le66d9dab8705f19bd91b48f1a6bc5487 = '

Citizens Progressive Bank

Address: 3540 Front St, Winnsboro, LA 71295
Phone: (318) 435-0016
';var m_e66d9dab8705f19bd91b48f1a6bc5487 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Progressive Bank',});m_e66d9dab8705f19bd91b48f1a6bc5487['infowindow'] = new google.maps.InfoWindow({content: $le66d9dab8705f19bd91b48f1a6bc5487});var infowindow = new google.maps.InfoWindow({content: $le66d9dab8705f19bd91b48f1a6bc5487});google.maps.event.addListener(m_e66d9dab8705f19bd91b48f1a6bc5487, 'click', function() {infowindow.open(map,m_e66d9dab8705f19bd91b48f1a6bc5487);});$marker.push(m_e66d9dab8705f19bd91b48f1a6bc5487);}});}google.maps.event.addDomListener(window, 'load', initialize);