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.794,-80.3146)};var g_3f566d40129873e5c1fccede4a4e0a92 = new google.maps.Geocoder();g_3f566d40129873e5c1fccede4a4e0a92.geocode( { 'address': "2190 NW 72nd Ave, Miami, FL 33122, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-mps-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-mps-credit-union'), mapOptions);}document.getElementById('f25d3da7').innerHTML += ' | View Map';var $l3f566d40129873e5c1fccede4a4e0a92 = '

MPS Credit Union

Address: 2190 NW 72nd Ave, Miami, FL 33122, USA
Phone: (305) 592-7733
';var m_3f566d40129873e5c1fccede4a4e0a92 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MPS Credit Union',});m_3f566d40129873e5c1fccede4a4e0a92['infowindow'] = new google.maps.InfoWindow({content: $l3f566d40129873e5c1fccede4a4e0a92});var infowindow = new google.maps.InfoWindow({content: $l3f566d40129873e5c1fccede4a4e0a92});google.maps.event.addListener(m_3f566d40129873e5c1fccede4a4e0a92, 'click', function() {infowindow.open(map,m_3f566d40129873e5c1fccede4a4e0a92);});$marker.push(m_3f566d40129873e5c1fccede4a4e0a92);}});}google.maps.event.addDomListener(window, 'load', initialize);