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.2597,-80.1002)};var g_5697d200fa9e0200c334d492a7f996ad = new google.maps.Geocoder();g_5697d200fa9e0200c334d492a7f996ad.geocode( { 'address': "2307 N Federal Hwy, Pompano Beach, FL 33062, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pompano-beach-FL-check-cashing-usa').style.display = '';map = new google.maps.Map(document.getElementById('pompano-beach-FL-check-cashing-usa'), mapOptions);}document.getElementById('cff4fdf5').innerHTML += ' | View Map';var $l5697d200fa9e0200c334d492a7f996ad = '

Check Cashing USA

Address: 2307 N Federal Hwy, Pompano Beach, FL 33062, USA
Phone: (954) 784-0013
';var m_5697d200fa9e0200c334d492a7f996ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Cashing USA',});m_5697d200fa9e0200c334d492a7f996ad['infowindow'] = new google.maps.InfoWindow({content: $l5697d200fa9e0200c334d492a7f996ad});var infowindow = new google.maps.InfoWindow({content: $l5697d200fa9e0200c334d492a7f996ad});google.maps.event.addListener(m_5697d200fa9e0200c334d492a7f996ad, 'click', function() {infowindow.open(map,m_5697d200fa9e0200c334d492a7f996ad);});$marker.push(m_5697d200fa9e0200c334d492a7f996ad);}});}google.maps.event.addDomListener(window, 'load', initialize);