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_53cf537b92ab0133b708bce0a54778a3 = new google.maps.Geocoder();g_53cf537b92ab0133b708bce0a54778a3.geocode( { 'address': "5055 Ocean Blvd, Sarasota, FL 34242"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sarasota-FL-martin-funding-corporation').style.display = '';map = new google.maps.Map(document.getElementById('sarasota-FL-martin-funding-corporation'), mapOptions);}document.getElementById('96308cdb').innerHTML += ' | View Map';var $l53cf537b92ab0133b708bce0a54778a3 = '

Martin Funding Corporation

Address: 5055 Ocean Blvd, Sarasota, FL 34242
Phone: (941) 349-3863
';var m_53cf537b92ab0133b708bce0a54778a3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Martin Funding Corporation',});m_53cf537b92ab0133b708bce0a54778a3['infowindow'] = new google.maps.InfoWindow({content: $l53cf537b92ab0133b708bce0a54778a3});var infowindow = new google.maps.InfoWindow({content: $l53cf537b92ab0133b708bce0a54778a3});google.maps.event.addListener(m_53cf537b92ab0133b708bce0a54778a3, 'click', function() {infowindow.open(map,m_53cf537b92ab0133b708bce0a54778a3);});$marker.push(m_53cf537b92ab0133b708bce0a54778a3);}});}google.maps.event.addDomListener(window, 'load', initialize);