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.2299,-83.8683)};var g_00a532720ef59b58ae1b574fc83852c6 = new google.maps.Geocoder();g_00a532720ef59b58ae1b574fc83852c6.geocode( { 'address': "3718 Mundy Mill Rd, Oakwood, GA 30566, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oakwood-GA-lanier-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('oakwood-GA-lanier-federal-credit-union'), mapOptions);}document.getElementById('150751ae').innerHTML += ' | View Map';var $l00a532720ef59b58ae1b574fc83852c6 = '

Lanier Federal Credit Union

Address: 3718 Mundy Mill Rd, Oakwood, GA 30566, USA
Phone: (770) 503-1765
';var m_00a532720ef59b58ae1b574fc83852c6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lanier Federal Credit Union',});m_00a532720ef59b58ae1b574fc83852c6['infowindow'] = new google.maps.InfoWindow({content: $l00a532720ef59b58ae1b574fc83852c6});var infowindow = new google.maps.InfoWindow({content: $l00a532720ef59b58ae1b574fc83852c6});google.maps.event.addListener(m_00a532720ef59b58ae1b574fc83852c6, 'click', function() {infowindow.open(map,m_00a532720ef59b58ae1b574fc83852c6);});$marker.push(m_00a532720ef59b58ae1b574fc83852c6);}});}google.maps.event.addDomListener(window, 'load', initialize);