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.0443,-82.0366)};var g_3053a3b179d096c7f76aead279287163 = new google.maps.Geocoder();g_3053a3b179d096c7f76aead279287163.geocode( { 'address': "10131 SE US Highway 441, Belleview, FL 34420"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belleview-FL-community-bank-trust-of-fl').style.display = '';map = new google.maps.Map(document.getElementById('belleview-FL-community-bank-trust-of-fl'), mapOptions);}document.getElementById('cffcb22c').innerHTML += ' | View Map';var $l3053a3b179d096c7f76aead279287163 = '

Community Bank & Trust Of FL

Address: 10131 SE US Highway 441, Belleview, FL 34420
Phone: (352) 291-5990
';var m_3053a3b179d096c7f76aead279287163 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank & Trust Of FL',});m_3053a3b179d096c7f76aead279287163['infowindow'] = new google.maps.InfoWindow({content: $l3053a3b179d096c7f76aead279287163});var infowindow = new google.maps.InfoWindow({content: $l3053a3b179d096c7f76aead279287163});google.maps.event.addListener(m_3053a3b179d096c7f76aead279287163, 'click', function() {infowindow.open(map,m_3053a3b179d096c7f76aead279287163);});$marker.push(m_3053a3b179d096c7f76aead279287163);}});}google.maps.event.addDomListener(window, 'load', initialize);