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.7791,-80.1977)};var g_68cd914f39472690f63c73a04bd3c038 = new google.maps.Geocoder();g_68cd914f39472690f63c73a04bd3c038.geocode( { 'address': "14425 S Dixie Hwy, Miami, FL 33176"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-el-banco-de-sangre-community').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-el-banco-de-sangre-community'), mapOptions);}document.getElementById('f731d9c1').innerHTML += ' | View Map';var $l68cd914f39472690f63c73a04bd3c038 = '

El Banco De Sangre-Community

Address: 14425 S Dixie Hwy, Miami, FL 33176
Phone: (305) 256-1848
';var m_68cd914f39472690f63c73a04bd3c038 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'El Banco De Sangre-Community',});m_68cd914f39472690f63c73a04bd3c038['infowindow'] = new google.maps.InfoWindow({content: $l68cd914f39472690f63c73a04bd3c038});var infowindow = new google.maps.InfoWindow({content: $l68cd914f39472690f63c73a04bd3c038});google.maps.event.addListener(m_68cd914f39472690f63c73a04bd3c038, 'click', function() {infowindow.open(map,m_68cd914f39472690f63c73a04bd3c038);});$marker.push(m_68cd914f39472690f63c73a04bd3c038);}});}google.maps.event.addDomListener(window, 'load', initialize);