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.6485,-80.4719)};var g_9e3204c9c406da3ea08df28b2252e43f = new google.maps.Geocoder();g_9e3204c9c406da3ea08df28b2252e43f.geocode( { 'address': "918 Rowan Ave, Salisbury, NC 28146, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salisbury-NC-affordable-tax--accounting').style.display = '';map = new google.maps.Map(document.getElementById('salisbury-NC-affordable-tax--accounting'), mapOptions);}document.getElementById('d5b81c62').innerHTML += ' | View Map';var $l9e3204c9c406da3ea08df28b2252e43f = '

Affordable Tax & Accounting

Address: 918 Rowan Ave, Salisbury, NC 28146, USA
Phone: (704) 797-9088
';var m_9e3204c9c406da3ea08df28b2252e43f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Affordable Tax & Accounting',});m_9e3204c9c406da3ea08df28b2252e43f['infowindow'] = new google.maps.InfoWindow({content: $l9e3204c9c406da3ea08df28b2252e43f});var infowindow = new google.maps.InfoWindow({content: $l9e3204c9c406da3ea08df28b2252e43f});google.maps.event.addListener(m_9e3204c9c406da3ea08df28b2252e43f, 'click', function() {infowindow.open(map,m_9e3204c9c406da3ea08df28b2252e43f);});$marker.push(m_9e3204c9c406da3ea08df28b2252e43f);}});}google.maps.event.addDomListener(window, 'load', initialize);