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(37.3667,-79.175)};var g_f5bfcd3cd794467951596d7daa561812 = new google.maps.Geocoder();g_f5bfcd3cd794467951596d7daa561812.geocode( { 'address': "3403 Candlers Mountain Rd, Lynchburg, VA 24502, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lynchburg-VA-kemba-fcu').style.display = '';map = new google.maps.Map(document.getElementById('lynchburg-VA-kemba-fcu'), mapOptions);}document.getElementById('f9838c16').innerHTML += ' | View Map';var $lf5bfcd3cd794467951596d7daa561812 = '

Kemba Fcu

Address: 3403 Candlers Mountain Rd, Lynchburg, VA 24502, USA
Phone: (434) 846-3393
';var m_f5bfcd3cd794467951596d7daa561812 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kemba Fcu',});m_f5bfcd3cd794467951596d7daa561812['infowindow'] = new google.maps.InfoWindow({content: $lf5bfcd3cd794467951596d7daa561812});var infowindow = new google.maps.InfoWindow({content: $lf5bfcd3cd794467951596d7daa561812});google.maps.event.addListener(m_f5bfcd3cd794467951596d7daa561812, 'click', function() {infowindow.open(map,m_f5bfcd3cd794467951596d7daa561812);});$marker.push(m_f5bfcd3cd794467951596d7daa561812);}});}google.maps.event.addDomListener(window, 'load', initialize);