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.5453,-93.7048)};var g_b5175954701fd3af07c76ea557fb80f9 = new google.maps.Geocoder();g_b5175954701fd3af07c76ea557fb80f9.geocode( { 'address': "5360 E Texas St, Bossier City, LA 71111"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bossier-city-LA-gibsland-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('bossier-city-LA-gibsland-bank-trust'), mapOptions);}document.getElementById('5213f663').innerHTML += ' | View Map';var $lb5175954701fd3af07c76ea557fb80f9 = '

Gibsland Bank & Trust

Address: 5360 E Texas St, Bossier City, LA 71111
Phone: (318) 752-2727
';var m_b5175954701fd3af07c76ea557fb80f9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gibsland Bank & Trust',});m_b5175954701fd3af07c76ea557fb80f9['infowindow'] = new google.maps.InfoWindow({content: $lb5175954701fd3af07c76ea557fb80f9});var infowindow = new google.maps.InfoWindow({content: $lb5175954701fd3af07c76ea557fb80f9});google.maps.event.addListener(m_b5175954701fd3af07c76ea557fb80f9, 'click', function() {infowindow.open(map,m_b5175954701fd3af07c76ea557fb80f9);});$marker.push(m_b5175954701fd3af07c76ea557fb80f9);}});}google.maps.event.addDomListener(window, 'load', initialize);