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.4604,-80.4756)};var g_e866d8b18f1b0584090a4d82be733037 = new google.maps.Geocoder();g_e866d8b18f1b0584090a4d82be733037.geocode( { 'address': "33004 S Dixie Hwy, Homestead, FL 33034, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('homestead-FL-power-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('homestead-FL-power-financial-credit-union'), mapOptions);}document.getElementById('c74465a4').innerHTML += ' | View Map';var $le866d8b18f1b0584090a4d82be733037 = '

Power Financial Credit Union

Address: 33004 S Dixie Hwy, Homestead, FL 33034, USA
Phone: (800) 548-5465
';var m_e866d8b18f1b0584090a4d82be733037 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Power Financial Credit Union',});m_e866d8b18f1b0584090a4d82be733037['infowindow'] = new google.maps.InfoWindow({content: $le866d8b18f1b0584090a4d82be733037});var infowindow = new google.maps.InfoWindow({content: $le866d8b18f1b0584090a4d82be733037});google.maps.event.addListener(m_e866d8b18f1b0584090a4d82be733037, 'click', function() {infowindow.open(map,m_e866d8b18f1b0584090a4d82be733037);});$marker.push(m_e866d8b18f1b0584090a4d82be733037);}});}google.maps.event.addDomListener(window, 'load', initialize);