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(30.8461,-90.1579)};var g_374a1c7152172c9e48591c89b1f75e69 = new google.maps.Geocoder();g_374a1c7152172c9e48591c89b1f75e69.geocode( { 'address': "828 Main St, Franklinton, LA 70438, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('franklinton-LA-citizens-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('franklinton-LA-citizens-savings-bank'), mapOptions);}document.getElementById('4c197fec').innerHTML += ' | View Map';var $l374a1c7152172c9e48591c89b1f75e69 = '

Citizens Savings Bank

Address: 828 Main St, Franklinton, LA 70438, USA
Phone: (985) 795-0505
';var m_374a1c7152172c9e48591c89b1f75e69 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Savings Bank',});m_374a1c7152172c9e48591c89b1f75e69['infowindow'] = new google.maps.InfoWindow({content: $l374a1c7152172c9e48591c89b1f75e69});var infowindow = new google.maps.InfoWindow({content: $l374a1c7152172c9e48591c89b1f75e69});google.maps.event.addListener(m_374a1c7152172c9e48591c89b1f75e69, 'click', function() {infowindow.open(map,m_374a1c7152172c9e48591c89b1f75e69);});$marker.push(m_374a1c7152172c9e48591c89b1f75e69);}});}google.maps.event.addDomListener(window, 'load', initialize);