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.549,-82.5464)};var g_e80a5fcb147d23edaed26cc0c74f47ab = new google.maps.Geocoder();g_e80a5fcb147d23edaed26cc0c74f47ab.geocode( { 'address': "2600 N John B Dennis Hwy, Kingsport, TN 37660"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kingsport-TN-new-peoples-bank').style.display = '';map = new google.maps.Map(document.getElementById('kingsport-TN-new-peoples-bank'), mapOptions);}document.getElementById('f107099e').innerHTML += ' | View Map';var $le80a5fcb147d23edaed26cc0c74f47ab = '

New Peoples Bank

Address: 2600 N John B Dennis Hwy, Kingsport, TN 37660
Phone: (423) 288-2660
';var m_e80a5fcb147d23edaed26cc0c74f47ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Peoples Bank',});m_e80a5fcb147d23edaed26cc0c74f47ab['infowindow'] = new google.maps.InfoWindow({content: $le80a5fcb147d23edaed26cc0c74f47ab});var infowindow = new google.maps.InfoWindow({content: $le80a5fcb147d23edaed26cc0c74f47ab});google.maps.event.addListener(m_e80a5fcb147d23edaed26cc0c74f47ab, 'click', function() {infowindow.open(map,m_e80a5fcb147d23edaed26cc0c74f47ab);});$marker.push(m_e80a5fcb147d23edaed26cc0c74f47ab);}});}google.maps.event.addDomListener(window, 'load', initialize);