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.872,-93.9875)};var g_aa659feb6c091d0d2f1c6e5133c430c0 = new google.maps.Geocoder();g_aa659feb6c091d0d2f1c6e5133c430c0.geocode( { 'address': "112 W Arkansas Ave, Vivian, LA 71082, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vivian-LA-citizens-bank--trust-insurance').style.display = '';map = new google.maps.Map(document.getElementById('vivian-LA-citizens-bank--trust-insurance'), mapOptions);}document.getElementById('70e10bc7').innerHTML += ' | View Map';var $laa659feb6c091d0d2f1c6e5133c430c0 = '

Citizens Bank & Trust Insurance

Address: 112 W Arkansas Ave, Vivian, LA 71082, USA
Phone: (318) 375-2821
';var m_aa659feb6c091d0d2f1c6e5133c430c0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank & Trust Insurance',});m_aa659feb6c091d0d2f1c6e5133c430c0['infowindow'] = new google.maps.InfoWindow({content: $laa659feb6c091d0d2f1c6e5133c430c0});var infowindow = new google.maps.InfoWindow({content: $laa659feb6c091d0d2f1c6e5133c430c0});google.maps.event.addListener(m_aa659feb6c091d0d2f1c6e5133c430c0, 'click', function() {infowindow.open(map,m_aa659feb6c091d0d2f1c6e5133c430c0);});$marker.push(m_aa659feb6c091d0d2f1c6e5133c430c0);}});}google.maps.event.addDomListener(window, 'load', initialize);