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.8786,-80.2426)};var g_6e8c283856c8ba1e6720cb6752c829bb = new google.maps.Geocoder();g_6e8c283856c8ba1e6720cb6752c829bb.geocode( { 'address': "11491 NW 27th Ave, Miami, FL 33167, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-epic-credit-score-solutions-llc').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-epic-credit-score-solutions-llc'), mapOptions);}document.getElementById('cb0936a9').innerHTML += ' | View Map';var $l6e8c283856c8ba1e6720cb6752c829bb = '

Epic Credit Score Solutions, LLC

Address: 11491 NW 27th Ave, Miami, FL 33167, USA
Phone: (786) 505-7105
';var m_6e8c283856c8ba1e6720cb6752c829bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Epic Credit Score Solutions, LLC',});m_6e8c283856c8ba1e6720cb6752c829bb['infowindow'] = new google.maps.InfoWindow({content: $l6e8c283856c8ba1e6720cb6752c829bb});var infowindow = new google.maps.InfoWindow({content: $l6e8c283856c8ba1e6720cb6752c829bb});google.maps.event.addListener(m_6e8c283856c8ba1e6720cb6752c829bb, 'click', function() {infowindow.open(map,m_6e8c283856c8ba1e6720cb6752c829bb);});$marker.push(m_6e8c283856c8ba1e6720cb6752c829bb);}});}google.maps.event.addDomListener(window, 'load', initialize);