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(32.4279,-87.0531)};var g_cde0177f657616705c05a56574cac805 = new google.maps.Geocoder();g_cde0177f657616705c05a56574cac805.geocode( { 'address': "907 Medical Center Pkwy, Selma, AL 36701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('selma-AL-mutual-savings-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('selma-AL-mutual-savings-credit-union'), mapOptions);}document.getElementById('f3dae701').innerHTML += ' | View Map';var $lcde0177f657616705c05a56574cac805 = '

Mutual Savings Credit Union

Address: 907 Medical Center Pkwy, Selma, AL 36701, USA
Phone: (334) 872-1733
';var m_cde0177f657616705c05a56574cac805 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mutual Savings Credit Union',});m_cde0177f657616705c05a56574cac805['infowindow'] = new google.maps.InfoWindow({content: $lcde0177f657616705c05a56574cac805});var infowindow = new google.maps.InfoWindow({content: $lcde0177f657616705c05a56574cac805});google.maps.event.addListener(m_cde0177f657616705c05a56574cac805, 'click', function() {infowindow.open(map,m_cde0177f657616705c05a56574cac805);});$marker.push(m_cde0177f657616705c05a56574cac805);}});}google.maps.event.addDomListener(window, 'load', initialize);