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_72c80d64eb2cf4e3cea0580334219393 = new google.maps.Geocoder();g_72c80d64eb2cf4e3cea0580334219393.geocode( { 'address': "18315 N Us Highway 41, Lutz, FL 33549"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lutz-FL-bay-cities-bank-lutz-office').style.display = '';map = new google.maps.Map(document.getElementById('lutz-FL-bay-cities-bank-lutz-office'), mapOptions);}document.getElementById('ae9d26a3').innerHTML += ' | View Map';var $l72c80d64eb2cf4e3cea0580334219393 = '

Bay Cities Bank Lutz Office

Address: 18315 N Us Highway 41, Lutz, FL 33549
Phone: (813) 909-2740
';var m_72c80d64eb2cf4e3cea0580334219393 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bay Cities Bank Lutz Office',});m_72c80d64eb2cf4e3cea0580334219393['infowindow'] = new google.maps.InfoWindow({content: $l72c80d64eb2cf4e3cea0580334219393});var infowindow = new google.maps.InfoWindow({content: $l72c80d64eb2cf4e3cea0580334219393});google.maps.event.addListener(m_72c80d64eb2cf4e3cea0580334219393, 'click', function() {infowindow.open(map,m_72c80d64eb2cf4e3cea0580334219393);});$marker.push(m_72c80d64eb2cf4e3cea0580334219393);}});}google.maps.event.addDomListener(window, 'load', initialize);