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(43.4705,-83.9745)};var g_cb94db9e42344daec4cc325e5a5522aa = new google.maps.Geocoder();g_cb94db9e42344daec4cc325e5a5522aa.geocode( { 'address': "4334 Bay Rd, Saginaw, MI 48603, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saginaw-MI-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('saginaw-MI-onemain-financial'), mapOptions);}document.getElementById('b5b689c4').innerHTML += ' | View Map';var $lcb94db9e42344daec4cc325e5a5522aa = '

OneMain Financial

Address: 4334 Bay Rd, Saginaw, MI 48603, USA
Phone: (989) 790-9000
';var m_cb94db9e42344daec4cc325e5a5522aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_cb94db9e42344daec4cc325e5a5522aa['infowindow'] = new google.maps.InfoWindow({content: $lcb94db9e42344daec4cc325e5a5522aa});var infowindow = new google.maps.InfoWindow({content: $lcb94db9e42344daec4cc325e5a5522aa});google.maps.event.addListener(m_cb94db9e42344daec4cc325e5a5522aa, 'click', function() {infowindow.open(map,m_cb94db9e42344daec4cc325e5a5522aa);});$marker.push(m_cb94db9e42344daec4cc325e5a5522aa);}});}google.maps.event.addDomListener(window, 'load', initialize);