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.7856,-89.8629)};var g_01b0a736edebbeb4d272d3836ccca896 = new google.maps.Geocoder();g_01b0a736edebbeb4d272d3836ccca896.geocode( { 'address': "322 Austin St, Bogalusa, LA 70427, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bogalusa-LA-bogalusa-credit-inc').style.display = '';map = new google.maps.Map(document.getElementById('bogalusa-LA-bogalusa-credit-inc'), mapOptions);}document.getElementById('7a9bb453').innerHTML += ' | View Map';var $l01b0a736edebbeb4d272d3836ccca896 = '

Bogalusa Credit Inc

Address: 322 Austin St, Bogalusa, LA 70427, USA
Phone: (985) 735-5540
';var m_01b0a736edebbeb4d272d3836ccca896 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bogalusa Credit Inc',});m_01b0a736edebbeb4d272d3836ccca896['infowindow'] = new google.maps.InfoWindow({content: $l01b0a736edebbeb4d272d3836ccca896});var infowindow = new google.maps.InfoWindow({content: $l01b0a736edebbeb4d272d3836ccca896});google.maps.event.addListener(m_01b0a736edebbeb4d272d3836ccca896, 'click', function() {infowindow.open(map,m_01b0a736edebbeb4d272d3836ccca896);});$marker.push(m_01b0a736edebbeb4d272d3836ccca896);}});}google.maps.event.addDomListener(window, 'load', initialize);