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.6335,-82.1213)};var g_b17198e2a70ec896806e132877b612db = new google.maps.Geocoder();g_b17198e2a70ec896806e132877b612db.geocode( { 'address': "7 Clear Creek Rd, Bristol, VA 24202, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bristol-VA-bristol-va-branch---the-bank-of-marion').style.display = '';map = new google.maps.Map(document.getElementById('bristol-VA-bristol-va-branch---the-bank-of-marion'), mapOptions);}document.getElementById('db3abe86').innerHTML += ' | View Map';var $lb17198e2a70ec896806e132877b612db = '

Bristol VA Branch - The Bank of Marion

Address: 7 Clear Creek Rd, Bristol, VA 24202, USA
Phone: (276) 644-1270
';var m_b17198e2a70ec896806e132877b612db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bristol VA Branch - The Bank of Marion',});m_b17198e2a70ec896806e132877b612db['infowindow'] = new google.maps.InfoWindow({content: $lb17198e2a70ec896806e132877b612db});var infowindow = new google.maps.InfoWindow({content: $lb17198e2a70ec896806e132877b612db});google.maps.event.addListener(m_b17198e2a70ec896806e132877b612db, 'click', function() {infowindow.open(map,m_b17198e2a70ec896806e132877b612db);});$marker.push(m_b17198e2a70ec896806e132877b612db);}});}google.maps.event.addDomListener(window, 'load', initialize);