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.8324,-90.6987)};var g_f208c356cffc03007c51918a76834f02 = new google.maps.Geocoder();g_f208c356cffc03007c51918a76834f02.geocode( { 'address': "888 Hwy 16 W, Holly Bluff, MS 39088"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('holly-bluff-MS-bank-plus').style.display = '';map = new google.maps.Map(document.getElementById('holly-bluff-MS-bank-plus'), mapOptions);}document.getElementById('0fc534a3').innerHTML += ' | View Map';var $lf208c356cffc03007c51918a76834f02 = '

Bank Plus

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