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(41.676,-86.8948)};var g_c78a2c2627fef2307e926041a66efca7 = new google.maps.Geocoder();g_c78a2c2627fef2307e926041a66efca7.geocode( { 'address': "4229 Franklin St, Michigan City, IN 46360, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('michigan-city-IN-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('michigan-city-IN-onemain-financial'), mapOptions);}document.getElementById('2112d1ec').innerHTML += ' | View Map';var $lc78a2c2627fef2307e926041a66efca7 = '

OneMain Financial

Address: 4229 Franklin St, Michigan City, IN 46360, USA
Phone: (219) 872-5577
';var m_c78a2c2627fef2307e926041a66efca7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_c78a2c2627fef2307e926041a66efca7['infowindow'] = new google.maps.InfoWindow({content: $lc78a2c2627fef2307e926041a66efca7});var infowindow = new google.maps.InfoWindow({content: $lc78a2c2627fef2307e926041a66efca7});google.maps.event.addListener(m_c78a2c2627fef2307e926041a66efca7, 'click', function() {infowindow.open(map,m_c78a2c2627fef2307e926041a66efca7);});$marker.push(m_c78a2c2627fef2307e926041a66efca7);}});}google.maps.event.addDomListener(window, 'load', initialize);