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.9978,-85.2446)};var g_78fd300897f38a088ab836bde088382d = new google.maps.Geocoder();g_78fd300897f38a088ab836bde088382d.geocode( { 'address': "4143 Ringgold Rd Ste A, Chattanooga, TN 37412, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chattanooga-TN-ridge-loan').style.display = '';map = new google.maps.Map(document.getElementById('chattanooga-TN-ridge-loan'), mapOptions);}document.getElementById('81d98446').innerHTML += ' | View Map';var $l78fd300897f38a088ab836bde088382d = '

Ridge Loan

Address: 4143 Ringgold Rd Ste A, Chattanooga, TN 37412, USA
Phone: (423) 622-8766
';var m_78fd300897f38a088ab836bde088382d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ridge Loan',});m_78fd300897f38a088ab836bde088382d['infowindow'] = new google.maps.InfoWindow({content: $l78fd300897f38a088ab836bde088382d});var infowindow = new google.maps.InfoWindow({content: $l78fd300897f38a088ab836bde088382d});google.maps.event.addListener(m_78fd300897f38a088ab836bde088382d, 'click', function() {infowindow.open(map,m_78fd300897f38a088ab836bde088382d);});$marker.push(m_78fd300897f38a088ab836bde088382d);}});}google.maps.event.addDomListener(window, 'load', initialize);