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.8059,-82.6958)};var g_a5d0867dd6899959316c1dd25f77e220 = new google.maps.Geocoder();g_a5d0867dd6899959316c1dd25f77e220.geocode( { 'address': "4584 38th Ave N, St. Petersburg, FL 33713, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-petersburg-FL-gte-financial---st-petersburg').style.display = '';map = new google.maps.Map(document.getElementById('saint-petersburg-FL-gte-financial---st-petersburg'), mapOptions);}document.getElementById('5dee4d8d').innerHTML += ' | View Map';var $la5d0867dd6899959316c1dd25f77e220 = '

GTE Financial - St. Petersburg

Address: 4584 38th Ave N, St. Petersburg, FL 33713, USA
Phone: (813) 414-7064
';var m_a5d0867dd6899959316c1dd25f77e220 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GTE Financial - St. Petersburg',});m_a5d0867dd6899959316c1dd25f77e220['infowindow'] = new google.maps.InfoWindow({content: $la5d0867dd6899959316c1dd25f77e220});var infowindow = new google.maps.InfoWindow({content: $la5d0867dd6899959316c1dd25f77e220});google.maps.event.addListener(m_a5d0867dd6899959316c1dd25f77e220, 'click', function() {infowindow.open(map,m_a5d0867dd6899959316c1dd25f77e220);});$marker.push(m_a5d0867dd6899959316c1dd25f77e220);}});}google.maps.event.addDomListener(window, 'load', initialize);