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.0934,-81.807)};var g_51acf9c41788ecd09c295fd307c0269b = new google.maps.Geocoder();g_51acf9c41788ecd09c295fd307c0269b.geocode( { 'address': "1425 2nd St, Richlands, VA 24641"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richlands-VA-tru-point-bank').style.display = '';map = new google.maps.Map(document.getElementById('richlands-VA-tru-point-bank'), mapOptions);}document.getElementById('6b5e57ed').innerHTML += ' | View Map';var $l51acf9c41788ecd09c295fd307c0269b = '

Tru Point Bank

Address: 1425 2nd St, Richlands, VA 24641
Phone: (276) 964-7444
';var m_51acf9c41788ecd09c295fd307c0269b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tru Point Bank',});m_51acf9c41788ecd09c295fd307c0269b['infowindow'] = new google.maps.InfoWindow({content: $l51acf9c41788ecd09c295fd307c0269b});var infowindow = new google.maps.InfoWindow({content: $l51acf9c41788ecd09c295fd307c0269b});google.maps.event.addListener(m_51acf9c41788ecd09c295fd307c0269b, 'click', function() {infowindow.open(map,m_51acf9c41788ecd09c295fd307c0269b);});$marker.push(m_51acf9c41788ecd09c295fd307c0269b);}});}google.maps.event.addDomListener(window, 'load', initialize);