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.9748,-83.3639)};var g_06432a48496cf5a8eaa5417e751f3a5d = new google.maps.Geocoder();g_06432a48496cf5a8eaa5417e751f3a5d.geocode( { 'address': "205 Collins Industrial Blvd, Athens, GA 30601"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('athens-GA-first-reliance-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('athens-GA-first-reliance-federal-credit-union'), mapOptions);}document.getElementById('2df9bc12').innerHTML += ' | View Map';var $l06432a48496cf5a8eaa5417e751f3a5d = '

First Reliance Federal Credit Union

Address: 205 Collins Industrial Blvd, Athens, GA 30601
Phone: (706) 613-1644
';var m_06432a48496cf5a8eaa5417e751f3a5d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Reliance Federal Credit Union',});m_06432a48496cf5a8eaa5417e751f3a5d['infowindow'] = new google.maps.InfoWindow({content: $l06432a48496cf5a8eaa5417e751f3a5d});var infowindow = new google.maps.InfoWindow({content: $l06432a48496cf5a8eaa5417e751f3a5d});google.maps.event.addListener(m_06432a48496cf5a8eaa5417e751f3a5d, 'click', function() {infowindow.open(map,m_06432a48496cf5a8eaa5417e751f3a5d);});$marker.push(m_06432a48496cf5a8eaa5417e751f3a5d);}});}google.maps.event.addDomListener(window, 'load', initialize);