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(26.8869,-82.3086)};var g_6a10f542e6f79265c34a405dbc928e37 = new google.maps.Geocoder();g_6a10f542e6f79265c34a405dbc928e37.geocode( { 'address': "699 Rotonda Blvd W, Rotonda West, FL 33947, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rotonda-west-FL-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('rotonda-west-FL-wells-fargo-bank'), mapOptions);}document.getElementById('9638321a').innerHTML += ' | View Map';var $l6a10f542e6f79265c34a405dbc928e37 = '

Wells Fargo Bank

Address: 699 Rotonda Blvd W, Rotonda West, FL 33947, USA
Phone: (941) 697-6781
';var m_6a10f542e6f79265c34a405dbc928e37 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_6a10f542e6f79265c34a405dbc928e37['infowindow'] = new google.maps.InfoWindow({content: $l6a10f542e6f79265c34a405dbc928e37});var infowindow = new google.maps.InfoWindow({content: $l6a10f542e6f79265c34a405dbc928e37});google.maps.event.addListener(m_6a10f542e6f79265c34a405dbc928e37, 'click', function() {infowindow.open(map,m_6a10f542e6f79265c34a405dbc928e37);});$marker.push(m_6a10f542e6f79265c34a405dbc928e37);}});}google.maps.event.addDomListener(window, 'load', initialize);