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.4524,-90.6457)};var g_a253a6db6aaffc863021e22ae75f13b3 = new google.maps.Geocoder();g_a253a6db6aaffc863021e22ae75f13b3.geocode( { 'address': "212 Catchings Ave, Indianola, MS 38751"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indianola-MS-planters-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('indianola-MS-planters-bank-trust'), mapOptions);}document.getElementById('98f0d9fe').innerHTML += ' | View Map';var $la253a6db6aaffc863021e22ae75f13b3 = '

Planters Bank & Trust

Address: 212 Catchings Ave, Indianola, MS 38751
Phone: (662) 887-3363
';var m_a253a6db6aaffc863021e22ae75f13b3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Planters Bank & Trust',});m_a253a6db6aaffc863021e22ae75f13b3['infowindow'] = new google.maps.InfoWindow({content: $la253a6db6aaffc863021e22ae75f13b3});var infowindow = new google.maps.InfoWindow({content: $la253a6db6aaffc863021e22ae75f13b3});google.maps.event.addListener(m_a253a6db6aaffc863021e22ae75f13b3, 'click', function() {infowindow.open(map,m_a253a6db6aaffc863021e22ae75f13b3);});$marker.push(m_a253a6db6aaffc863021e22ae75f13b3);}});}google.maps.event.addDomListener(window, 'load', initialize);