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.218,-81.3456)};var g_709119b05f9c05a9e2791f7ac8716bed = new google.maps.Geocoder();g_709119b05f9c05a9e2791f7ac8716bed.geocode( { 'address': "36889 Gov G C Peery Hwy, Bluefield, VA 24605, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bluefield-VA-atm-rons-kwik-stop').style.display = '';map = new google.maps.Map(document.getElementById('bluefield-VA-atm-rons-kwik-stop'), mapOptions);}document.getElementById('36b18236').innerHTML += ' | View Map';var $l709119b05f9c05a9e2791f7ac8716bed = '

ATM (Ron's Kwik Stop)

Address: 36889 Gov G C Peery Hwy, Bluefield, VA 24605, USA
Phone:
';var m_709119b05f9c05a9e2791f7ac8716bed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Ron's Kwik Stop)',});m_709119b05f9c05a9e2791f7ac8716bed['infowindow'] = new google.maps.InfoWindow({content: $l709119b05f9c05a9e2791f7ac8716bed});var infowindow = new google.maps.InfoWindow({content: $l709119b05f9c05a9e2791f7ac8716bed});google.maps.event.addListener(m_709119b05f9c05a9e2791f7ac8716bed, 'click', function() {infowindow.open(map,m_709119b05f9c05a9e2791f7ac8716bed);});$marker.push(m_709119b05f9c05a9e2791f7ac8716bed);}});}google.maps.event.addDomListener(window, 'load', initialize);