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.9145,-82.4699)};var g_37f76c6fe3ab45e0cd7ecb176b5a046d = new google.maps.Geocoder();g_37f76c6fe3ab45e0cd7ecb176b5a046d.geocode( { 'address': "3527 N Lecanto Hwy, Beverly Hills, FL 34465, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beverly-hills-FL-bbt---beverly-hills-branch').style.display = '';map = new google.maps.Map(document.getElementById('beverly-hills-FL-bbt---beverly-hills-branch'), mapOptions);}document.getElementById('3ddc4c84').innerHTML += ' | View Map';var $l37f76c6fe3ab45e0cd7ecb176b5a046d = '

BB&T - Beverly Hills Branch

Address: 3527 N Lecanto Hwy, Beverly Hills, FL 34465, USA
Phone: (352) 527-8110
';var m_37f76c6fe3ab45e0cd7ecb176b5a046d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Beverly Hills Branch',});m_37f76c6fe3ab45e0cd7ecb176b5a046d['infowindow'] = new google.maps.InfoWindow({content: $l37f76c6fe3ab45e0cd7ecb176b5a046d});var infowindow = new google.maps.InfoWindow({content: $l37f76c6fe3ab45e0cd7ecb176b5a046d});google.maps.event.addListener(m_37f76c6fe3ab45e0cd7ecb176b5a046d, 'click', function() {infowindow.open(map,m_37f76c6fe3ab45e0cd7ecb176b5a046d);});$marker.push(m_37f76c6fe3ab45e0cd7ecb176b5a046d);}});}google.maps.event.addDomListener(window, 'load', initialize);