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.2659,-90.9886)};var g_9a73cc9b0aa8c6f88f21e07f17f4a0be = new google.maps.Geocoder();g_9a73cc9b0aa8c6f88f21e07f17f4a0be.geocode( { 'address': "13423 LA-73, Prairieville, LA 70769, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('prairieville-LA-bancorpsouth-branch').style.display = '';map = new google.maps.Map(document.getElementById('prairieville-LA-bancorpsouth-branch'), mapOptions);}document.getElementById('1b893ec7').innerHTML += ' | View Map';var $l9a73cc9b0aa8c6f88f21e07f17f4a0be = '

BancorpSouth Branch

Address: 13423 LA-73, Prairieville, LA 70769, USA
Phone: (225) 677-9940
';var m_9a73cc9b0aa8c6f88f21e07f17f4a0be = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BancorpSouth Branch',});m_9a73cc9b0aa8c6f88f21e07f17f4a0be['infowindow'] = new google.maps.InfoWindow({content: $l9a73cc9b0aa8c6f88f21e07f17f4a0be});var infowindow = new google.maps.InfoWindow({content: $l9a73cc9b0aa8c6f88f21e07f17f4a0be});google.maps.event.addListener(m_9a73cc9b0aa8c6f88f21e07f17f4a0be, 'click', function() {infowindow.open(map,m_9a73cc9b0aa8c6f88f21e07f17f4a0be);});$marker.push(m_9a73cc9b0aa8c6f88f21e07f17f4a0be);}});}google.maps.event.addDomListener(window, 'load', initialize);