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.2766,-75.9611)};var g_b0504be594960d18adfaeca8a6098574 = new google.maps.Geocoder();g_b0504be594960d18adfaeca8a6098574.geocode( { 'address': "21263 Lankford Highway, Cheriton, VA 23310"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cheriton-VA-suntrust-bank').style.display = '';map = new google.maps.Map(document.getElementById('cheriton-VA-suntrust-bank'), mapOptions);}document.getElementById('40848b4e').innerHTML += ' | View Map';var $lb0504be594960d18adfaeca8a6098574 = '

SunTrust Bank

Address: 21263 Lankford Highway, Cheriton, VA 23310
Phone: (757) 331-7001
';var m_b0504be594960d18adfaeca8a6098574 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SunTrust Bank',});m_b0504be594960d18adfaeca8a6098574['infowindow'] = new google.maps.InfoWindow({content: $lb0504be594960d18adfaeca8a6098574});var infowindow = new google.maps.InfoWindow({content: $lb0504be594960d18adfaeca8a6098574});google.maps.event.addListener(m_b0504be594960d18adfaeca8a6098574, 'click', function() {infowindow.open(map,m_b0504be594960d18adfaeca8a6098574);});$marker.push(m_b0504be594960d18adfaeca8a6098574);}});}google.maps.event.addDomListener(window, 'load', initialize);