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(26.0512,-80.147)};var g_49808dd17c6b4b19dfe71f4d16e5b733 = new google.maps.Geocoder();g_49808dd17c6b4b19dfe71f4d16e5b733.geocode( { 'address': "372 E Dania Beach Blvd, Dania, FL 33004"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dania-FL-bbt').style.display = '';map = new google.maps.Map(document.getElementById('dania-FL-bbt'), mapOptions);}document.getElementById('9288bb77').innerHTML += ' | View Map';var $l49808dd17c6b4b19dfe71f4d16e5b733 = '

BB&T

Address: 372 E Dania Beach Blvd, Dania, FL 33004
Phone: (954) 923-6556
';var m_49808dd17c6b4b19dfe71f4d16e5b733 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_49808dd17c6b4b19dfe71f4d16e5b733['infowindow'] = new google.maps.InfoWindow({content: $l49808dd17c6b4b19dfe71f4d16e5b733});var infowindow = new google.maps.InfoWindow({content: $l49808dd17c6b4b19dfe71f4d16e5b733});google.maps.event.addListener(m_49808dd17c6b4b19dfe71f4d16e5b733, 'click', function() {infowindow.open(map,m_49808dd17c6b4b19dfe71f4d16e5b733);});$marker.push(m_49808dd17c6b4b19dfe71f4d16e5b733);}});}google.maps.event.addDomListener(window, 'load', initialize);