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_826bf8b8fec6cdb3647104c5f2540f7f = new google.maps.Geocoder();g_826bf8b8fec6cdb3647104c5f2540f7f.geocode( { 'address': "1878 Stickney Point Rd, Sarasota, FL 34231"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sarasota-FL-ram-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('sarasota-FL-ram-financial-corporation'), mapOptions);}document.getElementById('801bd81d').innerHTML += ' | View Map';var $l826bf8b8fec6cdb3647104c5f2540f7f = '

Ram Financial Corporation

Address: 1878 Stickney Point Rd, Sarasota, FL 34231
Phone: (941) 366-1004
';var m_826bf8b8fec6cdb3647104c5f2540f7f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ram Financial Corporation',});m_826bf8b8fec6cdb3647104c5f2540f7f['infowindow'] = new google.maps.InfoWindow({content: $l826bf8b8fec6cdb3647104c5f2540f7f});var infowindow = new google.maps.InfoWindow({content: $l826bf8b8fec6cdb3647104c5f2540f7f});google.maps.event.addListener(m_826bf8b8fec6cdb3647104c5f2540f7f, 'click', function() {infowindow.open(map,m_826bf8b8fec6cdb3647104c5f2540f7f);});$marker.push(m_826bf8b8fec6cdb3647104c5f2540f7f);}});}google.maps.event.addDomListener(window, 'load', initialize);