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.2809,-82.7077)};var g_d4fcc05bd8205c41fbe4f2645bf0c6b8 = new google.maps.Geocoder();g_d4fcc05bd8205c41fbe4f2645bf0c6b8.geocode( { 'address': "6435 Ridge Rd, Port Richey, FL 34668, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-richey-FL-synovus-bank').style.display = '';map = new google.maps.Map(document.getElementById('port-richey-FL-synovus-bank'), mapOptions);}document.getElementById('13265c48').innerHTML += ' | View Map';var $ld4fcc05bd8205c41fbe4f2645bf0c6b8 = '

Synovus Bank

Address: 6435 Ridge Rd, Port Richey, FL 34668, USA
Phone: (888) 317-0085
';var m_d4fcc05bd8205c41fbe4f2645bf0c6b8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Synovus Bank',});m_d4fcc05bd8205c41fbe4f2645bf0c6b8['infowindow'] = new google.maps.InfoWindow({content: $ld4fcc05bd8205c41fbe4f2645bf0c6b8});var infowindow = new google.maps.InfoWindow({content: $ld4fcc05bd8205c41fbe4f2645bf0c6b8});google.maps.event.addListener(m_d4fcc05bd8205c41fbe4f2645bf0c6b8, 'click', function() {infowindow.open(map,m_d4fcc05bd8205c41fbe4f2645bf0c6b8);});$marker.push(m_d4fcc05bd8205c41fbe4f2645bf0c6b8);}});}google.maps.event.addDomListener(window, 'load', initialize);