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.6433,-90.3686)};var g_1a0ef9c0263b24c6462e060025315804 = new google.maps.Geocoder();g_1a0ef9c0263b24c6462e060025315804.geocode( { 'address': "220 E Railroad Ave, Bentonia, MS 39040"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bentonia-MS-bank-plus').style.display = '';map = new google.maps.Map(document.getElementById('bentonia-MS-bank-plus'), mapOptions);}document.getElementById('8af7c3ba').innerHTML += ' | View Map';var $l1a0ef9c0263b24c6462e060025315804 = '

Bank Plus

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