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(34.6955,-91.3076)};var g_ae1d6ddb8d1b188e4a7074c53c9b1590 = new google.maps.Geocoder();g_ae1d6ddb8d1b188e4a7074c53c9b1590.geocode( { 'address': "297 Madison St, Clarendon, AR 72029"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clarendon-AR-merchants-planters-bank').style.display = '';map = new google.maps.Map(document.getElementById('clarendon-AR-merchants-planters-bank'), mapOptions);}document.getElementById('3065ce62').innerHTML += ' | View Map';var $lae1d6ddb8d1b188e4a7074c53c9b1590 = '

Merchants & Planters Bank

Address: 297 Madison St, Clarendon, AR 72029
Phone: (870) 747-3319
';var m_ae1d6ddb8d1b188e4a7074c53c9b1590 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merchants & Planters Bank',});m_ae1d6ddb8d1b188e4a7074c53c9b1590['infowindow'] = new google.maps.InfoWindow({content: $lae1d6ddb8d1b188e4a7074c53c9b1590});var infowindow = new google.maps.InfoWindow({content: $lae1d6ddb8d1b188e4a7074c53c9b1590});google.maps.event.addListener(m_ae1d6ddb8d1b188e4a7074c53c9b1590, 'click', function() {infowindow.open(map,m_ae1d6ddb8d1b188e4a7074c53c9b1590);});$marker.push(m_ae1d6ddb8d1b188e4a7074c53c9b1590);}});}google.maps.event.addDomListener(window, 'load', initialize);