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(38.1999,-79.0059)};var g_120ca817ebe8caa71e92ac53049b2c6a = new google.maps.Geocoder();g_120ca817ebe8caa71e92ac53049b2c6a.geocode( { 'address': "374 Lee Hwy, Verona, VA 24482"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('verona-VA-stellarone').style.display = '';map = new google.maps.Map(document.getElementById('verona-VA-stellarone'), mapOptions);}document.getElementById('254e7081').innerHTML += ' | View Map';var $l120ca817ebe8caa71e92ac53049b2c6a = '

Stellarone

Address: 374 Lee Hwy, Verona, VA 24482
Phone: (540) 248-7243
';var m_120ca817ebe8caa71e92ac53049b2c6a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stellarone',});m_120ca817ebe8caa71e92ac53049b2c6a['infowindow'] = new google.maps.InfoWindow({content: $l120ca817ebe8caa71e92ac53049b2c6a});var infowindow = new google.maps.InfoWindow({content: $l120ca817ebe8caa71e92ac53049b2c6a});google.maps.event.addListener(m_120ca817ebe8caa71e92ac53049b2c6a, 'click', function() {infowindow.open(map,m_120ca817ebe8caa71e92ac53049b2c6a);});$marker.push(m_120ca817ebe8caa71e92ac53049b2c6a);}});}google.maps.event.addDomListener(window, 'load', initialize);