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(32.4689,-91.7532)};var g_6da9003b743b65f4c0ccd295cc484e57 = new google.maps.Geocoder();g_6da9003b743b65f4c0ccd295cc484e57.geocode( { 'address': "411 Foster St, Rayville, LA 71269, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rayville-LA-richland-school-superintendent').style.display = '';map = new google.maps.Map(document.getElementById('rayville-LA-richland-school-superintendent'), mapOptions);}document.getElementById('28ce153f').innerHTML += ' | View Map';var $l6da9003b743b65f4c0ccd295cc484e57 = '

Richland School Superintendent

Address: 411 Foster St, Rayville, LA 71269, USA
Phone: (318) 728-5964
';var m_6da9003b743b65f4c0ccd295cc484e57 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Richland School Superintendent',});m_6da9003b743b65f4c0ccd295cc484e57['infowindow'] = new google.maps.InfoWindow({content: $l6da9003b743b65f4c0ccd295cc484e57});var infowindow = new google.maps.InfoWindow({content: $l6da9003b743b65f4c0ccd295cc484e57});google.maps.event.addListener(m_6da9003b743b65f4c0ccd295cc484e57, 'click', function() {infowindow.open(map,m_6da9003b743b65f4c0ccd295cc484e57);});$marker.push(m_6da9003b743b65f4c0ccd295cc484e57);}});}google.maps.event.addDomListener(window, 'load', initialize);