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.4156,-92.4059)};var g_1a01b448690083588db6c9dbc171031a = new google.maps.Geocoder();g_1a01b448690083588db6c9dbc171031a.geocode( { 'address': "4617 Monroe Hwy, Ball, LA 71405"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ball-LA-southern-heritage-bank').style.display = '';map = new google.maps.Map(document.getElementById('ball-LA-southern-heritage-bank'), mapOptions);}document.getElementById('05b97857').innerHTML += ' | View Map';var $l1a01b448690083588db6c9dbc171031a = '

Southern Heritage Bank

Address: 4617 Monroe Hwy, Ball, LA 71405
Phone: (318) 640-4550
';var m_1a01b448690083588db6c9dbc171031a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Heritage Bank',});m_1a01b448690083588db6c9dbc171031a['infowindow'] = new google.maps.InfoWindow({content: $l1a01b448690083588db6c9dbc171031a});var infowindow = new google.maps.InfoWindow({content: $l1a01b448690083588db6c9dbc171031a});google.maps.event.addListener(m_1a01b448690083588db6c9dbc171031a, 'click', function() {infowindow.open(map,m_1a01b448690083588db6c9dbc171031a);});$marker.push(m_1a01b448690083588db6c9dbc171031a);}});}google.maps.event.addDomListener(window, 'load', initialize);