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(32.6418,-90.3655)};var g_a7613328836a68dc47e1ad190bd9f918 = new google.maps.Geocoder();g_a7613328836a68dc47e1ad190bd9f918.geocode( { 'address': "220 E Railroad Ave, Bentonia, MS 39040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bentonia-MS-bankplus').style.display = '';map = new google.maps.Map(document.getElementById('bentonia-MS-bankplus'), mapOptions);}document.getElementById('38106e2d').innerHTML += ' | View Map';var $la7613328836a68dc47e1ad190bd9f918 = '

BankPlus

Address: 220 E Railroad Ave, Bentonia, MS 39040, USA
Phone: (662) 755-2232
';var m_a7613328836a68dc47e1ad190bd9f918 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BankPlus',});m_a7613328836a68dc47e1ad190bd9f918['infowindow'] = new google.maps.InfoWindow({content: $la7613328836a68dc47e1ad190bd9f918});var infowindow = new google.maps.InfoWindow({content: $la7613328836a68dc47e1ad190bd9f918});google.maps.event.addListener(m_a7613328836a68dc47e1ad190bd9f918, 'click', function() {infowindow.open(map,m_a7613328836a68dc47e1ad190bd9f918);});$marker.push(m_a7613328836a68dc47e1ad190bd9f918);}});}google.maps.event.addDomListener(window, 'load', initialize);