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.316,-82.3894)};var g_7eab47bf3a57db8e440e5a788467c37f = new google.maps.Geocoder();g_7eab47bf3a57db8e440e5a788467c37f.geocode( { 'address': "600 N State of Franklin Rd Suite 4, Johnson City, TN 37604, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('johnson-city-TN-covington-credit').style.display = '';map = new google.maps.Map(document.getElementById('johnson-city-TN-covington-credit'), mapOptions);}document.getElementById('2ba3729c').innerHTML += ' | View Map';var $l7eab47bf3a57db8e440e5a788467c37f = '

Covington Credit

Address: 600 N State of Franklin Rd Suite 4, Johnson City, TN 37604, USA
Phone: (423) 929-3033
';var m_7eab47bf3a57db8e440e5a788467c37f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Covington Credit',});m_7eab47bf3a57db8e440e5a788467c37f['infowindow'] = new google.maps.InfoWindow({content: $l7eab47bf3a57db8e440e5a788467c37f});var infowindow = new google.maps.InfoWindow({content: $l7eab47bf3a57db8e440e5a788467c37f});google.maps.event.addListener(m_7eab47bf3a57db8e440e5a788467c37f, 'click', function() {infowindow.open(map,m_7eab47bf3a57db8e440e5a788467c37f);});$marker.push(m_7eab47bf3a57db8e440e5a788467c37f);}});}google.maps.event.addDomListener(window, 'load', initialize);