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(33.9921,-89.3473)};var g_9c135cab8c2f1452503440db201a9d61 = new google.maps.Geocoder();g_9c135cab8c2f1452503440db201a9d61.geocode( { 'address': "Public Square, Bruce, MS 38915, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bruce-MS-bancorpsouth-atm').style.display = '';map = new google.maps.Map(document.getElementById('bruce-MS-bancorpsouth-atm'), mapOptions);}document.getElementById('60524fcb').innerHTML += ' | View Map';var $l9c135cab8c2f1452503440db201a9d61 = '

BancorpSouth ATM

Address: Public Square, Bruce, MS 38915, USA
Phone: (888) 797-7711
';var m_9c135cab8c2f1452503440db201a9d61 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BancorpSouth ATM',});m_9c135cab8c2f1452503440db201a9d61['infowindow'] = new google.maps.InfoWindow({content: $l9c135cab8c2f1452503440db201a9d61});var infowindow = new google.maps.InfoWindow({content: $l9c135cab8c2f1452503440db201a9d61});google.maps.event.addListener(m_9c135cab8c2f1452503440db201a9d61, 'click', function() {infowindow.open(map,m_9c135cab8c2f1452503440db201a9d61);});$marker.push(m_9c135cab8c2f1452503440db201a9d61);}});}google.maps.event.addDomListener(window, 'load', initialize);