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.1112,-83.587)};var g_e4993a80869f18da05c7b2eb1b2f2d33 = new google.maps.Geocoder();g_e4993a80869f18da05c7b2eb1b2f2d33.geocode( { 'address': "948 Lee St, Jefferson, GA 30549, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jefferson-GA-peach-state-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('jefferson-GA-peach-state-federal-credit-union'), mapOptions);}document.getElementById('f0f094ac').innerHTML += ' | View Map';var $le4993a80869f18da05c7b2eb1b2f2d33 = '

Peach State Federal Credit Union

Address: 948 Lee St, Jefferson, GA 30549, USA
Phone: (678) 889-4328
';var m_e4993a80869f18da05c7b2eb1b2f2d33 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peach State Federal Credit Union',});m_e4993a80869f18da05c7b2eb1b2f2d33['infowindow'] = new google.maps.InfoWindow({content: $le4993a80869f18da05c7b2eb1b2f2d33});var infowindow = new google.maps.InfoWindow({content: $le4993a80869f18da05c7b2eb1b2f2d33});google.maps.event.addListener(m_e4993a80869f18da05c7b2eb1b2f2d33, 'click', function() {infowindow.open(map,m_e4993a80869f18da05c7b2eb1b2f2d33);});$marker.push(m_e4993a80869f18da05c7b2eb1b2f2d33);}});}google.maps.event.addDomListener(window, 'load', initialize);