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.341,-82.3796)};var g_62696a75fa99f2612066728b25179eea = new google.maps.Geocoder();g_62696a75fa99f2612066728b25179eea.geocode( { 'address': "300 Sunset Dr, Johnson City, TN 37604, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('johnson-city-TN-peoples-community-bank--sunset-drive').style.display = '';map = new google.maps.Map(document.getElementById('johnson-city-TN-peoples-community-bank--sunset-drive'), mapOptions);}document.getElementById('9f23bd96').innerHTML += ' | View Map';var $l62696a75fa99f2612066728b25179eea = '

Peoples Community Bank- Sunset Drive

Address: 300 Sunset Dr, Johnson City, TN 37604, USA
Phone: (423) 915-2200
';var m_62696a75fa99f2612066728b25179eea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Community Bank- Sunset Drive',});m_62696a75fa99f2612066728b25179eea['infowindow'] = new google.maps.InfoWindow({content: $l62696a75fa99f2612066728b25179eea});var infowindow = new google.maps.InfoWindow({content: $l62696a75fa99f2612066728b25179eea});google.maps.event.addListener(m_62696a75fa99f2612066728b25179eea, 'click', function() {infowindow.open(map,m_62696a75fa99f2612066728b25179eea);});$marker.push(m_62696a75fa99f2612066728b25179eea);}});}google.maps.event.addDomListener(window, 'load', initialize);