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.2011,-76.7675)};var g_2c00306da25dd21c664a2404d553029b = new google.maps.Geocoder();g_2c00306da25dd21c664a2404d553029b.geocode( { 'address': "107 S Main St, Colerain, NC 27924, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colerain-NC-nationwide-insurance---thomas-s-davis').style.display = '';map = new google.maps.Map(document.getElementById('colerain-NC-nationwide-insurance---thomas-s-davis'), mapOptions);}document.getElementById('b7883e8d').innerHTML += ' | View Map';var $l2c00306da25dd21c664a2404d553029b = '

Nationwide Insurance - Thomas S Davis

Address: 107 S Main St, Colerain, NC 27924, USA
Phone: (252) 356-4764
';var m_2c00306da25dd21c664a2404d553029b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nationwide Insurance - Thomas S Davis',});m_2c00306da25dd21c664a2404d553029b['infowindow'] = new google.maps.InfoWindow({content: $l2c00306da25dd21c664a2404d553029b});var infowindow = new google.maps.InfoWindow({content: $l2c00306da25dd21c664a2404d553029b});google.maps.event.addListener(m_2c00306da25dd21c664a2404d553029b, 'click', function() {infowindow.open(map,m_2c00306da25dd21c664a2404d553029b);});$marker.push(m_2c00306da25dd21c664a2404d553029b);}});}google.maps.event.addDomListener(window, 'load', initialize);