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(26.026,-80.1429)};var g_fe350e2bd469e8987b5c82c6f8b8c2b8 = new google.maps.Geocoder();g_fe350e2bd469e8987b5c82c6f8b8c2b8.geocode( { 'address': "1655 N Federal Hwy, Hollywood, FL 33020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hollywood-FL-check-cashing-usa').style.display = '';map = new google.maps.Map(document.getElementById('hollywood-FL-check-cashing-usa'), mapOptions);}document.getElementById('a1829104').innerHTML += ' | View Map';var $lfe350e2bd469e8987b5c82c6f8b8c2b8 = '

Check Cashing USA

Address: 1655 N Federal Hwy, Hollywood, FL 33020, USA
Phone: (954) 921-0211
';var m_fe350e2bd469e8987b5c82c6f8b8c2b8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Cashing USA',});m_fe350e2bd469e8987b5c82c6f8b8c2b8['infowindow'] = new google.maps.InfoWindow({content: $lfe350e2bd469e8987b5c82c6f8b8c2b8});var infowindow = new google.maps.InfoWindow({content: $lfe350e2bd469e8987b5c82c6f8b8c2b8});google.maps.event.addListener(m_fe350e2bd469e8987b5c82c6f8b8c2b8, 'click', function() {infowindow.open(map,m_fe350e2bd469e8987b5c82c6f8b8c2b8);});$marker.push(m_fe350e2bd469e8987b5c82c6f8b8c2b8);}});}google.maps.event.addDomListener(window, 'load', initialize);