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.079,-78.4451)};var g_0f259acbbb6dcc1f020afd1b82324299 = new google.maps.Geocoder();g_0f259acbbb6dcc1f020afd1b82324299.geocode( { 'address': "185 Kings Hwy, Keysville, VA 23947, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('keysville-VA-bbt---keysville-branch').style.display = '';map = new google.maps.Map(document.getElementById('keysville-VA-bbt---keysville-branch'), mapOptions);}document.getElementById('f10a011f').innerHTML += ' | View Map';var $l0f259acbbb6dcc1f020afd1b82324299 = '

BB&T - Keysville Branch

Address: 185 Kings Hwy, Keysville, VA 23947, USA
Phone: (434) 736-8421
';var m_0f259acbbb6dcc1f020afd1b82324299 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Keysville Branch',});m_0f259acbbb6dcc1f020afd1b82324299['infowindow'] = new google.maps.InfoWindow({content: $l0f259acbbb6dcc1f020afd1b82324299});var infowindow = new google.maps.InfoWindow({content: $l0f259acbbb6dcc1f020afd1b82324299});google.maps.event.addListener(m_0f259acbbb6dcc1f020afd1b82324299, 'click', function() {infowindow.open(map,m_0f259acbbb6dcc1f020afd1b82324299);});$marker.push(m_0f259acbbb6dcc1f020afd1b82324299);}});}google.maps.event.addDomListener(window, 'load', initialize);