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_b6dcaa50f9f37b62c29647512dcf7c17 = new google.maps.Geocoder();g_b6dcaa50f9f37b62c29647512dcf7c17.geocode( { 'address': "612 S Pineapple Ave, Sarasota, FL 34236"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sarasota-FL-scg-capital-leasing').style.display = '';map = new google.maps.Map(document.getElementById('sarasota-FL-scg-capital-leasing'), mapOptions);}document.getElementById('f911d299').innerHTML += ' | View Map';var $lb6dcaa50f9f37b62c29647512dcf7c17 = '

SCG Capital Leasing

Address: 612 S Pineapple Ave, Sarasota, FL 34236
Phone: (941) 953-3750
';var m_b6dcaa50f9f37b62c29647512dcf7c17 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SCG Capital Leasing',});m_b6dcaa50f9f37b62c29647512dcf7c17['infowindow'] = new google.maps.InfoWindow({content: $lb6dcaa50f9f37b62c29647512dcf7c17});var infowindow = new google.maps.InfoWindow({content: $lb6dcaa50f9f37b62c29647512dcf7c17});google.maps.event.addListener(m_b6dcaa50f9f37b62c29647512dcf7c17, 'click', function() {infowindow.open(map,m_b6dcaa50f9f37b62c29647512dcf7c17);});$marker.push(m_b6dcaa50f9f37b62c29647512dcf7c17);}});}google.maps.event.addDomListener(window, 'load', initialize);