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.5135,-86.3803)};var g_4f087c37058a145e5d78eb26a6ff7985 = new google.maps.Geocoder();g_4f087c37058a145e5d78eb26a6ff7985.geocode( { 'address': "3441 AL-14, Millbrook, AL 36054, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('millbrook-AL-max-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('millbrook-AL-max-credit-union'), mapOptions);}document.getElementById('e9c338e0').innerHTML += ' | View Map';var $l4f087c37058a145e5d78eb26a6ff7985 = '

MAX Credit Union

Address: 3441 AL-14, Millbrook, AL 36054, USA
Phone: (334) 260-2600
';var m_4f087c37058a145e5d78eb26a6ff7985 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MAX Credit Union',});m_4f087c37058a145e5d78eb26a6ff7985['infowindow'] = new google.maps.InfoWindow({content: $l4f087c37058a145e5d78eb26a6ff7985});var infowindow = new google.maps.InfoWindow({content: $l4f087c37058a145e5d78eb26a6ff7985});google.maps.event.addListener(m_4f087c37058a145e5d78eb26a6ff7985, 'click', function() {infowindow.open(map,m_4f087c37058a145e5d78eb26a6ff7985);});$marker.push(m_4f087c37058a145e5d78eb26a6ff7985);}});}google.maps.event.addDomListener(window, 'load', initialize);