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.5244,-81.5862)};var g_4a51fda79bbd54b4e7327dd6559b6c4d = new google.maps.Geocoder();g_4a51fda79bbd54b4e7327dd6559b6c4d.geocode( { 'address': "3106 Daniels Rd, Winter Garden, FL 34787, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winter-garden-FL-bbt').style.display = '';map = new google.maps.Map(document.getElementById('winter-garden-FL-bbt'), mapOptions);}document.getElementById('f703d48d').innerHTML += ' | View Map';var $l4a51fda79bbd54b4e7327dd6559b6c4d = '

BB&T

Address: 3106 Daniels Rd, Winter Garden, FL 34787, USA
Phone: (407) 614-6330
';var m_4a51fda79bbd54b4e7327dd6559b6c4d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_4a51fda79bbd54b4e7327dd6559b6c4d['infowindow'] = new google.maps.InfoWindow({content: $l4a51fda79bbd54b4e7327dd6559b6c4d});var infowindow = new google.maps.InfoWindow({content: $l4a51fda79bbd54b4e7327dd6559b6c4d});google.maps.event.addListener(m_4a51fda79bbd54b4e7327dd6559b6c4d, 'click', function() {infowindow.open(map,m_4a51fda79bbd54b4e7327dd6559b6c4d);});$marker.push(m_4a51fda79bbd54b4e7327dd6559b6c4d);}});}google.maps.event.addDomListener(window, 'load', initialize);