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.7782,-80.1984)};var g_ffbd6cbb019a1413183c8d08f2929307 = new google.maps.Geocoder();g_ffbd6cbb019a1413183c8d08f2929307.geocode( { 'address': "400 NW 2nd Ave, Miami, FL 33128, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-united-police-fed-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-united-police-fed-credit-union'), mapOptions);}document.getElementById('2e311f1f').innerHTML += ' | View Map';var $lffbd6cbb019a1413183c8d08f2929307 = '

United Police Fed Credit Union

Address: 400 NW 2nd Ave, Miami, FL 33128, USA
Phone: (305) 329-1400
';var m_ffbd6cbb019a1413183c8d08f2929307 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Police Fed Credit Union',});m_ffbd6cbb019a1413183c8d08f2929307['infowindow'] = new google.maps.InfoWindow({content: $lffbd6cbb019a1413183c8d08f2929307});var infowindow = new google.maps.InfoWindow({content: $lffbd6cbb019a1413183c8d08f2929307});google.maps.event.addListener(m_ffbd6cbb019a1413183c8d08f2929307, 'click', function() {infowindow.open(map,m_ffbd6cbb019a1413183c8d08f2929307);});$marker.push(m_ffbd6cbb019a1413183c8d08f2929307);}});}google.maps.event.addDomListener(window, 'load', initialize);