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.7036,-85.2807)};var g_70115aaa5be6d32508a3d11eaf0ffe65 = new google.maps.Geocoder();g_70115aaa5be6d32508a3d11eaf0ffe65.geocode( { 'address': "201 S Duke St, LaFayette, GA 30728, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lafayette-GA-walker-county-educators-cu').style.display = '';map = new google.maps.Map(document.getElementById('lafayette-GA-walker-county-educators-cu'), mapOptions);}document.getElementById('63b941d9').innerHTML += ' | View Map';var $l70115aaa5be6d32508a3d11eaf0ffe65 = '

Walker County Educators CU

Address: 201 S Duke St, LaFayette, GA 30728, USA
Phone: (706) 638-4243
';var m_70115aaa5be6d32508a3d11eaf0ffe65 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Walker County Educators CU',});m_70115aaa5be6d32508a3d11eaf0ffe65['infowindow'] = new google.maps.InfoWindow({content: $l70115aaa5be6d32508a3d11eaf0ffe65});var infowindow = new google.maps.InfoWindow({content: $l70115aaa5be6d32508a3d11eaf0ffe65});google.maps.event.addListener(m_70115aaa5be6d32508a3d11eaf0ffe65, 'click', function() {infowindow.open(map,m_70115aaa5be6d32508a3d11eaf0ffe65);});$marker.push(m_70115aaa5be6d32508a3d11eaf0ffe65);}});}google.maps.event.addDomListener(window, 'load', initialize);