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.6617,-84.9987)};var g_74c08d99dbb6dc62431ed8b1478a73ff = new google.maps.Geocoder();g_74c08d99dbb6dc62431ed8b1478a73ff.geocode( { 'address': "2200 N Wayne St Ste C, Angola, IN 46703, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('angola-IN-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('angola-IN-onemain-financial'), mapOptions);}document.getElementById('f975a058').innerHTML += ' | View Map';var $l74c08d99dbb6dc62431ed8b1478a73ff = '

OneMain Financial

Address: 2200 N Wayne St Ste C, Angola, IN 46703, USA
Phone: (260) 665-3114
';var m_74c08d99dbb6dc62431ed8b1478a73ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_74c08d99dbb6dc62431ed8b1478a73ff['infowindow'] = new google.maps.InfoWindow({content: $l74c08d99dbb6dc62431ed8b1478a73ff});var infowindow = new google.maps.InfoWindow({content: $l74c08d99dbb6dc62431ed8b1478a73ff});google.maps.event.addListener(m_74c08d99dbb6dc62431ed8b1478a73ff, 'click', function() {infowindow.open(map,m_74c08d99dbb6dc62431ed8b1478a73ff);});$marker.push(m_74c08d99dbb6dc62431ed8b1478a73ff);}});}google.maps.event.addDomListener(window, 'load', initialize);