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.4025,-84.5956)};var g_7b889da86fa368b083e6b41f1c879fa9 = new google.maps.Geocoder();g_7b889da86fa368b083e6b41f1c879fa9.geocode( { 'address': "1400 Commerce Dr N, Peachtree City, GA 30269, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('peachtree-city-GA-southern-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('peachtree-city-GA-southern-credit-union'), mapOptions);}document.getElementById('4b6ce7d1').innerHTML += ' | View Map';var $l7b889da86fa368b083e6b41f1c879fa9 = '

Southern Credit Union

Address: 1400 Commerce Dr N, Peachtree City, GA 30269, USA
Phone: (770) 719-1111
';var m_7b889da86fa368b083e6b41f1c879fa9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Credit Union',});m_7b889da86fa368b083e6b41f1c879fa9['infowindow'] = new google.maps.InfoWindow({content: $l7b889da86fa368b083e6b41f1c879fa9});var infowindow = new google.maps.InfoWindow({content: $l7b889da86fa368b083e6b41f1c879fa9});google.maps.event.addListener(m_7b889da86fa368b083e6b41f1c879fa9, 'click', function() {infowindow.open(map,m_7b889da86fa368b083e6b41f1c879fa9);});$marker.push(m_7b889da86fa368b083e6b41f1c879fa9);}});}google.maps.event.addDomListener(window, 'load', initialize);