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.7741,-80.1932)};var g_744a11d7c93beb3ee21177cb2d68b611 = new google.maps.Geocoder();g_744a11d7c93beb3ee21177cb2d68b611.geocode( { 'address': "22 E Flagler St # 6, Miami, FL 33131, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-media-first-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-media-first-credit-union'), mapOptions);}document.getElementById('6d095549').innerHTML += ' | View Map';var $l744a11d7c93beb3ee21177cb2d68b611 = '

Media First Credit Union

Address: 22 E Flagler St # 6, Miami, FL 33131, USA
Phone: (305) 577-1328
';var m_744a11d7c93beb3ee21177cb2d68b611 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Media First Credit Union',});m_744a11d7c93beb3ee21177cb2d68b611['infowindow'] = new google.maps.InfoWindow({content: $l744a11d7c93beb3ee21177cb2d68b611});var infowindow = new google.maps.InfoWindow({content: $l744a11d7c93beb3ee21177cb2d68b611});google.maps.event.addListener(m_744a11d7c93beb3ee21177cb2d68b611, 'click', function() {infowindow.open(map,m_744a11d7c93beb3ee21177cb2d68b611);});$marker.push(m_744a11d7c93beb3ee21177cb2d68b611);}});}google.maps.event.addDomListener(window, 'load', initialize);