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.7386,-80.2528)};var g_add19cc22cce2a8b26d5aa20ffa3ce23 = new google.maps.Geocoder();g_add19cc22cce2a8b26d5aa20ffa3ce23.geocode( { 'address': "3630 SW 28th St, Miami, FL 33133, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-icma-retirement-corporation').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-icma-retirement-corporation'), mapOptions);}document.getElementById('7a912423').innerHTML += ' | View Map';var $ladd19cc22cce2a8b26d5aa20ffa3ce23 = '

ICMA Retirement Corporation

Address: 3630 SW 28th St, Miami, FL 33133, USA
Phone: (305) 444-4522
';var m_add19cc22cce2a8b26d5aa20ffa3ce23 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ICMA Retirement Corporation',});m_add19cc22cce2a8b26d5aa20ffa3ce23['infowindow'] = new google.maps.InfoWindow({content: $ladd19cc22cce2a8b26d5aa20ffa3ce23});var infowindow = new google.maps.InfoWindow({content: $ladd19cc22cce2a8b26d5aa20ffa3ce23});google.maps.event.addListener(m_add19cc22cce2a8b26d5aa20ffa3ce23, 'click', function() {infowindow.open(map,m_add19cc22cce2a8b26d5aa20ffa3ce23);});$marker.push(m_add19cc22cce2a8b26d5aa20ffa3ce23);}});}google.maps.event.addDomListener(window, 'load', initialize);