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.8463,-80.2444)};var g_22b3bca0a2648d3e142fc12b20ceb9cd = new google.maps.Geocoder();g_22b3bca0a2648d3e142fc12b20ceb9cd.geocode( { 'address': "2959 NW 79th St, Miami, FL 33147, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-community-choice-financial-formerly-check-cashing-usa').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-community-choice-financial-formerly-check-cashing-usa'), mapOptions);}document.getElementById('ac6ef692').innerHTML += ' | View Map';var $l22b3bca0a2648d3e142fc12b20ceb9cd = '

Community Choice Financial (formerly Check Cashing USA)

Address: 2959 NW 79th St, Miami, FL 33147, USA
Phone: (305) 836-1200
';var m_22b3bca0a2648d3e142fc12b20ceb9cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Choice Financial (formerly Check Cashing USA)',});m_22b3bca0a2648d3e142fc12b20ceb9cd['infowindow'] = new google.maps.InfoWindow({content: $l22b3bca0a2648d3e142fc12b20ceb9cd});var infowindow = new google.maps.InfoWindow({content: $l22b3bca0a2648d3e142fc12b20ceb9cd});google.maps.event.addListener(m_22b3bca0a2648d3e142fc12b20ceb9cd, 'click', function() {infowindow.open(map,m_22b3bca0a2648d3e142fc12b20ceb9cd);});$marker.push(m_22b3bca0a2648d3e142fc12b20ceb9cd);}});}google.maps.event.addDomListener(window, 'load', initialize);