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.229,-80.4149)};var g_394bb13ca7629b1ed9fef87b553a84d9 = new google.maps.Geocoder();g_394bb13ca7629b1ed9fef87b553a84d9.geocode( { 'address': "903 University City Blvd, Blacksburg, VA 24060"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blacksburg-VA-suntrust-bank').style.display = '';map = new google.maps.Map(document.getElementById('blacksburg-VA-suntrust-bank'), mapOptions);}document.getElementById('6dd56d79').innerHTML += ' | View Map';var $l394bb13ca7629b1ed9fef87b553a84d9 = '

SunTrust Bank

Address: 903 University City Blvd, Blacksburg, VA 24060
Phone: (540) 553-8431
';var m_394bb13ca7629b1ed9fef87b553a84d9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SunTrust Bank',});m_394bb13ca7629b1ed9fef87b553a84d9['infowindow'] = new google.maps.InfoWindow({content: $l394bb13ca7629b1ed9fef87b553a84d9});var infowindow = new google.maps.InfoWindow({content: $l394bb13ca7629b1ed9fef87b553a84d9});google.maps.event.addListener(m_394bb13ca7629b1ed9fef87b553a84d9, 'click', function() {infowindow.open(map,m_394bb13ca7629b1ed9fef87b553a84d9);});$marker.push(m_394bb13ca7629b1ed9fef87b553a84d9);}});}google.maps.event.addDomListener(window, 'load', initialize);