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.6126,-84.2197)};var g_64d5c5f8dcb6afd8a01144922f07c957 = new google.maps.Geocoder();g_64d5c5f8dcb6afd8a01144922f07c957.geocode( { 'address': "1311 Washington St, Midland, MI 48640, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('midland-MI-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('midland-MI-onemain-financial'), mapOptions);}document.getElementById('e7c93278').innerHTML += ' | View Map';var $l64d5c5f8dcb6afd8a01144922f07c957 = '

OneMain Financial

Address: 1311 Washington St, Midland, MI 48640, USA
Phone: (989) 839-6814
';var m_64d5c5f8dcb6afd8a01144922f07c957 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_64d5c5f8dcb6afd8a01144922f07c957['infowindow'] = new google.maps.InfoWindow({content: $l64d5c5f8dcb6afd8a01144922f07c957});var infowindow = new google.maps.InfoWindow({content: $l64d5c5f8dcb6afd8a01144922f07c957});google.maps.event.addListener(m_64d5c5f8dcb6afd8a01144922f07c957, 'click', function() {infowindow.open(map,m_64d5c5f8dcb6afd8a01144922f07c957);});$marker.push(m_64d5c5f8dcb6afd8a01144922f07c957);}});}google.maps.event.addDomListener(window, 'load', initialize);