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(37.7797,-79.4446)};var g_92c0aa3152160ed0ae7c57e756f0e01d = new google.maps.Geocoder();g_92c0aa3152160ed0ae7c57e756f0e01d.geocode( { 'address': "869 Lee Highway, Lexington, VA 24450"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lexington-VA-suntrust-bank').style.display = '';map = new google.maps.Map(document.getElementById('lexington-VA-suntrust-bank'), mapOptions);}document.getElementById('c552603c').innerHTML += ' | View Map';var $l92c0aa3152160ed0ae7c57e756f0e01d = '

SunTrust Bank

Address: 869 Lee Highway, Lexington, VA 24450
Phone: (540) 817-6010
';var m_92c0aa3152160ed0ae7c57e756f0e01d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SunTrust Bank',});m_92c0aa3152160ed0ae7c57e756f0e01d['infowindow'] = new google.maps.InfoWindow({content: $l92c0aa3152160ed0ae7c57e756f0e01d});var infowindow = new google.maps.InfoWindow({content: $l92c0aa3152160ed0ae7c57e756f0e01d});google.maps.event.addListener(m_92c0aa3152160ed0ae7c57e756f0e01d, 'click', function() {infowindow.open(map,m_92c0aa3152160ed0ae7c57e756f0e01d);});$marker.push(m_92c0aa3152160ed0ae7c57e756f0e01d);}});}google.maps.event.addDomListener(window, 'load', initialize);