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.2468,-84.2983)};var g_a1830626ba28503ed6329f3f44861b96 = new google.maps.Geocoder();g_a1830626ba28503ed6329f3f44861b96.geocode( { 'address': "1610 GA-16, Griffin, GA 30223, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('griffin-GA-southern-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('griffin-GA-southern-credit-union'), mapOptions);}document.getElementById('b981e7a6').innerHTML += ' | View Map';var $la1830626ba28503ed6329f3f44861b96 = '

Southern Credit Union

Address: 1610 GA-16, Griffin, GA 30223, USA
Phone: (770) 719-1111
';var m_a1830626ba28503ed6329f3f44861b96 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Credit Union',});m_a1830626ba28503ed6329f3f44861b96['infowindow'] = new google.maps.InfoWindow({content: $la1830626ba28503ed6329f3f44861b96});var infowindow = new google.maps.InfoWindow({content: $la1830626ba28503ed6329f3f44861b96});google.maps.event.addListener(m_a1830626ba28503ed6329f3f44861b96, 'click', function() {infowindow.open(map,m_a1830626ba28503ed6329f3f44861b96);});$marker.push(m_a1830626ba28503ed6329f3f44861b96);}});}google.maps.event.addDomListener(window, 'load', initialize);