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(31.315,-92.4495)};var g_cc7895156592259f3ca4d789cb629260 = new google.maps.Geocoder();g_cc7895156592259f3ca4d789cb629260.geocode( { 'address': "1ST FLOOR MEDICAL TERRACE BLDG, 211 4th St, Alexandria, LA 71301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-LA-rapides-general-hospital-employees-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-LA-rapides-general-hospital-employees-federal-credit-union'), mapOptions);}document.getElementById('96f41aa7').innerHTML += ' | View Map';var $lcc7895156592259f3ca4d789cb629260 = '

RAPIDES GENERAL HOSPITAL EMPLOYEES FEDERAL CREDIT UNION

Address: 1ST FLOOR MEDICAL TERRACE BLDG, 211 4th St, Alexandria, LA 71301, USA
Phone: (318) 769-3330
';var m_cc7895156592259f3ca4d789cb629260 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'RAPIDES GENERAL HOSPITAL EMPLOYEES FEDERAL CREDIT UNION',});m_cc7895156592259f3ca4d789cb629260['infowindow'] = new google.maps.InfoWindow({content: $lcc7895156592259f3ca4d789cb629260});var infowindow = new google.maps.InfoWindow({content: $lcc7895156592259f3ca4d789cb629260});google.maps.event.addListener(m_cc7895156592259f3ca4d789cb629260, 'click', function() {infowindow.open(map,m_cc7895156592259f3ca4d789cb629260);});$marker.push(m_cc7895156592259f3ca4d789cb629260);}});}google.maps.event.addDomListener(window, 'load', initialize);