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(36.1658,-79.9835)};var g_ab42e8116f4ae3c4021fb7c643a8167a = new google.maps.Geocoder();g_ab42e8116f4ae3c4021fb7c643a8167a.geocode( { 'address': "1427 NC-68, Oak Ridge, NC 27310, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oak-ridge-NC-currie-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('oak-ridge-NC-currie-mortgage-inc'), mapOptions);}document.getElementById('0b9e64eb').innerHTML += ' | View Map';var $lab42e8116f4ae3c4021fb7c643a8167a = '

Currie Mortgage, Inc.

Address: 1427 NC-68, Oak Ridge, NC 27310, USA
Phone: (336) 601-2201
';var m_ab42e8116f4ae3c4021fb7c643a8167a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Currie Mortgage, Inc.',});m_ab42e8116f4ae3c4021fb7c643a8167a['infowindow'] = new google.maps.InfoWindow({content: $lab42e8116f4ae3c4021fb7c643a8167a});var infowindow = new google.maps.InfoWindow({content: $lab42e8116f4ae3c4021fb7c643a8167a});google.maps.event.addListener(m_ab42e8116f4ae3c4021fb7c643a8167a, 'click', function() {infowindow.open(map,m_ab42e8116f4ae3c4021fb7c643a8167a);});$marker.push(m_ab42e8116f4ae3c4021fb7c643a8167a);}});}google.maps.event.addDomListener(window, 'load', initialize);