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(32.5908,-82.3283)};var g_ed659fe659acd7154f94953328f5c96d = new google.maps.Geocoder();g_ed659fe659acd7154f94953328f5c96d.geocode( { 'address': "335 S Main St, Swainsboro, GA 30401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('swainsboro-GA-robins-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('swainsboro-GA-robins-financial-credit-union'), mapOptions);}document.getElementById('2fb0d28a').innerHTML += ' | View Map';var $led659fe659acd7154f94953328f5c96d = '

Robins Financial Credit Union

Address: 335 S Main St, Swainsboro, GA 30401, USA
Phone: (478) 237-8210
';var m_ed659fe659acd7154f94953328f5c96d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Robins Financial Credit Union',});m_ed659fe659acd7154f94953328f5c96d['infowindow'] = new google.maps.InfoWindow({content: $led659fe659acd7154f94953328f5c96d});var infowindow = new google.maps.InfoWindow({content: $led659fe659acd7154f94953328f5c96d});google.maps.event.addListener(m_ed659fe659acd7154f94953328f5c96d, 'click', function() {infowindow.open(map,m_ed659fe659acd7154f94953328f5c96d);});$marker.push(m_ed659fe659acd7154f94953328f5c96d);}});}google.maps.event.addDomListener(window, 'load', initialize);