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(35.4771,-81.2166)};var g_2cfa47a65809ea0496bbf9aa363dc5da = new google.maps.Geocoder();g_2cfa47a65809ea0496bbf9aa363dc5da.geocode( { 'address': "206 Lithia Inn Rd, Lincolnton, NC 28092, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lincolnton-NC-nationwide-insurance-stanley-m-goodson').style.display = '';map = new google.maps.Map(document.getElementById('lincolnton-NC-nationwide-insurance-stanley-m-goodson'), mapOptions);}document.getElementById('44fff6bd').innerHTML += ' | View Map';var $l2cfa47a65809ea0496bbf9aa363dc5da = '

Nationwide Insurance: Stanley M Goodson

Address: 206 Lithia Inn Rd, Lincolnton, NC 28092, USA
Phone: (704) 735-2425
';var m_2cfa47a65809ea0496bbf9aa363dc5da = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nationwide Insurance: Stanley M Goodson',});m_2cfa47a65809ea0496bbf9aa363dc5da['infowindow'] = new google.maps.InfoWindow({content: $l2cfa47a65809ea0496bbf9aa363dc5da});var infowindow = new google.maps.InfoWindow({content: $l2cfa47a65809ea0496bbf9aa363dc5da});google.maps.event.addListener(m_2cfa47a65809ea0496bbf9aa363dc5da, 'click', function() {infowindow.open(map,m_2cfa47a65809ea0496bbf9aa363dc5da);});$marker.push(m_2cfa47a65809ea0496bbf9aa363dc5da);}});}google.maps.event.addDomListener(window, 'load', initialize);