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.546,-81.7035)};var g_27bda4918093fea6c72a77915676d965 = new google.maps.Geocoder();g_27bda4918093fea6c72a77915676d965.geocode( { 'address': "2665 E Hwy 50, Clermont, FL 34711, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clermont-FL-bbt---clermont-fl-branch').style.display = '';map = new google.maps.Map(document.getElementById('clermont-FL-bbt---clermont-fl-branch'), mapOptions);}document.getElementById('03874ab7').innerHTML += ' | View Map';var $l27bda4918093fea6c72a77915676d965 = '

BB&T - Clermont FL Branch

Address: 2665 E Hwy 50, Clermont, FL 34711, USA
Phone: (407) 877-5301
';var m_27bda4918093fea6c72a77915676d965 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Clermont FL Branch',});m_27bda4918093fea6c72a77915676d965['infowindow'] = new google.maps.InfoWindow({content: $l27bda4918093fea6c72a77915676d965});var infowindow = new google.maps.InfoWindow({content: $l27bda4918093fea6c72a77915676d965});google.maps.event.addListener(m_27bda4918093fea6c72a77915676d965, 'click', function() {infowindow.open(map,m_27bda4918093fea6c72a77915676d965);});$marker.push(m_27bda4918093fea6c72a77915676d965);}});}google.maps.event.addDomListener(window, 'load', initialize);