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.9811,-82.343)};var g_9547ad6b651e2087bac67651aa92cd0d = new google.maps.Geocoder();g_9547ad6b651e2087bac67651aa92cd0d.geocode( { 'address': "7919 Gunn Hwy, Tampa, FL 33626"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tampa-FL-bb-t').style.display = '';map = new google.maps.Map(document.getElementById('tampa-FL-bb-t'), mapOptions);}document.getElementById('e29dfdaf').innerHTML += ' | View Map';var $l9547ad6b651e2087bac67651aa92cd0d = '

BB & T

Address: 7919 Gunn Hwy, Tampa, FL 33626
Phone: (813) 792-1512
';var m_9547ad6b651e2087bac67651aa92cd0d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB & T',});m_9547ad6b651e2087bac67651aa92cd0d['infowindow'] = new google.maps.InfoWindow({content: $l9547ad6b651e2087bac67651aa92cd0d});var infowindow = new google.maps.InfoWindow({content: $l9547ad6b651e2087bac67651aa92cd0d});google.maps.event.addListener(m_9547ad6b651e2087bac67651aa92cd0d, 'click', function() {infowindow.open(map,m_9547ad6b651e2087bac67651aa92cd0d);});$marker.push(m_9547ad6b651e2087bac67651aa92cd0d);}});}google.maps.event.addDomListener(window, 'load', initialize);