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.8216,-80.2611)};var g_0337f2677f4c32b331a08e451f94b40f = new google.maps.Geocoder();g_0337f2677f4c32b331a08e451f94b40f.geocode( { 'address': "163 SE 10th Ave, Hialeah, FL 33010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hialeah-FL-credit-today-corp').style.display = '';map = new google.maps.Map(document.getElementById('hialeah-FL-credit-today-corp'), mapOptions);}document.getElementById('62ac513a').innerHTML += ' | View Map';var $l0337f2677f4c32b331a08e451f94b40f = '

Credit Today, Corp

Address: 163 SE 10th Ave, Hialeah, FL 33010, USA
Phone: (844) 674-4496
';var m_0337f2677f4c32b331a08e451f94b40f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Today, Corp',});m_0337f2677f4c32b331a08e451f94b40f['infowindow'] = new google.maps.InfoWindow({content: $l0337f2677f4c32b331a08e451f94b40f});var infowindow = new google.maps.InfoWindow({content: $l0337f2677f4c32b331a08e451f94b40f});google.maps.event.addListener(m_0337f2677f4c32b331a08e451f94b40f, 'click', function() {infowindow.open(map,m_0337f2677f4c32b331a08e451f94b40f);});$marker.push(m_0337f2677f4c32b331a08e451f94b40f);}});}google.maps.event.addDomListener(window, 'load', initialize);