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.0031,-83.548)};var g_87cbf9b804350d86bb4bd6d4363299df = new google.maps.Geocoder();g_87cbf9b804350d86bb4bd6d4363299df.geocode( { 'address': "287 W Clinton St, Gray, GA 31032, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gray-GA-robins-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('gray-GA-robins-financial-credit-union'), mapOptions);}document.getElementById('866f5bad').innerHTML += ' | View Map';var $l87cbf9b804350d86bb4bd6d4363299df = '

Robins Financial Credit Union

Address: 287 W Clinton St, Gray, GA 31032, USA
Phone: (478) 923-3773
';var m_87cbf9b804350d86bb4bd6d4363299df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Robins Financial Credit Union',});m_87cbf9b804350d86bb4bd6d4363299df['infowindow'] = new google.maps.InfoWindow({content: $l87cbf9b804350d86bb4bd6d4363299df});var infowindow = new google.maps.InfoWindow({content: $l87cbf9b804350d86bb4bd6d4363299df});google.maps.event.addListener(m_87cbf9b804350d86bb4bd6d4363299df, 'click', function() {infowindow.open(map,m_87cbf9b804350d86bb4bd6d4363299df);});$marker.push(m_87cbf9b804350d86bb4bd6d4363299df);}});}google.maps.event.addDomListener(window, 'load', initialize);