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.5986,-82.5447)};var g_51ec0da338efc7576395da0cb4cd6065 = new google.maps.Geocoder();g_51ec0da338efc7576395da0cb4cd6065.geocode( { 'address': "Executive Park I, Ste 216, Asheville, NC 28801, United States"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('asheville-NC-teresa-roach---mortgage-consultant').style.display = '';map = new google.maps.Map(document.getElementById('asheville-NC-teresa-roach---mortgage-consultant'), mapOptions);}document.getElementById('642c735c').innerHTML += ' | View Map';var $l51ec0da338efc7576395da0cb4cd6065 = '

Teresa Roach - Mortgage Consultant

Address: Executive Park I, Ste 216, Asheville, NC 28801, United States
Phone: (828) 258-1290
';var m_51ec0da338efc7576395da0cb4cd6065 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Teresa Roach - Mortgage Consultant',});m_51ec0da338efc7576395da0cb4cd6065['infowindow'] = new google.maps.InfoWindow({content: $l51ec0da338efc7576395da0cb4cd6065});var infowindow = new google.maps.InfoWindow({content: $l51ec0da338efc7576395da0cb4cd6065});google.maps.event.addListener(m_51ec0da338efc7576395da0cb4cd6065, 'click', function() {infowindow.open(map,m_51ec0da338efc7576395da0cb4cd6065);});$marker.push(m_51ec0da338efc7576395da0cb4cd6065);}});}google.maps.event.addDomListener(window, 'load', initialize);