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.4571,-94.4509)};var g_4a4ab29f4dee1b5626bf61c6e0869fcf = new google.maps.Geocoder();g_4a4ab29f4dee1b5626bf61c6e0869fcf.geocode( { 'address': "320 N McCoy Blvd, New Boston, TX 75570"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-boston-TX-bancorpsouth').style.display = '';map = new google.maps.Map(document.getElementById('new-boston-TX-bancorpsouth'), mapOptions);}document.getElementById('116612b8').innerHTML += ' | View Map';var $l4a4ab29f4dee1b5626bf61c6e0869fcf = '

BancorpSouth

Address: 320 N McCoy Blvd, New Boston, TX 75570
Phone: (903) 628-6565
';var m_4a4ab29f4dee1b5626bf61c6e0869fcf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BancorpSouth',});m_4a4ab29f4dee1b5626bf61c6e0869fcf['infowindow'] = new google.maps.InfoWindow({content: $l4a4ab29f4dee1b5626bf61c6e0869fcf});var infowindow = new google.maps.InfoWindow({content: $l4a4ab29f4dee1b5626bf61c6e0869fcf});google.maps.event.addListener(m_4a4ab29f4dee1b5626bf61c6e0869fcf, 'click', function() {infowindow.open(map,m_4a4ab29f4dee1b5626bf61c6e0869fcf);});$marker.push(m_4a4ab29f4dee1b5626bf61c6e0869fcf);}});}google.maps.event.addDomListener(window, 'load', initialize);