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.726,-80.2628)};var g_c53ac11d42c5bd5051bb953b99e01d75 = new google.maps.Geocoder();g_c53ac11d42c5bd5051bb953b99e01d75.geocode( { 'address': "451 S Dixie Hwy, Coral Gables, FL 33146, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coral-gables-FL-the-check-cashing-store').style.display = '';map = new google.maps.Map(document.getElementById('coral-gables-FL-the-check-cashing-store'), mapOptions);}document.getElementById('440295cc').innerHTML += ' | View Map';var $lc53ac11d42c5bd5051bb953b99e01d75 = '

The Check Cashing Store

Address: 451 S Dixie Hwy, Coral Gables, FL 33146, USA
Phone: (305) 668-9727
';var m_c53ac11d42c5bd5051bb953b99e01d75 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Check Cashing Store',});m_c53ac11d42c5bd5051bb953b99e01d75['infowindow'] = new google.maps.InfoWindow({content: $lc53ac11d42c5bd5051bb953b99e01d75});var infowindow = new google.maps.InfoWindow({content: $lc53ac11d42c5bd5051bb953b99e01d75});google.maps.event.addListener(m_c53ac11d42c5bd5051bb953b99e01d75, 'click', function() {infowindow.open(map,m_c53ac11d42c5bd5051bb953b99e01d75);});$marker.push(m_c53ac11d42c5bd5051bb953b99e01d75);}});}google.maps.event.addDomListener(window, 'load', initialize);