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.9467,-82.3467)};var g_3a9042c73cc61230a77e846d4576100c = new google.maps.Geocoder();g_3a9042c73cc61230a77e846d4576100c.geocode( { 'address': "9737 Lunar DR, Tampa, FL 33619, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tampa-FL-bbt-bank').style.display = '';map = new google.maps.Map(document.getElementById('tampa-FL-bbt-bank'), mapOptions);}document.getElementById('59c9af08').innerHTML += ' | View Map';var $l3a9042c73cc61230a77e846d4576100c = '

BB&T Bank

Address: 9737 Lunar DR, Tampa, FL 33619, USA
Phone: (813) 626-5884
';var m_3a9042c73cc61230a77e846d4576100c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T Bank',});m_3a9042c73cc61230a77e846d4576100c['infowindow'] = new google.maps.InfoWindow({content: $l3a9042c73cc61230a77e846d4576100c});var infowindow = new google.maps.InfoWindow({content: $l3a9042c73cc61230a77e846d4576100c});google.maps.event.addListener(m_3a9042c73cc61230a77e846d4576100c, 'click', function() {infowindow.open(map,m_3a9042c73cc61230a77e846d4576100c);});$marker.push(m_3a9042c73cc61230a77e846d4576100c);}});}google.maps.event.addDomListener(window, 'load', initialize);