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.9811,-82.343)};var g_d24e41365a27a6ce4c4b46a5b539f5cb = new google.maps.Geocoder();g_d24e41365a27a6ce4c4b46a5b539f5cb.geocode( { 'address': "4404 W Kennedy Blvd, Tampa, FL 33609"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tampa-FL-first-florida-integrity-bank').style.display = '';map = new google.maps.Map(document.getElementById('tampa-FL-first-florida-integrity-bank'), mapOptions);}document.getElementById('4592c815').innerHTML += ' | View Map';var $ld24e41365a27a6ce4c4b46a5b539f5cb = '

First Florida Integrity Bank

Address: 4404 W Kennedy Blvd, Tampa, FL 33609
Phone: (813) 517-1749
';var m_d24e41365a27a6ce4c4b46a5b539f5cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Florida Integrity Bank',});m_d24e41365a27a6ce4c4b46a5b539f5cb['infowindow'] = new google.maps.InfoWindow({content: $ld24e41365a27a6ce4c4b46a5b539f5cb});var infowindow = new google.maps.InfoWindow({content: $ld24e41365a27a6ce4c4b46a5b539f5cb});google.maps.event.addListener(m_d24e41365a27a6ce4c4b46a5b539f5cb, 'click', function() {infowindow.open(map,m_d24e41365a27a6ce4c4b46a5b539f5cb);});$marker.push(m_d24e41365a27a6ce4c4b46a5b539f5cb);}});}google.maps.event.addDomListener(window, 'load', initialize);