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_1d5a8f3fc1cd6456ce1ff397a430363f = new google.maps.Geocoder();g_1d5a8f3fc1cd6456ce1ff397a430363f.geocode( { 'address': "8054 Summa Ave, Baton Rouge, LA 70809"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baton-rouge-LA-gulf-coast-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('baton-rouge-LA-gulf-coast-credit-union'), mapOptions);}document.getElementById('861c7a6c').innerHTML += ' | View Map';var $l1d5a8f3fc1cd6456ce1ff397a430363f = '

Gulf Coast Credit Union

Address: 8054 Summa Ave, Baton Rouge, LA 70809
Phone: (225) 766-1350
';var m_1d5a8f3fc1cd6456ce1ff397a430363f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gulf Coast Credit Union',});m_1d5a8f3fc1cd6456ce1ff397a430363f['infowindow'] = new google.maps.InfoWindow({content: $l1d5a8f3fc1cd6456ce1ff397a430363f});var infowindow = new google.maps.InfoWindow({content: $l1d5a8f3fc1cd6456ce1ff397a430363f});google.maps.event.addListener(m_1d5a8f3fc1cd6456ce1ff397a430363f, 'click', function() {infowindow.open(map,m_1d5a8f3fc1cd6456ce1ff397a430363f);});$marker.push(m_1d5a8f3fc1cd6456ce1ff397a430363f);}});}google.maps.event.addDomListener(window, 'load', initialize);