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.4805,-82.1975)};var g_addbc9ce008a3fe8c5fa97a25e90db60 = new google.maps.Geocoder();g_addbc9ce008a3fe8c5fa97a25e90db60.geocode( { 'address': "5003 Steiner Way g, Grovetown, GA 30813, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grovetown-GA-navy-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('grovetown-GA-navy-federal-credit-union'), mapOptions);}document.getElementById('eb77c91d').innerHTML += ' | View Map';var $laddbc9ce008a3fe8c5fa97a25e90db60 = '

Navy Federal Credit Union

Address: 5003 Steiner Way g, Grovetown, GA 30813, USA
Phone: (888) 842-6328
';var m_addbc9ce008a3fe8c5fa97a25e90db60 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Navy Federal Credit Union',});m_addbc9ce008a3fe8c5fa97a25e90db60['infowindow'] = new google.maps.InfoWindow({content: $laddbc9ce008a3fe8c5fa97a25e90db60});var infowindow = new google.maps.InfoWindow({content: $laddbc9ce008a3fe8c5fa97a25e90db60});google.maps.event.addListener(m_addbc9ce008a3fe8c5fa97a25e90db60, 'click', function() {infowindow.open(map,m_addbc9ce008a3fe8c5fa97a25e90db60);});$marker.push(m_addbc9ce008a3fe8c5fa97a25e90db60);}});}google.maps.event.addDomListener(window, 'load', initialize);