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.4515,-93.4386)};var g_2e125330245f4a2d7a21ee0aabc63e1a = new google.maps.Geocoder();g_2e125330245f4a2d7a21ee0aabc63e1a.geocode( { 'address': "201 W 4th St, Dequincy, LA 70633, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dequincy-LA-city-savings-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('dequincy-LA-city-savings-bank--trust-co'), mapOptions);}document.getElementById('c95de3d1').innerHTML += ' | View Map';var $l2e125330245f4a2d7a21ee0aabc63e1a = '

City Savings Bank & Trust Co

Address: 201 W 4th St, Dequincy, LA 70633, USA
Phone: (337) 786-1928
';var m_2e125330245f4a2d7a21ee0aabc63e1a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City Savings Bank & Trust Co',});m_2e125330245f4a2d7a21ee0aabc63e1a['infowindow'] = new google.maps.InfoWindow({content: $l2e125330245f4a2d7a21ee0aabc63e1a});var infowindow = new google.maps.InfoWindow({content: $l2e125330245f4a2d7a21ee0aabc63e1a});google.maps.event.addListener(m_2e125330245f4a2d7a21ee0aabc63e1a, 'click', function() {infowindow.open(map,m_2e125330245f4a2d7a21ee0aabc63e1a);});$marker.push(m_2e125330245f4a2d7a21ee0aabc63e1a);}});}google.maps.event.addDomListener(window, 'load', initialize);