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(36.4062,-78.978)};var g_70ea8f8d242afd54537306a4d283adeb = new google.maps.Geocoder();g_70ea8f8d242afd54537306a4d283adeb.geocode( { 'address': "801 N Madison Blvd, Roxboro, NC 27573, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roxboro-NC-walker-insurance-agency-inc').style.display = '';map = new google.maps.Map(document.getElementById('roxboro-NC-walker-insurance-agency-inc'), mapOptions);}document.getElementById('80643e5a').innerHTML += ' | View Map';var $l70ea8f8d242afd54537306a4d283adeb = '

Walker Insurance Agency, Inc.

Address: 801 N Madison Blvd, Roxboro, NC 27573, USA
Phone: (336) 599-1751
';var m_70ea8f8d242afd54537306a4d283adeb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Walker Insurance Agency, Inc.',});m_70ea8f8d242afd54537306a4d283adeb['infowindow'] = new google.maps.InfoWindow({content: $l70ea8f8d242afd54537306a4d283adeb});var infowindow = new google.maps.InfoWindow({content: $l70ea8f8d242afd54537306a4d283adeb});google.maps.event.addListener(m_70ea8f8d242afd54537306a4d283adeb, 'click', function() {infowindow.open(map,m_70ea8f8d242afd54537306a4d283adeb);});$marker.push(m_70ea8f8d242afd54537306a4d283adeb);}});}google.maps.event.addDomListener(window, 'load', initialize);