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.1829,-90.2229)};var g_eb7e87877c44af2443759ea1ef235358 = new google.maps.Geocoder();g_eb7e87877c44af2443759ea1ef235358.geocode( { 'address': "996 E Main St, Tchula, MS 39169, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tchula-MS-bankplus').style.display = '';map = new google.maps.Map(document.getElementById('tchula-MS-bankplus'), mapOptions);}document.getElementById('1c68a955').innerHTML += ' | View Map';var $leb7e87877c44af2443759ea1ef235358 = '

BankPlus

Address: 996 E Main St, Tchula, MS 39169, USA
Phone: (662) 235-5105
';var m_eb7e87877c44af2443759ea1ef235358 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BankPlus',});m_eb7e87877c44af2443759ea1ef235358['infowindow'] = new google.maps.InfoWindow({content: $leb7e87877c44af2443759ea1ef235358});var infowindow = new google.maps.InfoWindow({content: $leb7e87877c44af2443759ea1ef235358});google.maps.event.addListener(m_eb7e87877c44af2443759ea1ef235358, 'click', function() {infowindow.open(map,m_eb7e87877c44af2443759ea1ef235358);});$marker.push(m_eb7e87877c44af2443759ea1ef235358);}});}google.maps.event.addDomListener(window, 'load', initialize);