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.2858,-90.9174)};var g_b83385c61a5d4719b71a3c99664b193c = new google.maps.Geocoder();g_b83385c61a5d4719b71a3c99664b193c.geocode( { 'address': "2100 US-61 BUS, Vicksburg, MS 39180, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vicksburg-MS-bancorpsouth-atm').style.display = '';map = new google.maps.Map(document.getElementById('vicksburg-MS-bancorpsouth-atm'), mapOptions);}document.getElementById('ed92aaeb').innerHTML += ' | View Map';var $lb83385c61a5d4719b71a3c99664b193c = '

BancorpSouth ATM

Address: 2100 US-61 BUS, Vicksburg, MS 39180, USA
Phone: (888) 797-7711
';var m_b83385c61a5d4719b71a3c99664b193c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BancorpSouth ATM',});m_b83385c61a5d4719b71a3c99664b193c['infowindow'] = new google.maps.InfoWindow({content: $lb83385c61a5d4719b71a3c99664b193c});var infowindow = new google.maps.InfoWindow({content: $lb83385c61a5d4719b71a3c99664b193c});google.maps.event.addListener(m_b83385c61a5d4719b71a3c99664b193c, 'click', function() {infowindow.open(map,m_b83385c61a5d4719b71a3c99664b193c);});$marker.push(m_b83385c61a5d4719b71a3c99664b193c);}});}google.maps.event.addDomListener(window, 'load', initialize);