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.3796,-86.2992)};var g_c850eeb5c932d04621582f20d0160138 = new google.maps.Geocoder();g_c850eeb5c932d04621582f20d0160138.geocode( { 'address': "100 N Union St Suite 650, Montgomery, AL 36104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montgomery-AL-alabama-credit-union-administration').style.display = '';map = new google.maps.Map(document.getElementById('montgomery-AL-alabama-credit-union-administration'), mapOptions);}document.getElementById('7ce60f64').innerHTML += ' | View Map';var $lc850eeb5c932d04621582f20d0160138 = '

Alabama Credit Union Administration

Address: 100 N Union St Suite 650, Montgomery, AL 36104, USA
Phone: (334) 353-5770
';var m_c850eeb5c932d04621582f20d0160138 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alabama Credit Union Administration',});m_c850eeb5c932d04621582f20d0160138['infowindow'] = new google.maps.InfoWindow({content: $lc850eeb5c932d04621582f20d0160138});var infowindow = new google.maps.InfoWindow({content: $lc850eeb5c932d04621582f20d0160138});google.maps.event.addListener(m_c850eeb5c932d04621582f20d0160138, 'click', function() {infowindow.open(map,m_c850eeb5c932d04621582f20d0160138);});$marker.push(m_c850eeb5c932d04621582f20d0160138);}});}google.maps.event.addDomListener(window, 'load', initialize);