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.7734,-89.8501)};var g_a23f6a545e8da25ecfa6860251b8d0a3 = new google.maps.Geocoder();g_a23f6a545e8da25ecfa6860251b8d0a3.geocode( { 'address': "600 N Columbia St, Bogalusa, LA 70427, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bogalusa-LA-the-first').style.display = '';map = new google.maps.Map(document.getElementById('bogalusa-LA-the-first'), mapOptions);}document.getElementById('b48a7354').innerHTML += ' | View Map';var $la23f6a545e8da25ecfa6860251b8d0a3 = '

The First

Address: 600 N Columbia St, Bogalusa, LA 70427, USA
Phone: (985) 735-6551
';var m_a23f6a545e8da25ecfa6860251b8d0a3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The First',});m_a23f6a545e8da25ecfa6860251b8d0a3['infowindow'] = new google.maps.InfoWindow({content: $la23f6a545e8da25ecfa6860251b8d0a3});var infowindow = new google.maps.InfoWindow({content: $la23f6a545e8da25ecfa6860251b8d0a3});google.maps.event.addListener(m_a23f6a545e8da25ecfa6860251b8d0a3, 'click', function() {infowindow.open(map,m_a23f6a545e8da25ecfa6860251b8d0a3);});$marker.push(m_a23f6a545e8da25ecfa6860251b8d0a3);}});}google.maps.event.addDomListener(window, 'load', initialize);