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.873,-93.9872)};var g_7a7f827b652e5394a720334dffbd4dce = new google.maps.Geocoder();g_7a7f827b652e5394a720334dffbd4dce.geocode( { 'address': "136 W Louisiana Ave, Vivian, LA 71082, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vivian-LA-tower-loan').style.display = '';map = new google.maps.Map(document.getElementById('vivian-LA-tower-loan'), mapOptions);}document.getElementById('91773f38').innerHTML += ' | View Map';var $l7a7f827b652e5394a720334dffbd4dce = '

Tower Loan

Address: 136 W Louisiana Ave, Vivian, LA 71082, USA
Phone: (318) 375-3266
';var m_7a7f827b652e5394a720334dffbd4dce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tower Loan',});m_7a7f827b652e5394a720334dffbd4dce['infowindow'] = new google.maps.InfoWindow({content: $l7a7f827b652e5394a720334dffbd4dce});var infowindow = new google.maps.InfoWindow({content: $l7a7f827b652e5394a720334dffbd4dce});google.maps.event.addListener(m_7a7f827b652e5394a720334dffbd4dce, 'click', function() {infowindow.open(map,m_7a7f827b652e5394a720334dffbd4dce);});$marker.push(m_7a7f827b652e5394a720334dffbd4dce);}});}google.maps.event.addDomListener(window, 'load', initialize);