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.4201,-79.1423)};var g_27519100f72f7cb8ca7862dce8882afe = new google.maps.Geocoder();g_27519100f72f7cb8ca7862dce8882afe.geocode( { 'address': "21 7th St, Lynchburg, VA 24504, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lynchburg-VA-glamorgan-federal-emplys-cu').style.display = '';map = new google.maps.Map(document.getElementById('lynchburg-VA-glamorgan-federal-emplys-cu'), mapOptions);}document.getElementById('5e8e3402').innerHTML += ' | View Map';var $l27519100f72f7cb8ca7862dce8882afe = '

Glamorgan Federal Emplys CU

Address: 21 7th St, Lynchburg, VA 24504, USA
Phone: (434) 845-3801
';var m_27519100f72f7cb8ca7862dce8882afe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Glamorgan Federal Emplys CU',});m_27519100f72f7cb8ca7862dce8882afe['infowindow'] = new google.maps.InfoWindow({content: $l27519100f72f7cb8ca7862dce8882afe});var infowindow = new google.maps.InfoWindow({content: $l27519100f72f7cb8ca7862dce8882afe});google.maps.event.addListener(m_27519100f72f7cb8ca7862dce8882afe, 'click', function() {infowindow.open(map,m_27519100f72f7cb8ca7862dce8882afe);});$marker.push(m_27519100f72f7cb8ca7862dce8882afe);}});}google.maps.event.addDomListener(window, 'load', initialize);