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(28.1436,-82.4803)};var g_2c7c5c2ed402156763866cf9faa857bd = new google.maps.Geocoder();g_2c7c5c2ed402156763866cf9faa857bd.geocode( { 'address': "1122 Dale Mabry Hwy, Lutz, FL 33548"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lutz-FL-fifth-third-bank').style.display = '';map = new google.maps.Map(document.getElementById('lutz-FL-fifth-third-bank'), mapOptions);}document.getElementById('454d2d4c').innerHTML += ' | View Map';var $l2c7c5c2ed402156763866cf9faa857bd = '

Fifth Third Bank

Address: 1122 Dale Mabry Hwy, Lutz, FL 33548
Phone: (813) 242-2400
';var m_2c7c5c2ed402156763866cf9faa857bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fifth Third Bank',});m_2c7c5c2ed402156763866cf9faa857bd['infowindow'] = new google.maps.InfoWindow({content: $l2c7c5c2ed402156763866cf9faa857bd});var infowindow = new google.maps.InfoWindow({content: $l2c7c5c2ed402156763866cf9faa857bd});google.maps.event.addListener(m_2c7c5c2ed402156763866cf9faa857bd, 'click', function() {infowindow.open(map,m_2c7c5c2ed402156763866cf9faa857bd);});$marker.push(m_2c7c5c2ed402156763866cf9faa857bd);}});}google.maps.event.addDomListener(window, 'load', initialize);