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.7912,-89.8595)};var g_550179944c2a382b5c047b4ed1fc67b5 = new google.maps.Geocoder();g_550179944c2a382b5c047b4ed1fc67b5.geocode( { 'address': "121 Carolina Ave, Bogalusa, LA 70427, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bogalusa-LA-atlas-loans-of-bogalusa').style.display = '';map = new google.maps.Map(document.getElementById('bogalusa-LA-atlas-loans-of-bogalusa'), mapOptions);}document.getElementById('ea018ab6').innerHTML += ' | View Map';var $l550179944c2a382b5c047b4ed1fc67b5 = '

Atlas Loans of Bogalusa

Address: 121 Carolina Ave, Bogalusa, LA 70427, USA
Phone: (985) 735-3637
';var m_550179944c2a382b5c047b4ed1fc67b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Atlas Loans of Bogalusa',});m_550179944c2a382b5c047b4ed1fc67b5['infowindow'] = new google.maps.InfoWindow({content: $l550179944c2a382b5c047b4ed1fc67b5});var infowindow = new google.maps.InfoWindow({content: $l550179944c2a382b5c047b4ed1fc67b5});google.maps.event.addListener(m_550179944c2a382b5c047b4ed1fc67b5, 'click', function() {infowindow.open(map,m_550179944c2a382b5c047b4ed1fc67b5);});$marker.push(m_550179944c2a382b5c047b4ed1fc67b5);}});}google.maps.event.addDomListener(window, 'load', initialize);