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(25.4482,-80.481)};var g_9371690aa6a8f76ba69e20f862da1ad0 = new google.maps.Geocoder();g_9371690aa6a8f76ba69e20f862da1ad0.geocode( { 'address': "302 W Palm Dr, Florida City, FL 33034, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('florida-city-FL-centerstate-bank').style.display = '';map = new google.maps.Map(document.getElementById('florida-city-FL-centerstate-bank'), mapOptions);}document.getElementById('85d101ad').innerHTML += ' | View Map';var $l9371690aa6a8f76ba69e20f862da1ad0 = '

CenterState Bank

Address: 302 W Palm Dr, Florida City, FL 33034, USA
Phone: (305) 245-1493
';var m_9371690aa6a8f76ba69e20f862da1ad0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CenterState Bank',});m_9371690aa6a8f76ba69e20f862da1ad0['infowindow'] = new google.maps.InfoWindow({content: $l9371690aa6a8f76ba69e20f862da1ad0});var infowindow = new google.maps.InfoWindow({content: $l9371690aa6a8f76ba69e20f862da1ad0});google.maps.event.addListener(m_9371690aa6a8f76ba69e20f862da1ad0, 'click', function() {infowindow.open(map,m_9371690aa6a8f76ba69e20f862da1ad0);});$marker.push(m_9371690aa6a8f76ba69e20f862da1ad0);}});}google.maps.event.addDomListener(window, 'load', initialize);