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.0748,-79.276)};var g_b38dd82dda8d64945cbd5897cafb1368 = new google.maps.Geocoder();g_b38dd82dda8d64945cbd5897cafb1368.geocode( { 'address': "1008 Mebane Oaks Rd, Mebane, NC 27302, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mebane-NC-american-national-bank-and-trust').style.display = '';map = new google.maps.Map(document.getElementById('mebane-NC-american-national-bank-and-trust'), mapOptions);}document.getElementById('66837cdd').innerHTML += ' | View Map';var $lb38dd82dda8d64945cbd5897cafb1368 = '

American National Bank and Trust

Address: 1008 Mebane Oaks Rd, Mebane, NC 27302, USA
Phone: (919) 563-1010
';var m_b38dd82dda8d64945cbd5897cafb1368 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American National Bank and Trust',});m_b38dd82dda8d64945cbd5897cafb1368['infowindow'] = new google.maps.InfoWindow({content: $lb38dd82dda8d64945cbd5897cafb1368});var infowindow = new google.maps.InfoWindow({content: $lb38dd82dda8d64945cbd5897cafb1368});google.maps.event.addListener(m_b38dd82dda8d64945cbd5897cafb1368, 'click', function() {infowindow.open(map,m_b38dd82dda8d64945cbd5897cafb1368);});$marker.push(m_b38dd82dda8d64945cbd5897cafb1368);}});}google.maps.event.addDomListener(window, 'load', initialize);