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.4614,-82.538)};var g_84476e08fb59b6b517bbb64fe0230ae2 = new google.maps.Geocoder();g_84476e08fb59b6b517bbb64fe0230ae2.geocode( { 'address': "11234 Spring Hill Dr, Spring Hill, FL 34609, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spring-hill-FL-bbt---spring-hill-main-branch').style.display = '';map = new google.maps.Map(document.getElementById('spring-hill-FL-bbt---spring-hill-main-branch'), mapOptions);}document.getElementById('be7101ab').innerHTML += ' | View Map';var $l84476e08fb59b6b517bbb64fe0230ae2 = '

BB&T - Spring Hill Main Branch

Address: 11234 Spring Hill Dr, Spring Hill, FL 34609, USA
Phone: (352) 686-2775
';var m_84476e08fb59b6b517bbb64fe0230ae2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Spring Hill Main Branch',});m_84476e08fb59b6b517bbb64fe0230ae2['infowindow'] = new google.maps.InfoWindow({content: $l84476e08fb59b6b517bbb64fe0230ae2});var infowindow = new google.maps.InfoWindow({content: $l84476e08fb59b6b517bbb64fe0230ae2});google.maps.event.addListener(m_84476e08fb59b6b517bbb64fe0230ae2, 'click', function() {infowindow.open(map,m_84476e08fb59b6b517bbb64fe0230ae2);});$marker.push(m_84476e08fb59b6b517bbb64fe0230ae2);}});}google.maps.event.addDomListener(window, 'load', initialize);