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.9605,-82.4415)};var g_2dd4a1be6ff578dbeb94bd9f31d58952 = new google.maps.Geocoder();g_2dd4a1be6ff578dbeb94bd9f31d58952.geocode( { 'address': "1600 E 8th Ave E112, Tampa, FL 33605, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tampa-FL-gte-financial---ybor-city').style.display = '';map = new google.maps.Map(document.getElementById('tampa-FL-gte-financial---ybor-city'), mapOptions);}document.getElementById('ec150bcd').innerHTML += ' | View Map';var $l2dd4a1be6ff578dbeb94bd9f31d58952 = '

GTE Financial - Ybor City

Address: 1600 E 8th Ave E112, Tampa, FL 33605, USA
Phone: (813) 871-2690
';var m_2dd4a1be6ff578dbeb94bd9f31d58952 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GTE Financial - Ybor City',});m_2dd4a1be6ff578dbeb94bd9f31d58952['infowindow'] = new google.maps.InfoWindow({content: $l2dd4a1be6ff578dbeb94bd9f31d58952});var infowindow = new google.maps.InfoWindow({content: $l2dd4a1be6ff578dbeb94bd9f31d58952});google.maps.event.addListener(m_2dd4a1be6ff578dbeb94bd9f31d58952, 'click', function() {infowindow.open(map,m_2dd4a1be6ff578dbeb94bd9f31d58952);});$marker.push(m_2dd4a1be6ff578dbeb94bd9f31d58952);}});}google.maps.event.addDomListener(window, 'load', initialize);