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.4079,-79.9127)};var g_74961657ae02e93fc17be9d9fc864620 = new google.maps.Geocoder();g_74961657ae02e93fc17be9d9fc864620.geocode( { 'address': "1616 Roanoke Rd #100, Daleville, VA 24083, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('daleville-VA-derek-wiley-agency-inc').style.display = '';map = new google.maps.Map(document.getElementById('daleville-VA-derek-wiley-agency-inc'), mapOptions);}document.getElementById('67d867d1').innerHTML += ' | View Map';var $l74961657ae02e93fc17be9d9fc864620 = '

Derek Wiley Agency, Inc

Address: 1616 Roanoke Rd #100, Daleville, VA 24083, USA
Phone: (540) 613-8223
';var m_74961657ae02e93fc17be9d9fc864620 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Derek Wiley Agency, Inc',});m_74961657ae02e93fc17be9d9fc864620['infowindow'] = new google.maps.InfoWindow({content: $l74961657ae02e93fc17be9d9fc864620});var infowindow = new google.maps.InfoWindow({content: $l74961657ae02e93fc17be9d9fc864620});google.maps.event.addListener(m_74961657ae02e93fc17be9d9fc864620, 'click', function() {infowindow.open(map,m_74961657ae02e93fc17be9d9fc864620);});$marker.push(m_74961657ae02e93fc17be9d9fc864620);}});}google.maps.event.addDomListener(window, 'load', initialize);