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.6361,-79.4464)};var g_a92b3b1a445b95b98c019157d05714c6 = new google.maps.Geocoder();g_a92b3b1a445b95b98c019157d05714c6.geocode( { 'address': "404 Anderson St, Glasgow, VA 24555, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glasgow-VA-beacon-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('glasgow-VA-beacon-credit-union'), mapOptions);}document.getElementById('c7d51ddd').innerHTML += ' | View Map';var $la92b3b1a445b95b98c019157d05714c6 = '

Beacon Credit Union

Address: 404 Anderson St, Glasgow, VA 24555, USA
Phone: (540) 258-2197
';var m_a92b3b1a445b95b98c019157d05714c6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Beacon Credit Union',});m_a92b3b1a445b95b98c019157d05714c6['infowindow'] = new google.maps.InfoWindow({content: $la92b3b1a445b95b98c019157d05714c6});var infowindow = new google.maps.InfoWindow({content: $la92b3b1a445b95b98c019157d05714c6});google.maps.event.addListener(m_a92b3b1a445b95b98c019157d05714c6, 'click', function() {infowindow.open(map,m_a92b3b1a445b95b98c019157d05714c6);});$marker.push(m_a92b3b1a445b95b98c019157d05714c6);}});}google.maps.event.addDomListener(window, 'load', initialize);