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.354,-90.0215)};var g_10b7e32d53a7b035f110adcdf67e2962 = new google.maps.Geocoder();g_10b7e32d53a7b035f110adcdf67e2962.geocode( { 'address': "100 Primos Rd, Flowood, MS 39232, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('flowood-MS-atm-bancorp-south').style.display = '';map = new google.maps.Map(document.getElementById('flowood-MS-atm-bancorp-south'), mapOptions);}document.getElementById('f1d71d5d').innerHTML += ' | View Map';var $l10b7e32d53a7b035f110adcdf67e2962 = '

ATM (Bancorp South)

Address: 100 Primos Rd, Flowood, MS 39232, USA
Phone:
';var m_10b7e32d53a7b035f110adcdf67e2962 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Bancorp South)',});m_10b7e32d53a7b035f110adcdf67e2962['infowindow'] = new google.maps.InfoWindow({content: $l10b7e32d53a7b035f110adcdf67e2962});var infowindow = new google.maps.InfoWindow({content: $l10b7e32d53a7b035f110adcdf67e2962});google.maps.event.addListener(m_10b7e32d53a7b035f110adcdf67e2962, 'click', function() {infowindow.open(map,m_10b7e32d53a7b035f110adcdf67e2962);});$marker.push(m_10b7e32d53a7b035f110adcdf67e2962);}});}google.maps.event.addDomListener(window, 'load', initialize);