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.5318,-92.1468)};var g_436b9e2a84d474544cb002d0020eb7f5 = new google.maps.Geocoder();g_436b9e2a84d474544cb002d0020eb7f5.geocode( { 'address': "3000 N 7th St, West Monroe, LA 71291, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-monroe-LA-tower-loan').style.display = '';map = new google.maps.Map(document.getElementById('west-monroe-LA-tower-loan'), mapOptions);}document.getElementById('b897c8ad').innerHTML += ' | View Map';var $l436b9e2a84d474544cb002d0020eb7f5 = '

Tower Loan

Address: 3000 N 7th St, West Monroe, LA 71291, USA
Phone: (318) 388-1251
';var m_436b9e2a84d474544cb002d0020eb7f5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tower Loan',});m_436b9e2a84d474544cb002d0020eb7f5['infowindow'] = new google.maps.InfoWindow({content: $l436b9e2a84d474544cb002d0020eb7f5});var infowindow = new google.maps.InfoWindow({content: $l436b9e2a84d474544cb002d0020eb7f5});google.maps.event.addListener(m_436b9e2a84d474544cb002d0020eb7f5, 'click', function() {infowindow.open(map,m_436b9e2a84d474544cb002d0020eb7f5);});$marker.push(m_436b9e2a84d474544cb002d0020eb7f5);}});}google.maps.event.addDomListener(window, 'load', initialize);