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.2687,-82.4981)};var g_90e852c11590481e6f636a43730d0951 = new google.maps.Geocoder();g_90e852c11590481e6f636a43730d0951.geocode( { 'address': "3580 Clark Rd, Sarasota, FL 34231, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sarasota-FL-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('sarasota-FL-atm-bbt'), mapOptions);}document.getElementById('50e9d145').innerHTML += ' | View Map';var $l90e852c11590481e6f636a43730d0951 = '

ATM (BB&T)

Address: 3580 Clark Rd, Sarasota, FL 34231, USA
Phone:
';var m_90e852c11590481e6f636a43730d0951 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_90e852c11590481e6f636a43730d0951['infowindow'] = new google.maps.InfoWindow({content: $l90e852c11590481e6f636a43730d0951});var infowindow = new google.maps.InfoWindow({content: $l90e852c11590481e6f636a43730d0951});google.maps.event.addListener(m_90e852c11590481e6f636a43730d0951, 'click', function() {infowindow.open(map,m_90e852c11590481e6f636a43730d0951);});$marker.push(m_90e852c11590481e6f636a43730d0951);}});}google.maps.event.addDomListener(window, 'load', initialize);