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.7597,-89.8481)};var g_fa7fb9f1120429eafb496a431f96bc17 = new google.maps.Geocoder();g_fa7fb9f1120429eafb496a431f96bc17.geocode( { 'address': "1705 Sullivan Dr, Bogalusa, LA 70427, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bogalusa-LA-bogalusa-city-schools-cu').style.display = '';map = new google.maps.Map(document.getElementById('bogalusa-LA-bogalusa-city-schools-cu'), mapOptions);}document.getElementById('457408a6').innerHTML += ' | View Map';var $lfa7fb9f1120429eafb496a431f96bc17 = '

Bogalusa City Schools CU

Address: 1705 Sullivan Dr, Bogalusa, LA 70427, USA
Phone: (985) 735-6341
';var m_fa7fb9f1120429eafb496a431f96bc17 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bogalusa City Schools CU',});m_fa7fb9f1120429eafb496a431f96bc17['infowindow'] = new google.maps.InfoWindow({content: $lfa7fb9f1120429eafb496a431f96bc17});var infowindow = new google.maps.InfoWindow({content: $lfa7fb9f1120429eafb496a431f96bc17});google.maps.event.addListener(m_fa7fb9f1120429eafb496a431f96bc17, 'click', function() {infowindow.open(map,m_fa7fb9f1120429eafb496a431f96bc17);});$marker.push(m_fa7fb9f1120429eafb496a431f96bc17);}});}google.maps.event.addDomListener(window, 'load', initialize);