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.0852,-88.0133)};var g_248ce8a2ade160d0f1553769c44c3949 = new google.maps.Geocoder();g_248ce8a2ade160d0f1553769c44c3949.geocode( { 'address': "1 Thyssenkrupp Dr, Mt Vernon, AL 36560, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mount-vernon-AL-alabama-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('mount-vernon-AL-alabama-credit-union'), mapOptions);}document.getElementById('95e74074').innerHTML += ' | View Map';var $l248ce8a2ade160d0f1553769c44c3949 = '

Alabama Credit Union

Address: 1 Thyssenkrupp Dr, Mt Vernon, AL 36560, USA
Phone: (251) 829-9070
';var m_248ce8a2ade160d0f1553769c44c3949 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alabama Credit Union',});m_248ce8a2ade160d0f1553769c44c3949['infowindow'] = new google.maps.InfoWindow({content: $l248ce8a2ade160d0f1553769c44c3949});var infowindow = new google.maps.InfoWindow({content: $l248ce8a2ade160d0f1553769c44c3949});google.maps.event.addListener(m_248ce8a2ade160d0f1553769c44c3949, 'click', function() {infowindow.open(map,m_248ce8a2ade160d0f1553769c44c3949);});$marker.push(m_248ce8a2ade160d0f1553769c44c3949);}});}google.maps.event.addDomListener(window, 'load', initialize);