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.3096,-82.3877)};var g_fd19593cec56a78a95987bfbf1e19868 = new google.maps.Geocoder();g_fd19593cec56a78a95987bfbf1e19868.geocode( { 'address': "421 N State of Franklin Rd #400, Johnson City, TN 37604, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('johnson-city-TN-ecu---market-corner').style.display = '';map = new google.maps.Map(document.getElementById('johnson-city-TN-ecu---market-corner'), mapOptions);}document.getElementById('cde3d73e').innerHTML += ' | View Map';var $lfd19593cec56a78a95987bfbf1e19868 = '

ECU - Market Corner

Address: 421 N State of Franklin Rd #400, Johnson City, TN 37604, USA
Phone: (423) 232-2060
';var m_fd19593cec56a78a95987bfbf1e19868 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ECU - Market Corner',});m_fd19593cec56a78a95987bfbf1e19868['infowindow'] = new google.maps.InfoWindow({content: $lfd19593cec56a78a95987bfbf1e19868});var infowindow = new google.maps.InfoWindow({content: $lfd19593cec56a78a95987bfbf1e19868});google.maps.event.addListener(m_fd19593cec56a78a95987bfbf1e19868, 'click', function() {infowindow.open(map,m_fd19593cec56a78a95987bfbf1e19868);});$marker.push(m_fd19593cec56a78a95987bfbf1e19868);}});}google.maps.event.addDomListener(window, 'load', initialize);