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.2123,-90.9195)};var g_b9285ab4c80f0e0d5c090dda9fb3014c = new google.maps.Geocoder();g_b9285ab4c80f0e0d5c090dda9fb3014c.geocode( { 'address': "2430 S Burnside Ave, Gonzales, LA 70737, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gonzales-LA-ascension-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('gonzales-LA-ascension-credit-union'), mapOptions);}document.getElementById('3e23077a').innerHTML += ' | View Map';var $lb9285ab4c80f0e0d5c090dda9fb3014c = '

Ascension Credit Union

Address: 2430 S Burnside Ave, Gonzales, LA 70737, USA
Phone: (225) 621-2800
';var m_b9285ab4c80f0e0d5c090dda9fb3014c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ascension Credit Union',});m_b9285ab4c80f0e0d5c090dda9fb3014c['infowindow'] = new google.maps.InfoWindow({content: $lb9285ab4c80f0e0d5c090dda9fb3014c});var infowindow = new google.maps.InfoWindow({content: $lb9285ab4c80f0e0d5c090dda9fb3014c});google.maps.event.addListener(m_b9285ab4c80f0e0d5c090dda9fb3014c, 'click', function() {infowindow.open(map,m_b9285ab4c80f0e0d5c090dda9fb3014c);});$marker.push(m_b9285ab4c80f0e0d5c090dda9fb3014c);}});}google.maps.event.addDomListener(window, 'load', initialize);