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.0963,-80.4192)};var g_93753c80f6a32ce7922fe7723977d229 = new google.maps.Geocoder();g_93753c80f6a32ce7922fe7723977d229.geocode( { 'address': "130 Lewisville Clemmons Rd, Lewisville, NC 27023, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lewisville-NC-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('lewisville-NC-atm-bbt'), mapOptions);}document.getElementById('0271735f').innerHTML += ' | View Map';var $l93753c80f6a32ce7922fe7723977d229 = '

ATM (BB&T)

Address: 130 Lewisville Clemmons Rd, Lewisville, NC 27023, USA
Phone:
';var m_93753c80f6a32ce7922fe7723977d229 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_93753c80f6a32ce7922fe7723977d229['infowindow'] = new google.maps.InfoWindow({content: $l93753c80f6a32ce7922fe7723977d229});var infowindow = new google.maps.InfoWindow({content: $l93753c80f6a32ce7922fe7723977d229});google.maps.event.addListener(m_93753c80f6a32ce7922fe7723977d229, 'click', function() {infowindow.open(map,m_93753c80f6a32ce7922fe7723977d229);});$marker.push(m_93753c80f6a32ce7922fe7723977d229);}});}google.maps.event.addDomListener(window, 'load', initialize);