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.7708,-80.3287)};var g_f410ae03079faae79106de2894fc33f8 = new google.maps.Geocoder();g_f410ae03079faae79106de2894fc33f8.geocode( { 'address': "8223 W Flagler St, Miami, FL 33144, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-onemain-financial'), mapOptions);}document.getElementById('57d2c6d2').innerHTML += ' | View Map';var $lf410ae03079faae79106de2894fc33f8 = '

OneMain Financial

Address: 8223 W Flagler St, Miami, FL 33144, USA
Phone: (305) 262-4670
';var m_f410ae03079faae79106de2894fc33f8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_f410ae03079faae79106de2894fc33f8['infowindow'] = new google.maps.InfoWindow({content: $lf410ae03079faae79106de2894fc33f8});var infowindow = new google.maps.InfoWindow({content: $lf410ae03079faae79106de2894fc33f8});google.maps.event.addListener(m_f410ae03079faae79106de2894fc33f8, 'click', function() {infowindow.open(map,m_f410ae03079faae79106de2894fc33f8);});$marker.push(m_f410ae03079faae79106de2894fc33f8);}});}google.maps.event.addDomListener(window, 'load', initialize);