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.9349,-82.2953)};var g_270e9233ba62746fdc0d45d3db4a4ea3 = new google.maps.Geocoder();g_270e9233ba62746fdc0d45d3db4a4ea3.geocode( { 'address': "710 Oakfield Dr, Brandon, FL 33511, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brandon-FL-tampa-bay-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('brandon-FL-tampa-bay-federal-credit-union'), mapOptions);}document.getElementById('a747fb11').innerHTML += ' | View Map';var $l270e9233ba62746fdc0d45d3db4a4ea3 = '

Tampa Bay Federal Credit Union

Address: 710 Oakfield Dr, Brandon, FL 33511, USA
Phone: (813) 247-4414
';var m_270e9233ba62746fdc0d45d3db4a4ea3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tampa Bay Federal Credit Union',});m_270e9233ba62746fdc0d45d3db4a4ea3['infowindow'] = new google.maps.InfoWindow({content: $l270e9233ba62746fdc0d45d3db4a4ea3});var infowindow = new google.maps.InfoWindow({content: $l270e9233ba62746fdc0d45d3db4a4ea3});google.maps.event.addListener(m_270e9233ba62746fdc0d45d3db4a4ea3, 'click', function() {infowindow.open(map,m_270e9233ba62746fdc0d45d3db4a4ea3);});$marker.push(m_270e9233ba62746fdc0d45d3db4a4ea3);}});}google.maps.event.addDomListener(window, 'load', initialize);