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.3895,-79.2378)};var g_9ff6f7c724613d2ad754529fc4244f3e = new google.maps.Geocoder();g_9ff6f7c724613d2ad754529fc4244f3e.geocode( { 'address': "19029 Forest Rd, Forest, VA 24551, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('forest-VA-beacon-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('forest-VA-beacon-credit-union'), mapOptions);}document.getElementById('6cd095fd').innerHTML += ' | View Map';var $l9ff6f7c724613d2ad754529fc4244f3e = '

Beacon Credit Union

Address: 19029 Forest Rd, Forest, VA 24551, USA
Phone: (434) 237-1566
';var m_9ff6f7c724613d2ad754529fc4244f3e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Beacon Credit Union',});m_9ff6f7c724613d2ad754529fc4244f3e['infowindow'] = new google.maps.InfoWindow({content: $l9ff6f7c724613d2ad754529fc4244f3e});var infowindow = new google.maps.InfoWindow({content: $l9ff6f7c724613d2ad754529fc4244f3e});google.maps.event.addListener(m_9ff6f7c724613d2ad754529fc4244f3e, 'click', function() {infowindow.open(map,m_9ff6f7c724613d2ad754529fc4244f3e);});$marker.push(m_9ff6f7c724613d2ad754529fc4244f3e);}});}google.maps.event.addDomListener(window, 'load', initialize);