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.3541,-82.3683)};var g_6c113c6be694f5c923b1a79d2f060a44 = new google.maps.Geocoder();g_6c113c6be694f5c923b1a79d2f060a44.geocode( { 'address': "508 Princeton Rd Suite 201, Johnson City, TN 37601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('johnson-city-TN-lucas-johnson').style.display = '';map = new google.maps.Map(document.getElementById('johnson-city-TN-lucas-johnson'), mapOptions);}document.getElementById('b65f3c14').innerHTML += ' | View Map';var $l6c113c6be694f5c923b1a79d2f060a44 = '

Lucas Johnson

Address: 508 Princeton Rd Suite 201, Johnson City, TN 37601, USA
Phone: (423) 283-4702
';var m_6c113c6be694f5c923b1a79d2f060a44 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lucas Johnson',});m_6c113c6be694f5c923b1a79d2f060a44['infowindow'] = new google.maps.InfoWindow({content: $l6c113c6be694f5c923b1a79d2f060a44});var infowindow = new google.maps.InfoWindow({content: $l6c113c6be694f5c923b1a79d2f060a44});google.maps.event.addListener(m_6c113c6be694f5c923b1a79d2f060a44, 'click', function() {infowindow.open(map,m_6c113c6be694f5c923b1a79d2f060a44);});$marker.push(m_6c113c6be694f5c923b1a79d2f060a44);}});}google.maps.event.addDomListener(window, 'load', initialize);