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.3536,-82.4866)};var g_b6e4ef20c12796291bd9d42d6844078b = new google.maps.Geocoder();g_b6e4ef20c12796291bd9d42d6844078b.geocode( { 'address': "3510 Fruitville Rd, Sarasota, FL 34237"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sarasota-FL-gte-financial').style.display = '';map = new google.maps.Map(document.getElementById('sarasota-FL-gte-financial'), mapOptions);}document.getElementById('001dc034').innerHTML += ' | View Map';var $lb6e4ef20c12796291bd9d42d6844078b = '

GTE Financial

Address: 3510 Fruitville Rd, Sarasota, FL 34237
Phone: (813) 414-7061
';var m_b6e4ef20c12796291bd9d42d6844078b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GTE Financial',});m_b6e4ef20c12796291bd9d42d6844078b['infowindow'] = new google.maps.InfoWindow({content: $lb6e4ef20c12796291bd9d42d6844078b});var infowindow = new google.maps.InfoWindow({content: $lb6e4ef20c12796291bd9d42d6844078b});google.maps.event.addListener(m_b6e4ef20c12796291bd9d42d6844078b, 'click', function() {infowindow.open(map,m_b6e4ef20c12796291bd9d42d6844078b);});$marker.push(m_b6e4ef20c12796291bd9d42d6844078b);}});}google.maps.event.addDomListener(window, 'load', initialize);