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.3976,-91.0967)};var g_f6ada47e77d9937a5af80b8f4c3826cf = new google.maps.Geocoder();g_f6ada47e77d9937a5af80b8f4c3826cf.geocode( { 'address': "8601 Summa Ave, Baton Rouge, LA 70809, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baton-rouge-LA-bayou-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('baton-rouge-LA-bayou-federal-credit-union'), mapOptions);}document.getElementById('562bc55f').innerHTML += ' | View Map';var $lf6ada47e77d9937a5af80b8f4c3826cf = '

Bayou Federal Credit Union

Address: 8601 Summa Ave, Baton Rouge, LA 70809, USA
Phone: (225) 925-8800
';var m_f6ada47e77d9937a5af80b8f4c3826cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bayou Federal Credit Union',});m_f6ada47e77d9937a5af80b8f4c3826cf['infowindow'] = new google.maps.InfoWindow({content: $lf6ada47e77d9937a5af80b8f4c3826cf});var infowindow = new google.maps.InfoWindow({content: $lf6ada47e77d9937a5af80b8f4c3826cf});google.maps.event.addListener(m_f6ada47e77d9937a5af80b8f4c3826cf, 'click', function() {infowindow.open(map,m_f6ada47e77d9937a5af80b8f4c3826cf);});$marker.push(m_f6ada47e77d9937a5af80b8f4c3826cf);}});}google.maps.event.addDomListener(window, 'load', initialize);