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.0993,-83.2511)};var g_237577b46fe7213faa63c4ea3ed8454b = new google.maps.Geocoder();g_237577b46fe7213faa63c4ea3ed8454b.geocode( { 'address': "571 Hammock Rd NW, Milledgeville, GA 31061, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milledgeville-GA-c-g-r-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('milledgeville-GA-c-g-r-credit-union'), mapOptions);}document.getElementById('1eb90be1').innerHTML += ' | View Map';var $l237577b46fe7213faa63c4ea3ed8454b = '

C G R Credit Union

Address: 571 Hammock Rd NW, Milledgeville, GA 31061, USA
Phone: (478) 451-5348
';var m_237577b46fe7213faa63c4ea3ed8454b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'C G R Credit Union',});m_237577b46fe7213faa63c4ea3ed8454b['infowindow'] = new google.maps.InfoWindow({content: $l237577b46fe7213faa63c4ea3ed8454b});var infowindow = new google.maps.InfoWindow({content: $l237577b46fe7213faa63c4ea3ed8454b});google.maps.event.addListener(m_237577b46fe7213faa63c4ea3ed8454b, 'click', function() {infowindow.open(map,m_237577b46fe7213faa63c4ea3ed8454b);});$marker.push(m_237577b46fe7213faa63c4ea3ed8454b);}});}google.maps.event.addDomListener(window, 'load', initialize);