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_6688047ee5fe49ba1488ff759ba778be = new google.maps.Geocoder();g_6688047ee5fe49ba1488ff759ba778be.geocode( { 'address': "2925 University Pky, Sarasota, FL 34243"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sarasota-FL-bbt-bank').style.display = '';map = new google.maps.Map(document.getElementById('sarasota-FL-bbt-bank'), mapOptions);}document.getElementById('78949891').innerHTML += ' | View Map';var $l6688047ee5fe49ba1488ff759ba778be = '

BB&T Bank

Address: 2925 University Pky, Sarasota, FL 34243
Phone: (941) 358-7828
';var m_6688047ee5fe49ba1488ff759ba778be = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T Bank',});m_6688047ee5fe49ba1488ff759ba778be['infowindow'] = new google.maps.InfoWindow({content: $l6688047ee5fe49ba1488ff759ba778be});var infowindow = new google.maps.InfoWindow({content: $l6688047ee5fe49ba1488ff759ba778be});google.maps.event.addListener(m_6688047ee5fe49ba1488ff759ba778be, 'click', function() {infowindow.open(map,m_6688047ee5fe49ba1488ff759ba778be);});$marker.push(m_6688047ee5fe49ba1488ff759ba778be);}});}google.maps.event.addDomListener(window, 'load', initialize);