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_005d8a8b4a836813a1d2c57f8e7d6646 = new google.maps.Geocoder();g_005d8a8b4a836813a1d2c57f8e7d6646.geocode( { 'address': "1549 Ringling Blvd, Sarasota, FL 34236"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sarasota-FL-rbc-bank').style.display = '';map = new google.maps.Map(document.getElementById('sarasota-FL-rbc-bank'), mapOptions);}document.getElementById('fb5a22db').innerHTML += ' | View Map';var $l005d8a8b4a836813a1d2c57f8e7d6646 = '

RBC Bank

Address: 1549 Ringling Blvd, Sarasota, FL 34236
Phone: (941) 951-4500
';var m_005d8a8b4a836813a1d2c57f8e7d6646 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'RBC Bank',});m_005d8a8b4a836813a1d2c57f8e7d6646['infowindow'] = new google.maps.InfoWindow({content: $l005d8a8b4a836813a1d2c57f8e7d6646});var infowindow = new google.maps.InfoWindow({content: $l005d8a8b4a836813a1d2c57f8e7d6646});google.maps.event.addListener(m_005d8a8b4a836813a1d2c57f8e7d6646, 'click', function() {infowindow.open(map,m_005d8a8b4a836813a1d2c57f8e7d6646);});$marker.push(m_005d8a8b4a836813a1d2c57f8e7d6646);}});}google.maps.event.addDomListener(window, 'load', initialize);