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_e8d899dc21da6b397979704006e7b9d0 = new google.maps.Geocoder();g_e8d899dc21da6b397979704006e7b9d0.geocode( { 'address': "1800 2nd St, Sarasota, FL 34236"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sarasota-FL-massmutual').style.display = '';map = new google.maps.Map(document.getElementById('sarasota-FL-massmutual'), mapOptions);}document.getElementById('b1ccb2e5').innerHTML += ' | View Map';var $le8d899dc21da6b397979704006e7b9d0 = '

Massmutual

Address: 1800 2nd St, Sarasota, FL 34236
Phone: (941) 366-8399
';var m_e8d899dc21da6b397979704006e7b9d0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Massmutual',});m_e8d899dc21da6b397979704006e7b9d0['infowindow'] = new google.maps.InfoWindow({content: $le8d899dc21da6b397979704006e7b9d0});var infowindow = new google.maps.InfoWindow({content: $le8d899dc21da6b397979704006e7b9d0});google.maps.event.addListener(m_e8d899dc21da6b397979704006e7b9d0, 'click', function() {infowindow.open(map,m_e8d899dc21da6b397979704006e7b9d0);});$marker.push(m_e8d899dc21da6b397979704006e7b9d0);}});}google.maps.event.addDomListener(window, 'load', initialize);