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.4359,-77.9076)};var g_2692f5deb0333309b11937d5d893a9ac = new google.maps.Geocoder();g_2692f5deb0333309b11937d5d893a9ac.geocode( { 'address': "221 E Main St, Littleton, NC 27850, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('littleton-NC-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('littleton-NC-bbt-atm'), mapOptions);}document.getElementById('1f798792').innerHTML += ' | View Map';var $l2692f5deb0333309b11937d5d893a9ac = '

BB&T ATM

Address: 221 E Main St, Littleton, NC 27850, USA
Phone: (800) 226-5228
';var m_2692f5deb0333309b11937d5d893a9ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_2692f5deb0333309b11937d5d893a9ac['infowindow'] = new google.maps.InfoWindow({content: $l2692f5deb0333309b11937d5d893a9ac});var infowindow = new google.maps.InfoWindow({content: $l2692f5deb0333309b11937d5d893a9ac});google.maps.event.addListener(m_2692f5deb0333309b11937d5d893a9ac, 'click', function() {infowindow.open(map,m_2692f5deb0333309b11937d5d893a9ac);});$marker.push(m_2692f5deb0333309b11937d5d893a9ac);}});}google.maps.event.addDomListener(window, 'load', initialize);