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(35.9998,-79.9316)};var g_99f8b58f6d361e29a700b4ea5004ffbd = new google.maps.Geocoder();g_99f8b58f6d361e29a700b4ea5004ffbd.geocode( { 'address': "207 E Main St, Jamestown, NC 27282"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jamestown-NC-high-point-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('jamestown-NC-high-point-bank-trust-co'), mapOptions);}document.getElementById('6eecadfe').innerHTML += ' | View Map';var $l99f8b58f6d361e29a700b4ea5004ffbd = '

High Point Bank & Trust Co

Address: 207 E Main St, Jamestown, NC 27282
Phone: (336) 881-3370
';var m_99f8b58f6d361e29a700b4ea5004ffbd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'High Point Bank & Trust Co',});m_99f8b58f6d361e29a700b4ea5004ffbd['infowindow'] = new google.maps.InfoWindow({content: $l99f8b58f6d361e29a700b4ea5004ffbd});var infowindow = new google.maps.InfoWindow({content: $l99f8b58f6d361e29a700b4ea5004ffbd});google.maps.event.addListener(m_99f8b58f6d361e29a700b4ea5004ffbd, 'click', function() {infowindow.open(map,m_99f8b58f6d361e29a700b4ea5004ffbd);});$marker.push(m_99f8b58f6d361e29a700b4ea5004ffbd);}});}google.maps.event.addDomListener(window, 'load', initialize);