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.4693,-94.315)};var g_c7b663244f217e0102a615967b547f38 = new google.maps.Geocoder();g_c7b663244f217e0102a615967b547f38.geocode( { 'address': "109 Main St, Hooks, TX 75561"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hooks-TX-bancorpsouth').style.display = '';map = new google.maps.Map(document.getElementById('hooks-TX-bancorpsouth'), mapOptions);}document.getElementById('e203cbac').innerHTML += ' | View Map';var $lc7b663244f217e0102a615967b547f38 = '

BancorpSouth

Address: 109 Main St, Hooks, TX 75561
Phone: (903) 547-2278
';var m_c7b663244f217e0102a615967b547f38 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BancorpSouth',});m_c7b663244f217e0102a615967b547f38['infowindow'] = new google.maps.InfoWindow({content: $lc7b663244f217e0102a615967b547f38});var infowindow = new google.maps.InfoWindow({content: $lc7b663244f217e0102a615967b547f38});google.maps.event.addListener(m_c7b663244f217e0102a615967b547f38, 'click', function() {infowindow.open(map,m_c7b663244f217e0102a615967b547f38);});$marker.push(m_c7b663244f217e0102a615967b547f38);}});}google.maps.event.addDomListener(window, 'load', initialize);