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(28.6583,-81.1813)};var g_a485f44b58ac44713d61366e5648f187 = new google.maps.Geocoder();g_a485f44b58ac44713d61366e5648f187.geocode( { 'address': "3055 Alafaya Trl, Oviedo, FL 32765"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oviedo-FL-bbt').style.display = '';map = new google.maps.Map(document.getElementById('oviedo-FL-bbt'), mapOptions);}document.getElementById('43ee8ed2').innerHTML += ' | View Map';var $la485f44b58ac44713d61366e5648f187 = '

BB&T

Address: 3055 Alafaya Trl, Oviedo, FL 32765
Phone: (407) 971-7500
';var m_a485f44b58ac44713d61366e5648f187 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_a485f44b58ac44713d61366e5648f187['infowindow'] = new google.maps.InfoWindow({content: $la485f44b58ac44713d61366e5648f187});var infowindow = new google.maps.InfoWindow({content: $la485f44b58ac44713d61366e5648f187});google.maps.event.addListener(m_a485f44b58ac44713d61366e5648f187, 'click', function() {infowindow.open(map,m_a485f44b58ac44713d61366e5648f187);});$marker.push(m_a485f44b58ac44713d61366e5648f187);}});}google.maps.event.addDomListener(window, 'load', initialize);