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.3789,-82.4094)};var g_0ec473303fd03e299372c212834a9b86 = new google.maps.Geocoder();g_0ec473303fd03e299372c212834a9b86.geocode( { 'address': "4307 N Roan St #1, Johnson City, TN 37615, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('johnson-city-TN-ecu---boones-creek').style.display = '';map = new google.maps.Map(document.getElementById('johnson-city-TN-ecu---boones-creek'), mapOptions);}document.getElementById('59bf0c2c').innerHTML += ' | View Map';var $l0ec473303fd03e299372c212834a9b86 = '

ECU - Boones Creek

Address: 4307 N Roan St #1, Johnson City, TN 37615, USA
Phone: (423) 283-3240
';var m_0ec473303fd03e299372c212834a9b86 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ECU - Boones Creek',});m_0ec473303fd03e299372c212834a9b86['infowindow'] = new google.maps.InfoWindow({content: $l0ec473303fd03e299372c212834a9b86});var infowindow = new google.maps.InfoWindow({content: $l0ec473303fd03e299372c212834a9b86});google.maps.event.addListener(m_0ec473303fd03e299372c212834a9b86, 'click', function() {infowindow.open(map,m_0ec473303fd03e299372c212834a9b86);});$marker.push(m_0ec473303fd03e299372c212834a9b86);}});}google.maps.event.addDomListener(window, 'load', initialize);