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.2927,-79.7683)};var g_e10f4a2e632f455e50c95ccd6027b0f1 = new google.maps.Geocoder();g_e10f4a2e632f455e50c95ccd6027b0f1.geocode( { 'address': "5567 Jordantown Rd, Vinton, VA 24179, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vinton-VA-jordantown-market').style.display = '';map = new google.maps.Map(document.getElementById('vinton-VA-jordantown-market'), mapOptions);}document.getElementById('ffd1efeb').innerHTML += ' | View Map';var $le10f4a2e632f455e50c95ccd6027b0f1 = '

Jordantown Market

Address: 5567 Jordantown Rd, Vinton, VA 24179, USA
Phone: (540) 890-7141
';var m_e10f4a2e632f455e50c95ccd6027b0f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jordantown Market',});m_e10f4a2e632f455e50c95ccd6027b0f1['infowindow'] = new google.maps.InfoWindow({content: $le10f4a2e632f455e50c95ccd6027b0f1});var infowindow = new google.maps.InfoWindow({content: $le10f4a2e632f455e50c95ccd6027b0f1});google.maps.event.addListener(m_e10f4a2e632f455e50c95ccd6027b0f1, 'click', function() {infowindow.open(map,m_e10f4a2e632f455e50c95ccd6027b0f1);});$marker.push(m_e10f4a2e632f455e50c95ccd6027b0f1);}});}google.maps.event.addDomListener(window, 'load', initialize);