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.4027,-87.6842)};var g_58aebd719336ce690932d83d0f0162d5 = new google.maps.Geocoder();g_58aebd719336ce690932d83d0f0162d5.geocode( { 'address': "404 S McKenzie St, Foley, AL 36535, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('foley-AL-alabama-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('foley-AL-alabama-credit-union'), mapOptions);}document.getElementById('bb6e8b1f').innerHTML += ' | View Map';var $l58aebd719336ce690932d83d0f0162d5 = '

Alabama Credit Union

Address: 404 S McKenzie St, Foley, AL 36535, USA
Phone: (251) 974-1871
';var m_58aebd719336ce690932d83d0f0162d5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alabama Credit Union',});m_58aebd719336ce690932d83d0f0162d5['infowindow'] = new google.maps.InfoWindow({content: $l58aebd719336ce690932d83d0f0162d5});var infowindow = new google.maps.InfoWindow({content: $l58aebd719336ce690932d83d0f0162d5});google.maps.event.addListener(m_58aebd719336ce690932d83d0f0162d5, 'click', function() {infowindow.open(map,m_58aebd719336ce690932d83d0f0162d5);});$marker.push(m_58aebd719336ce690932d83d0f0162d5);}});}google.maps.event.addDomListener(window, 'load', initialize);