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.9469,-83.4273)};var g_06f8e677546776764a9059b0460dbfa2 = new google.maps.Geocoder();g_06f8e677546776764a9059b0460dbfa2.geocode( { 'address': "2636 Atlanta Hwy, Athens, GA 30606, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('athens-GA-robins-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('athens-GA-robins-financial-credit-union'), mapOptions);}document.getElementById('81c89229').innerHTML += ' | View Map';var $l06f8e677546776764a9059b0460dbfa2 = '

Robins Financial Credit Union

Address: 2636 Atlanta Hwy, Athens, GA 30606, USA
Phone: (800) 241-2405
';var m_06f8e677546776764a9059b0460dbfa2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Robins Financial Credit Union',});m_06f8e677546776764a9059b0460dbfa2['infowindow'] = new google.maps.InfoWindow({content: $l06f8e677546776764a9059b0460dbfa2});var infowindow = new google.maps.InfoWindow({content: $l06f8e677546776764a9059b0460dbfa2});google.maps.event.addListener(m_06f8e677546776764a9059b0460dbfa2, 'click', function() {infowindow.open(map,m_06f8e677546776764a9059b0460dbfa2);});$marker.push(m_06f8e677546776764a9059b0460dbfa2);}});}google.maps.event.addDomListener(window, 'load', initialize);