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.8214,-90.7082)};var g_4f4462c0029f8008f3e8329ea28fbdbb = new google.maps.Geocoder();g_4f4462c0029f8008f3e8329ea28fbdbb.geocode( { 'address': "888 MS-16, Holly Bluff, MS 39088, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('holly-bluff-MS-bankplus').style.display = '';map = new google.maps.Map(document.getElementById('holly-bluff-MS-bankplus'), mapOptions);}document.getElementById('d4db06a5').innerHTML += ' | View Map';var $l4f4462c0029f8008f3e8329ea28fbdbb = '

BankPlus

Address: 888 MS-16, Holly Bluff, MS 39088, USA
Phone: (662) 828-3231
';var m_4f4462c0029f8008f3e8329ea28fbdbb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BankPlus',});m_4f4462c0029f8008f3e8329ea28fbdbb['infowindow'] = new google.maps.InfoWindow({content: $l4f4462c0029f8008f3e8329ea28fbdbb});var infowindow = new google.maps.InfoWindow({content: $l4f4462c0029f8008f3e8329ea28fbdbb});google.maps.event.addListener(m_4f4462c0029f8008f3e8329ea28fbdbb, 'click', function() {infowindow.open(map,m_4f4462c0029f8008f3e8329ea28fbdbb);});$marker.push(m_4f4462c0029f8008f3e8329ea28fbdbb);}});}google.maps.event.addDomListener(window, 'load', initialize);