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.3118,-90.9379)};var g_b3dc4dfdd0a322b00484fc0ef22babca = new google.maps.Geocoder();g_b3dc4dfdd0a322b00484fc0ef22babca.geocode( { 'address': "13423 Highway 73, Prairieville, LA 70769"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('prairieville-LA-bancorpsouth').style.display = '';map = new google.maps.Map(document.getElementById('prairieville-LA-bancorpsouth'), mapOptions);}document.getElementById('06cbb87e').innerHTML += ' | View Map';var $lb3dc4dfdd0a322b00484fc0ef22babca = '

BancorpSouth

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