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(36.6642,-80.9223)};var g_2d3df641083de7253a3606a781325d76 = new google.maps.Geocoder();g_2d3df641083de7253a3606a781325d76.geocode( { 'address': "305 Railroad Ave, Galax, VA 24333, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('galax-VA-self-help-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('galax-VA-self-help-credit-union'), mapOptions);}document.getElementById('4e9f5d97').innerHTML += ' | View Map';var $l2d3df641083de7253a3606a781325d76 = '

Self-Help Credit Union

Address: 305 Railroad Ave, Galax, VA 24333, USA
Phone: (276) 238-4637
';var m_2d3df641083de7253a3606a781325d76 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Self-Help Credit Union',});m_2d3df641083de7253a3606a781325d76['infowindow'] = new google.maps.InfoWindow({content: $l2d3df641083de7253a3606a781325d76});var infowindow = new google.maps.InfoWindow({content: $l2d3df641083de7253a3606a781325d76});google.maps.event.addListener(m_2d3df641083de7253a3606a781325d76, 'click', function() {infowindow.open(map,m_2d3df641083de7253a3606a781325d76);});$marker.push(m_2d3df641083de7253a3606a781325d76);}});}google.maps.event.addDomListener(window, 'load', initialize);