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.4476,-80.892)};var g_a2fe4a2da6142e344912c6636a8f4758 = new google.maps.Geocoder();g_a2fe4a2da6142e344912c6636a8f4758.geocode( { 'address': "16930 W Catawba Ave #200, Cornelius, NC 28031, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cornelius-NC-kelly-waugh').style.display = '';map = new google.maps.Map(document.getElementById('cornelius-NC-kelly-waugh'), mapOptions);}document.getElementById('4cc6ac2b').innerHTML += ' | View Map';var $la2fe4a2da6142e344912c6636a8f4758 = '

Kelly Waugh

Address: 16930 W Catawba Ave #200, Cornelius, NC 28031, USA
Phone: (704) 200-2323
';var m_a2fe4a2da6142e344912c6636a8f4758 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kelly Waugh',});m_a2fe4a2da6142e344912c6636a8f4758['infowindow'] = new google.maps.InfoWindow({content: $la2fe4a2da6142e344912c6636a8f4758});var infowindow = new google.maps.InfoWindow({content: $la2fe4a2da6142e344912c6636a8f4758});google.maps.event.addListener(m_a2fe4a2da6142e344912c6636a8f4758, 'click', function() {infowindow.open(map,m_a2fe4a2da6142e344912c6636a8f4758);});$marker.push(m_a2fe4a2da6142e344912c6636a8f4758);}});}google.maps.event.addDomListener(window, 'load', initialize);