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(33.1857,-87.2606)};var g_726c09d8f208435fd0cfa6cd71981fb2 = new google.maps.Geocoder();g_726c09d8f208435fd0cfa6cd71981fb2.geocode( { 'address': "1 Mercedes Dr, Vance, AL 35490, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vance-AL-alabama-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('vance-AL-alabama-credit-union'), mapOptions);}document.getElementById('b1f8560d').innerHTML += ' | View Map';var $l726c09d8f208435fd0cfa6cd71981fb2 = '

Alabama Credit Union

Address: 1 Mercedes Dr, Vance, AL 35490, USA
Phone: (205) 507-2899
';var m_726c09d8f208435fd0cfa6cd71981fb2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alabama Credit Union',});m_726c09d8f208435fd0cfa6cd71981fb2['infowindow'] = new google.maps.InfoWindow({content: $l726c09d8f208435fd0cfa6cd71981fb2});var infowindow = new google.maps.InfoWindow({content: $l726c09d8f208435fd0cfa6cd71981fb2});google.maps.event.addListener(m_726c09d8f208435fd0cfa6cd71981fb2, 'click', function() {infowindow.open(map,m_726c09d8f208435fd0cfa6cd71981fb2);});$marker.push(m_726c09d8f208435fd0cfa6cd71981fb2);}});}google.maps.event.addDomListener(window, 'load', initialize);