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.1882,-82.3745)};var g_05ca8b27691f487ab43bfac9850ef254 = new google.maps.Geocoder();g_05ca8b27691f487ab43bfac9850ef254.geocode( { 'address': "2145 Cypress Ridge Blvd, Wesley Chapel, FL 33544, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wesley-chapel-FL-synovus-bank').style.display = '';map = new google.maps.Map(document.getElementById('wesley-chapel-FL-synovus-bank'), mapOptions);}document.getElementById('c7ae8db0').innerHTML += ' | View Map';var $l05ca8b27691f487ab43bfac9850ef254 = '

Synovus Bank

Address: 2145 Cypress Ridge Blvd, Wesley Chapel, FL 33544, USA
Phone: (888) 317-0085
';var m_05ca8b27691f487ab43bfac9850ef254 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Synovus Bank',});m_05ca8b27691f487ab43bfac9850ef254['infowindow'] = new google.maps.InfoWindow({content: $l05ca8b27691f487ab43bfac9850ef254});var infowindow = new google.maps.InfoWindow({content: $l05ca8b27691f487ab43bfac9850ef254});google.maps.event.addListener(m_05ca8b27691f487ab43bfac9850ef254, 'click', function() {infowindow.open(map,m_05ca8b27691f487ab43bfac9850ef254);});$marker.push(m_05ca8b27691f487ab43bfac9850ef254);}});}google.maps.event.addDomListener(window, 'load', initialize);