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(27.937,-82.2933)};var g_451be1b10e67193b8c6fad49b9630c71 = new google.maps.Geocoder();g_451be1b10e67193b8c6fad49b9630c71.geocode( { 'address': "655 W Brandon Blvd, Brandon, FL 33511, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brandon-FL-bbt').style.display = '';map = new google.maps.Map(document.getElementById('brandon-FL-bbt'), mapOptions);}document.getElementById('1f1181a1').innerHTML += ' | View Map';var $l451be1b10e67193b8c6fad49b9630c71 = '

BB&T

Address: 655 W Brandon Blvd, Brandon, FL 33511, USA
Phone: (813) 653-7600
';var m_451be1b10e67193b8c6fad49b9630c71 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_451be1b10e67193b8c6fad49b9630c71['infowindow'] = new google.maps.InfoWindow({content: $l451be1b10e67193b8c6fad49b9630c71});var infowindow = new google.maps.InfoWindow({content: $l451be1b10e67193b8c6fad49b9630c71});google.maps.event.addListener(m_451be1b10e67193b8c6fad49b9630c71, 'click', function() {infowindow.open(map,m_451be1b10e67193b8c6fad49b9630c71);});$marker.push(m_451be1b10e67193b8c6fad49b9630c71);}});}google.maps.event.addDomListener(window, 'load', initialize);