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.6136,-82.171)};var g_ff63d5c2a8762344e119750b0cb6ce1b = new google.maps.Geocoder();g_ff63d5c2a8762344e119750b0cb6ce1b.geocode( { 'address': "901 W State St, Bristol, VA 24201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bristol-VA-capital-bank').style.display = '';map = new google.maps.Map(document.getElementById('bristol-VA-capital-bank'), mapOptions);}document.getElementById('b19220b8').innerHTML += ' | View Map';var $lff63d5c2a8762344e119750b0cb6ce1b = '

Capital Bank

Address: 901 W State St, Bristol, VA 24201
Phone: (276) 642-4000
';var m_ff63d5c2a8762344e119750b0cb6ce1b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital Bank',});m_ff63d5c2a8762344e119750b0cb6ce1b['infowindow'] = new google.maps.InfoWindow({content: $lff63d5c2a8762344e119750b0cb6ce1b});var infowindow = new google.maps.InfoWindow({content: $lff63d5c2a8762344e119750b0cb6ce1b});google.maps.event.addListener(m_ff63d5c2a8762344e119750b0cb6ce1b, 'click', function() {infowindow.open(map,m_ff63d5c2a8762344e119750b0cb6ce1b);});$marker.push(m_ff63d5c2a8762344e119750b0cb6ce1b);}});}google.maps.event.addDomListener(window, 'load', initialize);