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(31.8594,-88.6991)};var g_a91a50a0d0efd57e5e844a749fee53fb = new google.maps.Geocoder();g_a91a50a0d0efd57e5e844a749fee53fb.geocode( { 'address': "143 High St, Shubuta, MS 39360, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shubuta-MS-bankplus').style.display = '';map = new google.maps.Map(document.getElementById('shubuta-MS-bankplus'), mapOptions);}document.getElementById('9e21054e').innerHTML += ' | View Map';var $la91a50a0d0efd57e5e844a749fee53fb = '

BankPlus

Address: 143 High St, Shubuta, MS 39360, USA
Phone: (601) 687-1561
';var m_a91a50a0d0efd57e5e844a749fee53fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BankPlus',});m_a91a50a0d0efd57e5e844a749fee53fb['infowindow'] = new google.maps.InfoWindow({content: $la91a50a0d0efd57e5e844a749fee53fb});var infowindow = new google.maps.InfoWindow({content: $la91a50a0d0efd57e5e844a749fee53fb});google.maps.event.addListener(m_a91a50a0d0efd57e5e844a749fee53fb, 'click', function() {infowindow.open(map,m_a91a50a0d0efd57e5e844a749fee53fb);});$marker.push(m_a91a50a0d0efd57e5e844a749fee53fb);}});}google.maps.event.addDomListener(window, 'load', initialize);