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.6293,-91.792)};var g_fcb3c01797640c7ec6f32cb00764ba44 = new google.maps.Geocoder();g_fcb3c01797640c7ec6f32cb00764ba44.geocode( { 'address': "212 W Gaines St, Monticello, AR 71655, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monticello-AR-commercial-bank--trust-company').style.display = '';map = new google.maps.Map(document.getElementById('monticello-AR-commercial-bank--trust-company'), mapOptions);}document.getElementById('d5499902').innerHTML += ' | View Map';var $lfcb3c01797640c7ec6f32cb00764ba44 = '

Commercial Bank & Trust Company

Address: 212 W Gaines St, Monticello, AR 71655, USA
Phone: (870) 367-6221
';var m_fcb3c01797640c7ec6f32cb00764ba44 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commercial Bank & Trust Company',});m_fcb3c01797640c7ec6f32cb00764ba44['infowindow'] = new google.maps.InfoWindow({content: $lfcb3c01797640c7ec6f32cb00764ba44});var infowindow = new google.maps.InfoWindow({content: $lfcb3c01797640c7ec6f32cb00764ba44});google.maps.event.addListener(m_fcb3c01797640c7ec6f32cb00764ba44, 'click', function() {infowindow.open(map,m_fcb3c01797640c7ec6f32cb00764ba44);});$marker.push(m_fcb3c01797640c7ec6f32cb00764ba44);}});}google.maps.event.addDomListener(window, 'load', initialize);