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(32.2717,-90.1049)};var g_0aa886105b1ba7a8db845491110a5bb7 = new google.maps.Geocoder();g_0aa886105b1ba7a8db845491110a5bb7.geocode( { 'address': "2301 Highway 80 E, Pearl, MS 39208"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pearl-MS-bancorpsouth').style.display = '';map = new google.maps.Map(document.getElementById('pearl-MS-bancorpsouth'), mapOptions);}document.getElementById('edcf11c4').innerHTML += ' | View Map';var $l0aa886105b1ba7a8db845491110a5bb7 = '

Bancorpsouth

Address: 2301 Highway 80 E, Pearl, MS 39208
Phone: (601) 936-8400
';var m_0aa886105b1ba7a8db845491110a5bb7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bancorpsouth',});m_0aa886105b1ba7a8db845491110a5bb7['infowindow'] = new google.maps.InfoWindow({content: $l0aa886105b1ba7a8db845491110a5bb7});var infowindow = new google.maps.InfoWindow({content: $l0aa886105b1ba7a8db845491110a5bb7});google.maps.event.addListener(m_0aa886105b1ba7a8db845491110a5bb7, 'click', function() {infowindow.open(map,m_0aa886105b1ba7a8db845491110a5bb7);});$marker.push(m_0aa886105b1ba7a8db845491110a5bb7);}});}google.maps.event.addDomListener(window, 'load', initialize);