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(36.8181,-79.9322)};var g_c913303f392ffc643f7240b180602652 = new google.maps.Geocoder();g_c913303f392ffc643f7240b180602652.geocode( { 'address': "11020 Virginia Ave, Bassett, VA 24055, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bassett-VA-carter-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('bassett-VA-carter-bank--trust'), mapOptions);}document.getElementById('cc300c90').innerHTML += ' | View Map';var $lc913303f392ffc643f7240b180602652 = '

Carter Bank & Trust

Address: 11020 Virginia Ave, Bassett, VA 24055, USA
Phone: (276) 629-1361
';var m_c913303f392ffc643f7240b180602652 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carter Bank & Trust',});m_c913303f392ffc643f7240b180602652['infowindow'] = new google.maps.InfoWindow({content: $lc913303f392ffc643f7240b180602652});var infowindow = new google.maps.InfoWindow({content: $lc913303f392ffc643f7240b180602652});google.maps.event.addListener(m_c913303f392ffc643f7240b180602652, 'click', function() {infowindow.open(map,m_c913303f392ffc643f7240b180602652);});$marker.push(m_c913303f392ffc643f7240b180602652);}});}google.maps.event.addDomListener(window, 'load', initialize);