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.4989,-80.4439)};var g_9891558484c899974996f6a3a2c4aa3d = new google.maps.Geocoder();g_9891558484c899974996f6a3a2c4aa3d.geocode( { 'address': "28801 SW 157th Ave, Homestead, FL 33033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('homestead-FL-centerstate-bank').style.display = '';map = new google.maps.Map(document.getElementById('homestead-FL-centerstate-bank'), mapOptions);}document.getElementById('3f4781ba').innerHTML += ' | View Map';var $l9891558484c899974996f6a3a2c4aa3d = '

CenterState Bank

Address: 28801 SW 157th Ave, Homestead, FL 33033, USA
Phone: (305) 245-2211
';var m_9891558484c899974996f6a3a2c4aa3d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CenterState Bank',});m_9891558484c899974996f6a3a2c4aa3d['infowindow'] = new google.maps.InfoWindow({content: $l9891558484c899974996f6a3a2c4aa3d});var infowindow = new google.maps.InfoWindow({content: $l9891558484c899974996f6a3a2c4aa3d});google.maps.event.addListener(m_9891558484c899974996f6a3a2c4aa3d, 'click', function() {infowindow.open(map,m_9891558484c899974996f6a3a2c4aa3d);});$marker.push(m_9891558484c899974996f6a3a2c4aa3d);}});}google.maps.event.addDomListener(window, 'load', initialize);