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.3027,-85.7169)};var g_21d9bc6f9e61f2cf9942b34220a22e79 = new google.maps.Geocoder();g_21d9bc6f9e61f2cf9942b34220a22e79.geocode( { 'address': "467 Daleville Ave, Daleville, AL 36322, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('daleville-AL-iam-community-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('daleville-AL-iam-community-federal-credit-union'), mapOptions);}document.getElementById('c63955c1').innerHTML += ' | View Map';var $l21d9bc6f9e61f2cf9942b34220a22e79 = '

IAM Community Federal Credit Union

Address: 467 Daleville Ave, Daleville, AL 36322, USA
Phone: (334) 598-6361
';var m_21d9bc6f9e61f2cf9942b34220a22e79 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'IAM Community Federal Credit Union',});m_21d9bc6f9e61f2cf9942b34220a22e79['infowindow'] = new google.maps.InfoWindow({content: $l21d9bc6f9e61f2cf9942b34220a22e79});var infowindow = new google.maps.InfoWindow({content: $l21d9bc6f9e61f2cf9942b34220a22e79});google.maps.event.addListener(m_21d9bc6f9e61f2cf9942b34220a22e79, 'click', function() {infowindow.open(map,m_21d9bc6f9e61f2cf9942b34220a22e79);});$marker.push(m_21d9bc6f9e61f2cf9942b34220a22e79);}});}google.maps.event.addDomListener(window, 'load', initialize);