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.4696,-80.4724)};var g_293e60f11b4764726fde44c616828deb = new google.maps.Geocoder();g_293e60f11b4764726fde44c616828deb.geocode( { 'address': "160 N Homestead Blvd, Homestead, FL 33030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('homestead-FL-the-check-cashing-store').style.display = '';map = new google.maps.Map(document.getElementById('homestead-FL-the-check-cashing-store'), mapOptions);}document.getElementById('a62f6eb4').innerHTML += ' | View Map';var $l293e60f11b4764726fde44c616828deb = '

The Check Cashing Store

Address: 160 N Homestead Blvd, Homestead, FL 33030, USA
Phone: (305) 248-5545
';var m_293e60f11b4764726fde44c616828deb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Check Cashing Store',});m_293e60f11b4764726fde44c616828deb['infowindow'] = new google.maps.InfoWindow({content: $l293e60f11b4764726fde44c616828deb});var infowindow = new google.maps.InfoWindow({content: $l293e60f11b4764726fde44c616828deb});google.maps.event.addListener(m_293e60f11b4764726fde44c616828deb, 'click', function() {infowindow.open(map,m_293e60f11b4764726fde44c616828deb);});$marker.push(m_293e60f11b4764726fde44c616828deb);}});}google.maps.event.addDomListener(window, 'load', initialize);