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_a71025c29ea18daf6ff4daca06d93cd4 = new google.maps.Geocoder();g_a71025c29ea18daf6ff4daca06d93cd4.geocode( { 'address': "1605 Main St, Sarasota, FL 34236"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sarasota-FL-am-trust-north-america').style.display = '';map = new google.maps.Map(document.getElementById('sarasota-FL-am-trust-north-america'), mapOptions);}document.getElementById('0cd5bcb5').innerHTML += ' | View Map';var $la71025c29ea18daf6ff4daca06d93cd4 = '

AM Trust North America

Address: 1605 Main St, Sarasota, FL 34236
Phone: (941) 373-1100
';var m_a71025c29ea18daf6ff4daca06d93cd4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AM Trust North America',});m_a71025c29ea18daf6ff4daca06d93cd4['infowindow'] = new google.maps.InfoWindow({content: $la71025c29ea18daf6ff4daca06d93cd4});var infowindow = new google.maps.InfoWindow({content: $la71025c29ea18daf6ff4daca06d93cd4});google.maps.event.addListener(m_a71025c29ea18daf6ff4daca06d93cd4, 'click', function() {infowindow.open(map,m_a71025c29ea18daf6ff4daca06d93cd4);});$marker.push(m_a71025c29ea18daf6ff4daca06d93cd4);}});}google.maps.event.addDomListener(window, 'load', initialize);