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.0131,-80.2516)};var g_70077e089bc446f024aef23c34668958 = new google.maps.Geocoder();g_70077e089bc446f024aef23c34668958.geocode( { 'address': "502 N University Dr, Hollywood, FL 33024, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hollywood-FL-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('hollywood-FL-onemain-financial'), mapOptions);}document.getElementById('994bfc63').innerHTML += ' | View Map';var $l70077e089bc446f024aef23c34668958 = '

OneMain Financial

Address: 502 N University Dr, Hollywood, FL 33024, USA
Phone: (954) 431-1393
';var m_70077e089bc446f024aef23c34668958 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_70077e089bc446f024aef23c34668958['infowindow'] = new google.maps.InfoWindow({content: $l70077e089bc446f024aef23c34668958});var infowindow = new google.maps.InfoWindow({content: $l70077e089bc446f024aef23c34668958});google.maps.event.addListener(m_70077e089bc446f024aef23c34668958, 'click', function() {infowindow.open(map,m_70077e089bc446f024aef23c34668958);});$marker.push(m_70077e089bc446f024aef23c34668958);}});}google.maps.event.addDomListener(window, 'load', initialize);