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.3698,-79.1827)};var g_6f52f4fca5303577d93d15630bed9079 = new google.maps.Geocoder();g_6f52f4fca5303577d93d15630bed9079.geocode( { 'address': "2300 Wards Rd, Lynchburg, VA 24502, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lynchburg-VA-ge-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lynchburg-VA-ge-credit-union'), mapOptions);}document.getElementById('f3412fbb').innerHTML += ' | View Map';var $l6f52f4fca5303577d93d15630bed9079 = '

GE Credit Union

Address: 2300 Wards Rd, Lynchburg, VA 24502, USA
Phone: (434) 237-2141
';var m_6f52f4fca5303577d93d15630bed9079 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GE Credit Union',});m_6f52f4fca5303577d93d15630bed9079['infowindow'] = new google.maps.InfoWindow({content: $l6f52f4fca5303577d93d15630bed9079});var infowindow = new google.maps.InfoWindow({content: $l6f52f4fca5303577d93d15630bed9079});google.maps.event.addListener(m_6f52f4fca5303577d93d15630bed9079, 'click', function() {infowindow.open(map,m_6f52f4fca5303577d93d15630bed9079);});$marker.push(m_6f52f4fca5303577d93d15630bed9079);}});}google.maps.event.addDomListener(window, 'load', initialize);