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.6775,-80.8971)};var g_dc4043b03ae4862b30065587001cb524 = new google.maps.Geocoder();g_dc4043b03ae4862b30065587001cb524.geocode( { 'address': "949 A-1 East Stuart Drive, Galax, VA 24333, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('galax-VA-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('galax-VA-check-into-cash'), mapOptions);}document.getElementById('fafa73ab').innerHTML += ' | View Map';var $ldc4043b03ae4862b30065587001cb524 = '

Check Into Cash

Address: 949 A-1 East Stuart Drive, Galax, VA 24333, USA
Phone: (276) 236-4788
';var m_dc4043b03ae4862b30065587001cb524 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_dc4043b03ae4862b30065587001cb524['infowindow'] = new google.maps.InfoWindow({content: $ldc4043b03ae4862b30065587001cb524});var infowindow = new google.maps.InfoWindow({content: $ldc4043b03ae4862b30065587001cb524});google.maps.event.addListener(m_dc4043b03ae4862b30065587001cb524, 'click', function() {infowindow.open(map,m_dc4043b03ae4862b30065587001cb524);});$marker.push(m_dc4043b03ae4862b30065587001cb524);}});}google.maps.event.addDomListener(window, 'load', initialize);