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.0223,-81.7313)};var g_04c08b6e8ea351b5b41a40686b75b9b3 = new google.maps.Geocoder();g_04c08b6e8ea351b5b41a40686b75b9b3.geocode( { 'address': "347 W Central Ave, Winter Haven, FL 33880, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winter-haven-FL-wauchula-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('winter-haven-FL-wauchula-state-bank'), mapOptions);}document.getElementById('2be1ba19').innerHTML += ' | View Map';var $l04c08b6e8ea351b5b41a40686b75b9b3 = '

Wauchula State Bank

Address: 347 W Central Ave, Winter Haven, FL 33880, USA
Phone: (863) 733-7010
';var m_04c08b6e8ea351b5b41a40686b75b9b3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wauchula State Bank',});m_04c08b6e8ea351b5b41a40686b75b9b3['infowindow'] = new google.maps.InfoWindow({content: $l04c08b6e8ea351b5b41a40686b75b9b3});var infowindow = new google.maps.InfoWindow({content: $l04c08b6e8ea351b5b41a40686b75b9b3});google.maps.event.addListener(m_04c08b6e8ea351b5b41a40686b75b9b3, 'click', function() {infowindow.open(map,m_04c08b6e8ea351b5b41a40686b75b9b3);});$marker.push(m_04c08b6e8ea351b5b41a40686b75b9b3);}});}google.maps.event.addDomListener(window, 'load', initialize);