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.3884,-82.3595)};var g_09f409455ab9937d32029b6da6d35573 = new google.maps.Geocoder();g_09f409455ab9937d32029b6da6d35573.geocode( { 'address': "4138 Bristol Hwy #4, Johnson City, TN 37601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('johnson-city-TN-benchmark-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('johnson-city-TN-benchmark-home-loans'), mapOptions);}document.getElementById('8256f905').innerHTML += ' | View Map';var $l09f409455ab9937d32029b6da6d35573 = '

Benchmark Home Loans

Address: 4138 Bristol Hwy #4, Johnson City, TN 37601, USA
Phone: (423) 232-0111
';var m_09f409455ab9937d32029b6da6d35573 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Benchmark Home Loans',});m_09f409455ab9937d32029b6da6d35573['infowindow'] = new google.maps.InfoWindow({content: $l09f409455ab9937d32029b6da6d35573});var infowindow = new google.maps.InfoWindow({content: $l09f409455ab9937d32029b6da6d35573});google.maps.event.addListener(m_09f409455ab9937d32029b6da6d35573, 'click', function() {infowindow.open(map,m_09f409455ab9937d32029b6da6d35573);});$marker.push(m_09f409455ab9937d32029b6da6d35573);}});}google.maps.event.addDomListener(window, 'load', initialize);