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.6489,-82.3047)};var g_c007b5bc043132785572efbfb3913672 = new google.maps.Geocoder();g_c007b5bc043132785572efbfb3913672.geocode( { 'address': "2216 NW 40th Ter, Gainesville, FL 32605"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gainesville-FL-centerstate-bank-gainesville').style.display = '';map = new google.maps.Map(document.getElementById('gainesville-FL-centerstate-bank-gainesville'), mapOptions);}document.getElementById('ab0fcc04').innerHTML += ' | View Map';var $lc007b5bc043132785572efbfb3913672 = '

Centerstate Bank-Gainesville

Address: 2216 NW 40th Ter, Gainesville, FL 32605
Phone: (352) 240-7900
';var m_c007b5bc043132785572efbfb3913672 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Centerstate Bank-Gainesville',});m_c007b5bc043132785572efbfb3913672['infowindow'] = new google.maps.InfoWindow({content: $lc007b5bc043132785572efbfb3913672});var infowindow = new google.maps.InfoWindow({content: $lc007b5bc043132785572efbfb3913672});google.maps.event.addListener(m_c007b5bc043132785572efbfb3913672, 'click', function() {infowindow.open(map,m_c007b5bc043132785572efbfb3913672);});$marker.push(m_c007b5bc043132785572efbfb3913672);}});}google.maps.event.addDomListener(window, 'load', initialize);