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.5203,-91.1882)};var g_125c0e943c73bb8a0840ab524fdcbd08 = new google.maps.Geocoder();g_125c0e943c73bb8a0840ab524fdcbd08.geocode( { 'address': "728 Harding Blvd, Baton Rouge, LA 70807, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baton-rouge-LA-southern-teachers--prnts-cu').style.display = '';map = new google.maps.Map(document.getElementById('baton-rouge-LA-southern-teachers--prnts-cu'), mapOptions);}document.getElementById('b5f0e47d').innerHTML += ' | View Map';var $l125c0e943c73bb8a0840ab524fdcbd08 = '

Southern Teachers & Prnts CU

Address: 728 Harding Blvd, Baton Rouge, LA 70807, USA
Phone: (225) 706-0770
';var m_125c0e943c73bb8a0840ab524fdcbd08 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Teachers & Prnts CU',});m_125c0e943c73bb8a0840ab524fdcbd08['infowindow'] = new google.maps.InfoWindow({content: $l125c0e943c73bb8a0840ab524fdcbd08});var infowindow = new google.maps.InfoWindow({content: $l125c0e943c73bb8a0840ab524fdcbd08});google.maps.event.addListener(m_125c0e943c73bb8a0840ab524fdcbd08, 'click', function() {infowindow.open(map,m_125c0e943c73bb8a0840ab524fdcbd08);});$marker.push(m_125c0e943c73bb8a0840ab524fdcbd08);}});}google.maps.event.addDomListener(window, 'load', initialize);