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.3357,-82.5421)};var g_8122c65286e68217dc8653fa99edec2a = new google.maps.Geocoder();g_8122c65286e68217dc8653fa99edec2a.geocode( { 'address': "40 S Pineapple Ave #2, Sarasota, FL 34236, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sarasota-FL-gsf-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('sarasota-FL-gsf-mortgage'), mapOptions);}document.getElementById('8ea407e4').innerHTML += ' | View Map';var $l8122c65286e68217dc8653fa99edec2a = '

GSF Mortgage

Address: 40 S Pineapple Ave #2, Sarasota, FL 34236, USA
Phone: (941) 954-1400
';var m_8122c65286e68217dc8653fa99edec2a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GSF Mortgage',});m_8122c65286e68217dc8653fa99edec2a['infowindow'] = new google.maps.InfoWindow({content: $l8122c65286e68217dc8653fa99edec2a});var infowindow = new google.maps.InfoWindow({content: $l8122c65286e68217dc8653fa99edec2a});google.maps.event.addListener(m_8122c65286e68217dc8653fa99edec2a, 'click', function() {infowindow.open(map,m_8122c65286e68217dc8653fa99edec2a);});$marker.push(m_8122c65286e68217dc8653fa99edec2a);}});}google.maps.event.addDomListener(window, 'load', initialize);