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(34.5029,-79.1112)};var g_8390e6beed8e4a549abef3fa73741858 = new google.maps.Geocoder();g_8390e6beed8e4a549abef3fa73741858.geocode( { 'address': "412 N Walnut St, Fairmont, NC 28340, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairmont-NC-nationwide-insurance-keith-w-hiller').style.display = '';map = new google.maps.Map(document.getElementById('fairmont-NC-nationwide-insurance-keith-w-hiller'), mapOptions);}document.getElementById('7aa4bc2e').innerHTML += ' | View Map';var $l8390e6beed8e4a549abef3fa73741858 = '

Nationwide Insurance: Keith W Hiller

Address: 412 N Walnut St, Fairmont, NC 28340, USA
Phone: (910) 628-9968
';var m_8390e6beed8e4a549abef3fa73741858 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nationwide Insurance: Keith W Hiller',});m_8390e6beed8e4a549abef3fa73741858['infowindow'] = new google.maps.InfoWindow({content: $l8390e6beed8e4a549abef3fa73741858});var infowindow = new google.maps.InfoWindow({content: $l8390e6beed8e4a549abef3fa73741858});google.maps.event.addListener(m_8390e6beed8e4a549abef3fa73741858, 'click', function() {infowindow.open(map,m_8390e6beed8e4a549abef3fa73741858);});$marker.push(m_8390e6beed8e4a549abef3fa73741858);}});}google.maps.event.addDomListener(window, 'load', initialize);