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.3903,-82.4812)};var g_34437adb80c38b197974f5105052609a = new google.maps.Geocoder();g_34437adb80c38b197974f5105052609a.geocode( { 'address': "2100 Manatee Ave W, Bradenton, FL 34205"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bradenton-FL-gateway-bank-of-southwest-florida').style.display = '';map = new google.maps.Map(document.getElementById('bradenton-FL-gateway-bank-of-southwest-florida'), mapOptions);}document.getElementById('2d57a4bd').innerHTML += ' | View Map';var $l34437adb80c38b197974f5105052609a = '

Gateway Bank of Southwest Florida

Address: 2100 Manatee Ave W, Bradenton, FL 34205
Phone: (941) 238-0622
';var m_34437adb80c38b197974f5105052609a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gateway Bank of Southwest Florida',});m_34437adb80c38b197974f5105052609a['infowindow'] = new google.maps.InfoWindow({content: $l34437adb80c38b197974f5105052609a});var infowindow = new google.maps.InfoWindow({content: $l34437adb80c38b197974f5105052609a});google.maps.event.addListener(m_34437adb80c38b197974f5105052609a, 'click', function() {infowindow.open(map,m_34437adb80c38b197974f5105052609a);});$marker.push(m_34437adb80c38b197974f5105052609a);}});}google.maps.event.addDomListener(window, 'load', initialize);