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.0592,-83.9637)};var g_1327cd3b605513e312158a61c476029e = new google.maps.Geocoder();g_1327cd3b605513e312158a61c476029e.geocode( { 'address': "1000 Indian Springs Dr, Forsyth, GA 31029, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('forsyth-GA-justice-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('forsyth-GA-justice-federal-credit-union'), mapOptions);}document.getElementById('dc5a67f2').innerHTML += ' | View Map';var $l1327cd3b605513e312158a61c476029e = '

Justice Federal Credit Union

Address: 1000 Indian Springs Dr, Forsyth, GA 31029, USA
Phone: (478) 993-4307
';var m_1327cd3b605513e312158a61c476029e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Justice Federal Credit Union',});m_1327cd3b605513e312158a61c476029e['infowindow'] = new google.maps.InfoWindow({content: $l1327cd3b605513e312158a61c476029e});var infowindow = new google.maps.InfoWindow({content: $l1327cd3b605513e312158a61c476029e});google.maps.event.addListener(m_1327cd3b605513e312158a61c476029e, 'click', function() {infowindow.open(map,m_1327cd3b605513e312158a61c476029e);});$marker.push(m_1327cd3b605513e312158a61c476029e);}});}google.maps.event.addDomListener(window, 'load', initialize);