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(28.4001,-82.2286)};var g_e5fedd72b2c4ddb34fd4adbf1db748fa = new google.maps.Geocoder();g_e5fedd72b2c4ddb34fd4adbf1db748fa.geocode( { 'address': "14045 7th St, Dade City, FL 33525"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dade-city-FL-center-state-bank-of-florida').style.display = '';map = new google.maps.Map(document.getElementById('dade-city-FL-center-state-bank-of-florida'), mapOptions);}document.getElementById('b1f66354').innerHTML += ' | View Map';var $le5fedd72b2c4ddb34fd4adbf1db748fa = '

Center State Bank Of Florida

Address: 14045 7th St, Dade City, FL 33525
Phone: (352) 521-0715
';var m_e5fedd72b2c4ddb34fd4adbf1db748fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Center State Bank Of Florida',});m_e5fedd72b2c4ddb34fd4adbf1db748fa['infowindow'] = new google.maps.InfoWindow({content: $le5fedd72b2c4ddb34fd4adbf1db748fa});var infowindow = new google.maps.InfoWindow({content: $le5fedd72b2c4ddb34fd4adbf1db748fa});google.maps.event.addListener(m_e5fedd72b2c4ddb34fd4adbf1db748fa, 'click', function() {infowindow.open(map,m_e5fedd72b2c4ddb34fd4adbf1db748fa);});$marker.push(m_e5fedd72b2c4ddb34fd4adbf1db748fa);}});}google.maps.event.addDomListener(window, 'load', initialize);