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.1649,-80.1996)};var g_494173d4abc57fd7091da79ea08a5b6a = new google.maps.Geocoder();g_494173d4abc57fd7091da79ea08a5b6a.geocode( { 'address': "3692 W Oakland Park Blvd, Lauderdale Lakes, FL 33311, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lauderdale-lakes-FL-the-check-cashing-store').style.display = '';map = new google.maps.Map(document.getElementById('lauderdale-lakes-FL-the-check-cashing-store'), mapOptions);}document.getElementById('61ffe217').innerHTML += ' | View Map';var $l494173d4abc57fd7091da79ea08a5b6a = '

The Check Cashing Store

Address: 3692 W Oakland Park Blvd, Lauderdale Lakes, FL 33311, USA
Phone: (954) 731-4000
';var m_494173d4abc57fd7091da79ea08a5b6a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Check Cashing Store',});m_494173d4abc57fd7091da79ea08a5b6a['infowindow'] = new google.maps.InfoWindow({content: $l494173d4abc57fd7091da79ea08a5b6a});var infowindow = new google.maps.InfoWindow({content: $l494173d4abc57fd7091da79ea08a5b6a});google.maps.event.addListener(m_494173d4abc57fd7091da79ea08a5b6a, 'click', function() {infowindow.open(map,m_494173d4abc57fd7091da79ea08a5b6a);});$marker.push(m_494173d4abc57fd7091da79ea08a5b6a);}});}google.maps.event.addDomListener(window, 'load', initialize);