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.5732,-79.058)};var g_efb25ae0c00a940792bb7463060f4dd7 = new google.maps.Geocoder();g_efb25ae0c00a940792bb7463060f4dd7.geocode( { 'address': "134 Chapel Rd, Amherst, VA 24521"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amherst-VA-suntrust-bank').style.display = '';map = new google.maps.Map(document.getElementById('amherst-VA-suntrust-bank'), mapOptions);}document.getElementById('0af77d05').innerHTML += ' | View Map';var $lefb25ae0c00a940792bb7463060f4dd7 = '

Suntrust Bank

Address: 134 Chapel Rd, Amherst, VA 24521
Phone: (434) 381-5505
';var m_efb25ae0c00a940792bb7463060f4dd7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Suntrust Bank',});m_efb25ae0c00a940792bb7463060f4dd7['infowindow'] = new google.maps.InfoWindow({content: $lefb25ae0c00a940792bb7463060f4dd7});var infowindow = new google.maps.InfoWindow({content: $lefb25ae0c00a940792bb7463060f4dd7});google.maps.event.addListener(m_efb25ae0c00a940792bb7463060f4dd7, 'click', function() {infowindow.open(map,m_efb25ae0c00a940792bb7463060f4dd7);});$marker.push(m_efb25ae0c00a940792bb7463060f4dd7);}});}google.maps.event.addDomListener(window, 'load', initialize);