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_b51106f54e37776b532718741e10e11d = new google.maps.Geocoder();g_b51106f54e37776b532718741e10e11d.geocode( { 'address': "1100 S Tamiami Trl, Sarasota, FL 34236"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sarasota-FL-gateway-bank-of-southwest-florida').style.display = '';map = new google.maps.Map(document.getElementById('sarasota-FL-gateway-bank-of-southwest-florida'), mapOptions);}document.getElementById('06aa1b0d').innerHTML += ' | View Map';var $lb51106f54e37776b532718741e10e11d = '

Gateway Bank of Southwest Florida

Address: 1100 S Tamiami Trl, Sarasota, FL 34236
Phone: (941) 306-0100
';var m_b51106f54e37776b532718741e10e11d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gateway Bank of Southwest Florida',});m_b51106f54e37776b532718741e10e11d['infowindow'] = new google.maps.InfoWindow({content: $lb51106f54e37776b532718741e10e11d});var infowindow = new google.maps.InfoWindow({content: $lb51106f54e37776b532718741e10e11d});google.maps.event.addListener(m_b51106f54e37776b532718741e10e11d, 'click', function() {infowindow.open(map,m_b51106f54e37776b532718741e10e11d);});$marker.push(m_b51106f54e37776b532718741e10e11d);}});}google.maps.event.addDomListener(window, 'load', initialize);