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(30.9043,-84.5619)};var g_406e049b2f3585064598b37495da8e2a = new google.maps.Geocoder();g_406e049b2f3585064598b37495da8e2a.geocode( { 'address': "1027 E Shotwell St, Bainbridge, GA 39819, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bainbridge-GA-five-star-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('bainbridge-GA-five-star-credit-union'), mapOptions);}document.getElementById('f9b5f11b').innerHTML += ' | View Map';var $l406e049b2f3585064598b37495da8e2a = '

Five Star Credit Union

Address: 1027 E Shotwell St, Bainbridge, GA 39819, USA
Phone: (888) 619-1711
';var m_406e049b2f3585064598b37495da8e2a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Five Star Credit Union',});m_406e049b2f3585064598b37495da8e2a['infowindow'] = new google.maps.InfoWindow({content: $l406e049b2f3585064598b37495da8e2a});var infowindow = new google.maps.InfoWindow({content: $l406e049b2f3585064598b37495da8e2a});google.maps.event.addListener(m_406e049b2f3585064598b37495da8e2a, 'click', function() {infowindow.open(map,m_406e049b2f3585064598b37495da8e2a);});$marker.push(m_406e049b2f3585064598b37495da8e2a);}});}google.maps.event.addDomListener(window, 'load', initialize);