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(27.9164,-82.2491)};var g_eae27d77ca20db309e056e3d2dcd7d69 = new google.maps.Geocoder();g_eae27d77ca20db309e056e3d2dcd7d69.geocode( { 'address': "1815 State Road 60 E, Valrico, FL 33594"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('valrico-FL-centerstate-bank').style.display = '';map = new google.maps.Map(document.getElementById('valrico-FL-centerstate-bank'), mapOptions);}document.getElementById('589ffacd').innerHTML += ' | View Map';var $leae27d77ca20db309e056e3d2dcd7d69 = '

CenterState Bank

Address: 1815 State Road 60 E, Valrico, FL 33594
Phone: (813) 689-1231
';var m_eae27d77ca20db309e056e3d2dcd7d69 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CenterState Bank',});m_eae27d77ca20db309e056e3d2dcd7d69['infowindow'] = new google.maps.InfoWindow({content: $leae27d77ca20db309e056e3d2dcd7d69});var infowindow = new google.maps.InfoWindow({content: $leae27d77ca20db309e056e3d2dcd7d69});google.maps.event.addListener(m_eae27d77ca20db309e056e3d2dcd7d69, 'click', function() {infowindow.open(map,m_eae27d77ca20db309e056e3d2dcd7d69);});$marker.push(m_eae27d77ca20db309e056e3d2dcd7d69);}});}google.maps.event.addDomListener(window, 'load', initialize);