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.4331,-82.5011)};var g_28c9325a8cf6c9b1ee059630afc5a838 = new google.maps.Geocoder();g_28c9325a8cf6c9b1ee059630afc5a838.geocode( { 'address': "3578 Hendersonville Rd, Fletcher, NC 28732, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fletcher-NC-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('fletcher-NC-bbt-atm'), mapOptions);}document.getElementById('35ecd0c8').innerHTML += ' | View Map';var $l28c9325a8cf6c9b1ee059630afc5a838 = '

BB&T ATM

Address: 3578 Hendersonville Rd, Fletcher, NC 28732, USA
Phone: (800) 226-5228
';var m_28c9325a8cf6c9b1ee059630afc5a838 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_28c9325a8cf6c9b1ee059630afc5a838['infowindow'] = new google.maps.InfoWindow({content: $l28c9325a8cf6c9b1ee059630afc5a838});var infowindow = new google.maps.InfoWindow({content: $l28c9325a8cf6c9b1ee059630afc5a838});google.maps.event.addListener(m_28c9325a8cf6c9b1ee059630afc5a838, 'click', function() {infowindow.open(map,m_28c9325a8cf6c9b1ee059630afc5a838);});$marker.push(m_28c9325a8cf6c9b1ee059630afc5a838);}});}google.maps.event.addDomListener(window, 'load', initialize);