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_af06b089f1db1cf56edd535ac13a06db = new google.maps.Geocoder();g_af06b089f1db1cf56edd535ac13a06db.geocode( { 'address': "330 South Orange Avenue, Sarasota, FL 34236"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sarasota-FL-the-harris-bank-na').style.display = '';map = new google.maps.Map(document.getElementById('sarasota-FL-the-harris-bank-na'), mapOptions);}document.getElementById('6b8a579a').innerHTML += ' | View Map';var $laf06b089f1db1cf56edd535ac13a06db = '

The Harris Bank NA

Address: 330 South Orange Avenue, Sarasota, FL 34236
Phone: (941) 364-9977
';var m_af06b089f1db1cf56edd535ac13a06db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Harris Bank NA',});m_af06b089f1db1cf56edd535ac13a06db['infowindow'] = new google.maps.InfoWindow({content: $laf06b089f1db1cf56edd535ac13a06db});var infowindow = new google.maps.InfoWindow({content: $laf06b089f1db1cf56edd535ac13a06db});google.maps.event.addListener(m_af06b089f1db1cf56edd535ac13a06db, 'click', function() {infowindow.open(map,m_af06b089f1db1cf56edd535ac13a06db);});$marker.push(m_af06b089f1db1cf56edd535ac13a06db);}});}google.maps.event.addDomListener(window, 'load', initialize);