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(27.7719,-82.3908)};var g_027e98aab231f85051ebae12c9669316 = new google.maps.Geocoder();g_027e98aab231f85051ebae12c9669316.geocode( { 'address': "6530 N U.S. Hwy 41, Apollo Beach, FL 33572, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('apollo-beach-FL-bbt-hillsborough---apollo-beach').style.display = '';map = new google.maps.Map(document.getElementById('apollo-beach-FL-bbt-hillsborough---apollo-beach'), mapOptions);}document.getElementById('125376a4').innerHTML += ' | View Map';var $l027e98aab231f85051ebae12c9669316 = '

BB&T HILLSBOROUGH - APOLLO BEACH

Address: 6530 N U.S. Hwy 41, Apollo Beach, FL 33572, USA
Phone:
';var m_027e98aab231f85051ebae12c9669316 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T HILLSBOROUGH - APOLLO BEACH',});m_027e98aab231f85051ebae12c9669316['infowindow'] = new google.maps.InfoWindow({content: $l027e98aab231f85051ebae12c9669316});var infowindow = new google.maps.InfoWindow({content: $l027e98aab231f85051ebae12c9669316});google.maps.event.addListener(m_027e98aab231f85051ebae12c9669316, 'click', function() {infowindow.open(map,m_027e98aab231f85051ebae12c9669316);});$marker.push(m_027e98aab231f85051ebae12c9669316);}});}google.maps.event.addDomListener(window, 'load', initialize);