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()};var g_92ba85464fafd01ab6a82dbfe8d6f40b = new google.maps.Geocoder();g_92ba85464fafd01ab6a82dbfe8d6f40b.geocode( { 'address': "20351 Old Cutler Rd, Cutler Bay, FL 33189"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cutler-bay-FL-sunstate-bank').style.display = '';map = new google.maps.Map(document.getElementById('cutler-bay-FL-sunstate-bank'), mapOptions);}document.getElementById('ffbf3ef1').innerHTML += ' | View Map';var $l92ba85464fafd01ab6a82dbfe8d6f40b = '

Sunstate Bank

Address: 20351 Old Cutler Rd, Cutler Bay, FL 33189
Phone: (305) 238-0925
';var m_92ba85464fafd01ab6a82dbfe8d6f40b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sunstate Bank',});m_92ba85464fafd01ab6a82dbfe8d6f40b['infowindow'] = new google.maps.InfoWindow({content: $l92ba85464fafd01ab6a82dbfe8d6f40b});var infowindow = new google.maps.InfoWindow({content: $l92ba85464fafd01ab6a82dbfe8d6f40b});google.maps.event.addListener(m_92ba85464fafd01ab6a82dbfe8d6f40b, 'click', function() {infowindow.open(map,m_92ba85464fafd01ab6a82dbfe8d6f40b);});$marker.push(m_92ba85464fafd01ab6a82dbfe8d6f40b);}});}google.maps.event.addDomListener(window, 'load', initialize);