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.7995,-78.3874)};var g_07273dd0571b92c3ee6817638418f839 = new google.maps.Geocoder();g_07273dd0571b92c3ee6817638418f839.geocode( { 'address': "2485 Wendell Blvd, Wendell, NC 27591, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wendell-NC-morgans-accounting--tax-services').style.display = '';map = new google.maps.Map(document.getElementById('wendell-NC-morgans-accounting--tax-services'), mapOptions);}document.getElementById('f4da0fe3').innerHTML += ' | View Map';var $l07273dd0571b92c3ee6817638418f839 = '

Morgan's Accounting & Tax Services

Address: 2485 Wendell Blvd, Wendell, NC 27591, USA
Phone: (919) 365-9060
';var m_07273dd0571b92c3ee6817638418f839 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Morgan's Accounting & Tax Services',});m_07273dd0571b92c3ee6817638418f839['infowindow'] = new google.maps.InfoWindow({content: $l07273dd0571b92c3ee6817638418f839});var infowindow = new google.maps.InfoWindow({content: $l07273dd0571b92c3ee6817638418f839});google.maps.event.addListener(m_07273dd0571b92c3ee6817638418f839, 'click', function() {infowindow.open(map,m_07273dd0571b92c3ee6817638418f839);});$marker.push(m_07273dd0571b92c3ee6817638418f839);}});}google.maps.event.addDomListener(window, 'load', initialize);