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.3503,-86.6226)};var g_eb8b7ff0851edd1fc50fa066a28d9597 = new google.maps.Geocoder();g_eb8b7ff0851edd1fc50fa066a28d9597.geocode( { 'address': "9571 Old Hwy 280, Chelsea, AL 35043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chelsea-AL-coosa-pines-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('chelsea-AL-coosa-pines-federal-credit-union'), mapOptions);}document.getElementById('3e5aa07c').innerHTML += ' | View Map';var $leb8b7ff0851edd1fc50fa066a28d9597 = '

Coosa Pines Federal Credit Union

Address: 9571 Old Hwy 280, Chelsea, AL 35043, USA
Phone: (205) 678-3600
';var m_eb8b7ff0851edd1fc50fa066a28d9597 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coosa Pines Federal Credit Union',});m_eb8b7ff0851edd1fc50fa066a28d9597['infowindow'] = new google.maps.InfoWindow({content: $leb8b7ff0851edd1fc50fa066a28d9597});var infowindow = new google.maps.InfoWindow({content: $leb8b7ff0851edd1fc50fa066a28d9597});google.maps.event.addListener(m_eb8b7ff0851edd1fc50fa066a28d9597, 'click', function() {infowindow.open(map,m_eb8b7ff0851edd1fc50fa066a28d9597);});$marker.push(m_eb8b7ff0851edd1fc50fa066a28d9597);}});}google.maps.event.addDomListener(window, 'load', initialize);