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.7126,-81.9289)};var g_fea47eb5acbc2d748205dc2869518359 = new google.maps.Geocoder();g_fea47eb5acbc2d748205dc2869518359.geocode( { 'address': "17510 Lee Hwy, Abingdon, VA 24210, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('abingdon-VA-lee-bank').style.display = '';map = new google.maps.Map(document.getElementById('abingdon-VA-lee-bank'), mapOptions);}document.getElementById('6eeea311').innerHTML += ' | View Map';var $lfea47eb5acbc2d748205dc2869518359 = '

Lee Bank

Address: 17510 Lee Hwy, Abingdon, VA 24210, USA
Phone: (276) 698-3131
';var m_fea47eb5acbc2d748205dc2869518359 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lee Bank',});m_fea47eb5acbc2d748205dc2869518359['infowindow'] = new google.maps.InfoWindow({content: $lfea47eb5acbc2d748205dc2869518359});var infowindow = new google.maps.InfoWindow({content: $lfea47eb5acbc2d748205dc2869518359});google.maps.event.addListener(m_fea47eb5acbc2d748205dc2869518359, 'click', function() {infowindow.open(map,m_fea47eb5acbc2d748205dc2869518359);});$marker.push(m_fea47eb5acbc2d748205dc2869518359);}});}google.maps.event.addDomListener(window, 'load', initialize);