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(29.6769,-83.378)};var g_c976adfa6c2b1058d272382cbb9d15ff = new google.maps.Geocoder();g_c976adfa6c2b1058d272382cbb9d15ff.geocode( { 'address': "913 1st Ave SE, Steinhatchee, FL 32359"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('steinhatchee-FL-citizens-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('steinhatchee-FL-citizens-state-bank'), mapOptions);}document.getElementById('d5beb396').innerHTML += ' | View Map';var $lc976adfa6c2b1058d272382cbb9d15ff = '

Citizens State Bank

Address: 913 1st Ave SE, Steinhatchee, FL 32359
Phone: (352) 498-5771
';var m_c976adfa6c2b1058d272382cbb9d15ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens State Bank',});m_c976adfa6c2b1058d272382cbb9d15ff['infowindow'] = new google.maps.InfoWindow({content: $lc976adfa6c2b1058d272382cbb9d15ff});var infowindow = new google.maps.InfoWindow({content: $lc976adfa6c2b1058d272382cbb9d15ff});google.maps.event.addListener(m_c976adfa6c2b1058d272382cbb9d15ff, 'click', function() {infowindow.open(map,m_c976adfa6c2b1058d272382cbb9d15ff);});$marker.push(m_c976adfa6c2b1058d272382cbb9d15ff);}});}google.maps.event.addDomListener(window, 'load', initialize);