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(34.8221,-84.3184)};var g_631926ce60b4fbd0ddc6ab3156512aac = new google.maps.Geocoder();g_631926ce60b4fbd0ddc6ab3156512aac.geocode( { 'address': "171 Oak View Rd, Blue Ridge, GA 30513, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blue-ridge-GA-avrus-financial--mortgage-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('blue-ridge-GA-avrus-financial--mortgage-services-inc'), mapOptions);}document.getElementById('4b566668').innerHTML += ' | View Map';var $l631926ce60b4fbd0ddc6ab3156512aac = '

Avrus Financial & Mortgage Services, Inc.

Address: 171 Oak View Rd, Blue Ridge, GA 30513, USA
Phone: (866) 985-7100
';var m_631926ce60b4fbd0ddc6ab3156512aac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Avrus Financial & Mortgage Services, Inc.',});m_631926ce60b4fbd0ddc6ab3156512aac['infowindow'] = new google.maps.InfoWindow({content: $l631926ce60b4fbd0ddc6ab3156512aac});var infowindow = new google.maps.InfoWindow({content: $l631926ce60b4fbd0ddc6ab3156512aac});google.maps.event.addListener(m_631926ce60b4fbd0ddc6ab3156512aac, 'click', function() {infowindow.open(map,m_631926ce60b4fbd0ddc6ab3156512aac);});$marker.push(m_631926ce60b4fbd0ddc6ab3156512aac);}});}google.maps.event.addDomListener(window, 'load', initialize);