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(32.9091,-96.584)};var g_89148408d209b6fc7dcc7ac44daf70aa = new google.maps.Geocoder();g_89148408d209b6fc7dcc7ac44daf70aa.geocode( { 'address': "2001 Lakeview Pkwy, Rowlett, TX 75089, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rowlett-TX-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('rowlett-TX-bbt-atm'), mapOptions);}document.getElementById('8b175b6c').innerHTML += ' | View Map';var $l89148408d209b6fc7dcc7ac44daf70aa = '

BB&T ATM

Address: 2001 Lakeview Pkwy, Rowlett, TX 75089, USA
Phone: (800) 226-5228
';var m_89148408d209b6fc7dcc7ac44daf70aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_89148408d209b6fc7dcc7ac44daf70aa['infowindow'] = new google.maps.InfoWindow({content: $l89148408d209b6fc7dcc7ac44daf70aa});var infowindow = new google.maps.InfoWindow({content: $l89148408d209b6fc7dcc7ac44daf70aa});google.maps.event.addListener(m_89148408d209b6fc7dcc7ac44daf70aa, 'click', function() {infowindow.open(map,m_89148408d209b6fc7dcc7ac44daf70aa);});$marker.push(m_89148408d209b6fc7dcc7ac44daf70aa);}});}google.maps.event.addDomListener(window, 'load', initialize);