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.0456,-82.6871)};var g_4c40792e5998965f300247b4b43a879b = new google.maps.Geocoder();g_4c40792e5998965f300247b4b43a879b.geocode( { 'address': "4095 Tampa Rd, Oldsmar, FL 34677"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oldsmar-FL-synovus-bank').style.display = '';map = new google.maps.Map(document.getElementById('oldsmar-FL-synovus-bank'), mapOptions);}document.getElementById('fbe69aa6').innerHTML += ' | View Map';var $l4c40792e5998965f300247b4b43a879b = '

Synovus Bank

Address: 4095 Tampa Rd, Oldsmar, FL 34677
Phone: (813) 925-3525
';var m_4c40792e5998965f300247b4b43a879b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Synovus Bank',});m_4c40792e5998965f300247b4b43a879b['infowindow'] = new google.maps.InfoWindow({content: $l4c40792e5998965f300247b4b43a879b});var infowindow = new google.maps.InfoWindow({content: $l4c40792e5998965f300247b4b43a879b});google.maps.event.addListener(m_4c40792e5998965f300247b4b43a879b, 'click', function() {infowindow.open(map,m_4c40792e5998965f300247b4b43a879b);});$marker.push(m_4c40792e5998965f300247b4b43a879b);}});}google.maps.event.addDomListener(window, 'load', initialize);