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.132,-80.5787)};var g_d23841cbc5fe43089368c1dc9dbbf4b0 = new google.maps.Geocoder();g_d23841cbc5fe43089368c1dc9dbbf4b0.geocode( { 'address': "501 W Main St, Radford, VA 24141, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('radford-VA-inland-motor-division').style.display = '';map = new google.maps.Map(document.getElementById('radford-VA-inland-motor-division'), mapOptions);}document.getElementById('6a913f86').innerHTML += ' | View Map';var $ld23841cbc5fe43089368c1dc9dbbf4b0 = '

Inland Motor Division

Address: 501 W Main St, Radford, VA 24141, USA
Phone: (540) 639-9045
';var m_d23841cbc5fe43089368c1dc9dbbf4b0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Inland Motor Division',});m_d23841cbc5fe43089368c1dc9dbbf4b0['infowindow'] = new google.maps.InfoWindow({content: $ld23841cbc5fe43089368c1dc9dbbf4b0});var infowindow = new google.maps.InfoWindow({content: $ld23841cbc5fe43089368c1dc9dbbf4b0});google.maps.event.addListener(m_d23841cbc5fe43089368c1dc9dbbf4b0, 'click', function() {infowindow.open(map,m_d23841cbc5fe43089368c1dc9dbbf4b0);});$marker.push(m_d23841cbc5fe43089368c1dc9dbbf4b0);}});}google.maps.event.addDomListener(window, 'load', initialize);