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.6852,-79.8653)};var g_645a62705e423ddaa1f0d0c59a5d61b8 = new google.maps.Geocoder();g_645a62705e423ddaa1f0d0c59a5d61b8.geocode( { 'address': "900 Liberty St, Martinsville, VA 24112"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('martinsville-VA-american-national-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('martinsville-VA-american-national-bank-trust'), mapOptions);}document.getElementById('978c4319').innerHTML += ' | View Map';var $l645a62705e423ddaa1f0d0c59a5d61b8 = '

American National Bank & Trust

Address: 900 Liberty St, Martinsville, VA 24112
Phone: (276) 632-1326
';var m_645a62705e423ddaa1f0d0c59a5d61b8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American National Bank & Trust',});m_645a62705e423ddaa1f0d0c59a5d61b8['infowindow'] = new google.maps.InfoWindow({content: $l645a62705e423ddaa1f0d0c59a5d61b8});var infowindow = new google.maps.InfoWindow({content: $l645a62705e423ddaa1f0d0c59a5d61b8});google.maps.event.addListener(m_645a62705e423ddaa1f0d0c59a5d61b8, 'click', function() {infowindow.open(map,m_645a62705e423ddaa1f0d0c59a5d61b8);});$marker.push(m_645a62705e423ddaa1f0d0c59a5d61b8);}});}google.maps.event.addDomListener(window, 'load', initialize);