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.2855,-86.2648)};var g_6e6d5361da6fb4a2d24b4ef90f224f46 = new google.maps.Geocoder();g_6e6d5361da6fb4a2d24b4ef90f224f46.geocode( { 'address': "460 N Main St, Opp, AL 36467"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('opp-AL-southern-independent-bank').style.display = '';map = new google.maps.Map(document.getElementById('opp-AL-southern-independent-bank'), mapOptions);}document.getElementById('a6c1b38a').innerHTML += ' | View Map';var $l6e6d5361da6fb4a2d24b4ef90f224f46 = '

Southern Independent Bank

Address: 460 N Main St, Opp, AL 36467
Phone: (334) 493-2265
';var m_6e6d5361da6fb4a2d24b4ef90f224f46 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Independent Bank',});m_6e6d5361da6fb4a2d24b4ef90f224f46['infowindow'] = new google.maps.InfoWindow({content: $l6e6d5361da6fb4a2d24b4ef90f224f46});var infowindow = new google.maps.InfoWindow({content: $l6e6d5361da6fb4a2d24b4ef90f224f46});google.maps.event.addListener(m_6e6d5361da6fb4a2d24b4ef90f224f46, 'click', function() {infowindow.open(map,m_6e6d5361da6fb4a2d24b4ef90f224f46);});$marker.push(m_6e6d5361da6fb4a2d24b4ef90f224f46);}});}google.maps.event.addDomListener(window, 'load', initialize);