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.1505,-78.874)};var g_94d028e9725fe72595dd5f8c9d6df1a1 = new google.maps.Geocoder();g_94d028e9725fe72595dd5f8c9d6df1a1.geocode( { 'address': "211 E 5th St, Tabor City, NC 28463, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tabor-city-NC-isaac-norris-jr-cpa-pa').style.display = '';map = new google.maps.Map(document.getElementById('tabor-city-NC-isaac-norris-jr-cpa-pa'), mapOptions);}document.getElementById('a7d973ea').innerHTML += ' | View Map';var $l94d028e9725fe72595dd5f8c9d6df1a1 = '

Isaac Norris Jr., CPA PA

Address: 211 E 5th St, Tabor City, NC 28463, USA
Phone: (910) 653-6300
';var m_94d028e9725fe72595dd5f8c9d6df1a1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Isaac Norris Jr., CPA PA',});m_94d028e9725fe72595dd5f8c9d6df1a1['infowindow'] = new google.maps.InfoWindow({content: $l94d028e9725fe72595dd5f8c9d6df1a1});var infowindow = new google.maps.InfoWindow({content: $l94d028e9725fe72595dd5f8c9d6df1a1});google.maps.event.addListener(m_94d028e9725fe72595dd5f8c9d6df1a1, 'click', function() {infowindow.open(map,m_94d028e9725fe72595dd5f8c9d6df1a1);});$marker.push(m_94d028e9725fe72595dd5f8c9d6df1a1);}});}google.maps.event.addDomListener(window, 'load', initialize);