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.0529,-80.1395)};var g_988f32c3ecc3565bf3bc0f9cc5c4c031 = new google.maps.Geocoder();g_988f32c3ecc3565bf3bc0f9cc5c4c031.geocode( { 'address': "255 E Dania Beach Blvd #220, Dania Beach, FL 33004, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dania-beach-FL-cash-mart-express-of-texas').style.display = '';map = new google.maps.Map(document.getElementById('dania-beach-FL-cash-mart-express-of-texas'), mapOptions);}document.getElementById('114e112f').innerHTML += ' | View Map';var $l988f32c3ecc3565bf3bc0f9cc5c4c031 = '

Cash Mart Express of Texas

Address: 255 E Dania Beach Blvd #220, Dania Beach, FL 33004, USA
Phone: (954) 368-0373
';var m_988f32c3ecc3565bf3bc0f9cc5c4c031 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Mart Express of Texas',});m_988f32c3ecc3565bf3bc0f9cc5c4c031['infowindow'] = new google.maps.InfoWindow({content: $l988f32c3ecc3565bf3bc0f9cc5c4c031});var infowindow = new google.maps.InfoWindow({content: $l988f32c3ecc3565bf3bc0f9cc5c4c031});google.maps.event.addListener(m_988f32c3ecc3565bf3bc0f9cc5c4c031, 'click', function() {infowindow.open(map,m_988f32c3ecc3565bf3bc0f9cc5c4c031);});$marker.push(m_988f32c3ecc3565bf3bc0f9cc5c4c031);}});}google.maps.event.addDomListener(window, 'load', initialize);