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(31.1615,-92.095)};var g_bd9fd72b312a8c3da9909464bcccb918 = new google.maps.Geocoder();g_bd9fd72b312a8c3da9909464bcccb918.geocode( { 'address': "447 Tunica Dr E, Marksville, LA 71351"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marksville-LA-red-river-bank').style.display = '';map = new google.maps.Map(document.getElementById('marksville-LA-red-river-bank'), mapOptions);}document.getElementById('e13bd12d').innerHTML += ' | View Map';var $lbd9fd72b312a8c3da9909464bcccb918 = '

Red River Bank

Address: 447 Tunica Dr E, Marksville, LA 71351
Phone: (318) 561-5010
';var m_bd9fd72b312a8c3da9909464bcccb918 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Red River Bank',});m_bd9fd72b312a8c3da9909464bcccb918['infowindow'] = new google.maps.InfoWindow({content: $lbd9fd72b312a8c3da9909464bcccb918});var infowindow = new google.maps.InfoWindow({content: $lbd9fd72b312a8c3da9909464bcccb918});google.maps.event.addListener(m_bd9fd72b312a8c3da9909464bcccb918, 'click', function() {infowindow.open(map,m_bd9fd72b312a8c3da9909464bcccb918);});$marker.push(m_bd9fd72b312a8c3da9909464bcccb918);}});}google.maps.event.addDomListener(window, 'load', initialize);