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.446,-91.1854)};var g_6eb9ae677668881e85fc98509719daff = new google.maps.Geocoder();g_6eb9ae677668881e85fc98509719daff.geocode( { 'address': "1201 Capitol Access Rd, Baton Rouge, LA 70802"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baton-rouge-LA-la-dotd-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('baton-rouge-LA-la-dotd-federal-credit-union'), mapOptions);}document.getElementById('5d6f570c').innerHTML += ' | View Map';var $l6eb9ae677668881e85fc98509719daff = '

LA Dotd Federal Credit Union

Address: 1201 Capitol Access Rd, Baton Rouge, LA 70802
Phone: (225) 387-1696
';var m_6eb9ae677668881e85fc98509719daff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'LA Dotd Federal Credit Union',});m_6eb9ae677668881e85fc98509719daff['infowindow'] = new google.maps.InfoWindow({content: $l6eb9ae677668881e85fc98509719daff});var infowindow = new google.maps.InfoWindow({content: $l6eb9ae677668881e85fc98509719daff});google.maps.event.addListener(m_6eb9ae677668881e85fc98509719daff, 'click', function() {infowindow.open(map,m_6eb9ae677668881e85fc98509719daff);});$marker.push(m_6eb9ae677668881e85fc98509719daff);}});}google.maps.event.addDomListener(window, 'load', initialize);