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.3247,-78.6478)};var g_b2c450336c4222e3cea68d37aafa75fd = new google.maps.Geocoder();g_b2c450336c4222e3cea68d37aafa75fd.geocode( { 'address': "512 E Jackson Blvd, Erwin, NC 28339, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('erwin-NC-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('erwin-NC-bbt-atm'), mapOptions);}document.getElementById('f93f33bf').innerHTML += ' | View Map';var $lb2c450336c4222e3cea68d37aafa75fd = '

BB&T ATM

Address: 512 E Jackson Blvd, Erwin, NC 28339, USA
Phone: (800) 226-5228
';var m_b2c450336c4222e3cea68d37aafa75fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_b2c450336c4222e3cea68d37aafa75fd['infowindow'] = new google.maps.InfoWindow({content: $lb2c450336c4222e3cea68d37aafa75fd});var infowindow = new google.maps.InfoWindow({content: $lb2c450336c4222e3cea68d37aafa75fd});google.maps.event.addListener(m_b2c450336c4222e3cea68d37aafa75fd, 'click', function() {infowindow.open(map,m_b2c450336c4222e3cea68d37aafa75fd);});$marker.push(m_b2c450336c4222e3cea68d37aafa75fd);}});}google.maps.event.addDomListener(window, 'load', initialize);