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_e4854c5608c54d96a6b3f76b9414a746 = new google.maps.Geocoder();g_e4854c5608c54d96a6b3f76b9414a746.geocode( { 'address': "2975 Lee Hwy, Bristol, VA 24202-5937"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bristol-VA-the-bank-of-marion').style.display = '';map = new google.maps.Map(document.getElementById('bristol-VA-the-bank-of-marion'), mapOptions);}document.getElementById('f96fec32').innerHTML += ' | View Map';var $le4854c5608c54d96a6b3f76b9414a746 = '

The Bank of Marion

Address: 2975 Lee Hwy, Bristol, VA 24202-5937
Phone: (276) 644-1270
';var m_e4854c5608c54d96a6b3f76b9414a746 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Bank of Marion',});m_e4854c5608c54d96a6b3f76b9414a746['infowindow'] = new google.maps.InfoWindow({content: $le4854c5608c54d96a6b3f76b9414a746});var infowindow = new google.maps.InfoWindow({content: $le4854c5608c54d96a6b3f76b9414a746});google.maps.event.addListener(m_e4854c5608c54d96a6b3f76b9414a746, 'click', function() {infowindow.open(map,m_e4854c5608c54d96a6b3f76b9414a746);});$marker.push(m_e4854c5608c54d96a6b3f76b9414a746);}});}google.maps.event.addDomListener(window, 'load', initialize);