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.8726,-93.9864)};var g_88cc8890c7a0d462b0c6335788aa67f2 = new google.maps.Geocoder();g_88cc8890c7a0d462b0c6335788aa67f2.geocode( { 'address': "102 E Louisiana Ave, Vivian, LA 71082, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vivian-LA-first-guaranty-bank').style.display = '';map = new google.maps.Map(document.getElementById('vivian-LA-first-guaranty-bank'), mapOptions);}document.getElementById('994ad0b7').innerHTML += ' | View Map';var $l88cc8890c7a0d462b0c6335788aa67f2 = '

First Guaranty Bank

Address: 102 E Louisiana Ave, Vivian, LA 71082, USA
Phone: (318) 375-3202
';var m_88cc8890c7a0d462b0c6335788aa67f2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Guaranty Bank',});m_88cc8890c7a0d462b0c6335788aa67f2['infowindow'] = new google.maps.InfoWindow({content: $l88cc8890c7a0d462b0c6335788aa67f2});var infowindow = new google.maps.InfoWindow({content: $l88cc8890c7a0d462b0c6335788aa67f2});google.maps.event.addListener(m_88cc8890c7a0d462b0c6335788aa67f2, 'click', function() {infowindow.open(map,m_88cc8890c7a0d462b0c6335788aa67f2);});$marker.push(m_88cc8890c7a0d462b0c6335788aa67f2);}});}google.maps.event.addDomListener(window, 'load', initialize);