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.8002,-93.0559)};var g_57f3f2baae63fa7f7c30a64d97adbaa9 = new google.maps.Geocoder();g_57f3f2baae63fa7f7c30a64d97adbaa9.geocode( { 'address': "813 W Main St, Homer, LA 71040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('homer-LA-gibsland-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('homer-LA-gibsland-bank--trust-co'), mapOptions);}document.getElementById('d8c3f0fd').innerHTML += ' | View Map';var $l57f3f2baae63fa7f7c30a64d97adbaa9 = '

Gibsland Bank & Trust Co

Address: 813 W Main St, Homer, LA 71040, USA
Phone: (318) 927-5075
';var m_57f3f2baae63fa7f7c30a64d97adbaa9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gibsland Bank & Trust Co',});m_57f3f2baae63fa7f7c30a64d97adbaa9['infowindow'] = new google.maps.InfoWindow({content: $l57f3f2baae63fa7f7c30a64d97adbaa9});var infowindow = new google.maps.InfoWindow({content: $l57f3f2baae63fa7f7c30a64d97adbaa9});google.maps.event.addListener(m_57f3f2baae63fa7f7c30a64d97adbaa9, 'click', function() {infowindow.open(map,m_57f3f2baae63fa7f7c30a64d97adbaa9);});$marker.push(m_57f3f2baae63fa7f7c30a64d97adbaa9);}});}google.maps.event.addDomListener(window, 'load', initialize);