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(34.8785,-83.3989)};var g_ad2e584191559a42c0a3aa6120122a3a = new google.maps.Geocoder();g_ad2e584191559a42c0a3aa6120122a3a.geocode( { 'address': "91 E Savannah St, Clayton, GA 30525, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clayton-GA-habersham-federal-credit-union---clayton-branch').style.display = '';map = new google.maps.Map(document.getElementById('clayton-GA-habersham-federal-credit-union---clayton-branch'), mapOptions);}document.getElementById('59075de9').innerHTML += ' | View Map';var $lad2e584191559a42c0a3aa6120122a3a = '

Habersham Federal Credit Union - Clayton Branch

Address: 91 E Savannah St, Clayton, GA 30525, USA
Phone: (706) 212-0333
';var m_ad2e584191559a42c0a3aa6120122a3a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Habersham Federal Credit Union - Clayton Branch',});m_ad2e584191559a42c0a3aa6120122a3a['infowindow'] = new google.maps.InfoWindow({content: $lad2e584191559a42c0a3aa6120122a3a});var infowindow = new google.maps.InfoWindow({content: $lad2e584191559a42c0a3aa6120122a3a});google.maps.event.addListener(m_ad2e584191559a42c0a3aa6120122a3a, 'click', function() {infowindow.open(map,m_ad2e584191559a42c0a3aa6120122a3a);});$marker.push(m_ad2e584191559a42c0a3aa6120122a3a);}});}google.maps.event.addDomListener(window, 'load', initialize);