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.0781,-80.6891)};var g_38c3bdc5c1475cdc0b12d208bd6d1d93 = new google.maps.Geocoder();g_38c3bdc5c1475cdc0b12d208bd6d1d93.geocode( { 'address': "3524 Old Monroe Rd, Matthews, NC 28104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('matthews-NC-turner-business-appraisers-inc').style.display = '';map = new google.maps.Map(document.getElementById('matthews-NC-turner-business-appraisers-inc'), mapOptions);}document.getElementById('325bab82').innerHTML += ' | View Map';var $l38c3bdc5c1475cdc0b12d208bd6d1d93 = '

Turner Business Appraisers, Inc.

Address: 3524 Old Monroe Rd, Matthews, NC 28104, USA
Phone: (704) 821-0667
';var m_38c3bdc5c1475cdc0b12d208bd6d1d93 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Turner Business Appraisers, Inc.',});m_38c3bdc5c1475cdc0b12d208bd6d1d93['infowindow'] = new google.maps.InfoWindow({content: $l38c3bdc5c1475cdc0b12d208bd6d1d93});var infowindow = new google.maps.InfoWindow({content: $l38c3bdc5c1475cdc0b12d208bd6d1d93});google.maps.event.addListener(m_38c3bdc5c1475cdc0b12d208bd6d1d93, 'click', function() {infowindow.open(map,m_38c3bdc5c1475cdc0b12d208bd6d1d93);});$marker.push(m_38c3bdc5c1475cdc0b12d208bd6d1d93);}});}google.maps.event.addDomListener(window, 'load', initialize);