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(30.7752,-89.8547)};var g_f9f30531d1588e99a4c82c0e16b74edf = new google.maps.Geocoder();g_f9f30531d1588e99a4c82c0e16b74edf.geocode( { 'address': "443 S Columbia St, Bogalusa, LA 70427, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bogalusa-LA-tower-loan').style.display = '';map = new google.maps.Map(document.getElementById('bogalusa-LA-tower-loan'), mapOptions);}document.getElementById('b42310ce').innerHTML += ' | View Map';var $lf9f30531d1588e99a4c82c0e16b74edf = '

Tower Loan

Address: 443 S Columbia St, Bogalusa, LA 70427, USA
Phone: (985) 735-5665
';var m_f9f30531d1588e99a4c82c0e16b74edf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tower Loan',});m_f9f30531d1588e99a4c82c0e16b74edf['infowindow'] = new google.maps.InfoWindow({content: $lf9f30531d1588e99a4c82c0e16b74edf});var infowindow = new google.maps.InfoWindow({content: $lf9f30531d1588e99a4c82c0e16b74edf});google.maps.event.addListener(m_f9f30531d1588e99a4c82c0e16b74edf, 'click', function() {infowindow.open(map,m_f9f30531d1588e99a4c82c0e16b74edf);});$marker.push(m_f9f30531d1588e99a4c82c0e16b74edf);}});}google.maps.event.addDomListener(window, 'load', initialize);