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.6047,-82.4116)};var g_1bf734240f6c2c30f65285ae7614fc52 = new google.maps.Geocoder();g_1bf734240f6c2c30f65285ae7614fc52.geocode( { 'address': "6450 SW Archer Rd Suite 110, Gainesville, FL 32608, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gainesville-FL-citizens-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('gainesville-FL-citizens-state-bank'), mapOptions);}document.getElementById('b924feae').innerHTML += ' | View Map';var $l1bf734240f6c2c30f65285ae7614fc52 = '

Citizens State Bank

Address: 6450 SW Archer Rd Suite 110, Gainesville, FL 32608, USA
Phone: (352) 872-5950
';var m_1bf734240f6c2c30f65285ae7614fc52 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens State Bank',});m_1bf734240f6c2c30f65285ae7614fc52['infowindow'] = new google.maps.InfoWindow({content: $l1bf734240f6c2c30f65285ae7614fc52});var infowindow = new google.maps.InfoWindow({content: $l1bf734240f6c2c30f65285ae7614fc52});google.maps.event.addListener(m_1bf734240f6c2c30f65285ae7614fc52, 'click', function() {infowindow.open(map,m_1bf734240f6c2c30f65285ae7614fc52);});$marker.push(m_1bf734240f6c2c30f65285ae7614fc52);}});}google.maps.event.addDomListener(window, 'load', initialize);