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.6733,-83.3788)};var g_7b3f7db70ca4bbd62e241710fd10872c = new google.maps.Geocoder();g_7b3f7db70ca4bbd62e241710fd10872c.geocode( { 'address': "913 2nd Ave S, Steinhatchee, FL 32359, USA"}, 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('08ac7bc0').innerHTML += ' | View Map';var $l7b3f7db70ca4bbd62e241710fd10872c = '

Citizens State Bank

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