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(40.5334,-85.6742)};var g_35936504a37d53e03abdfbc7318d9ec7 = new google.maps.Geocoder();g_35936504a37d53e03abdfbc7318d9ec7.geocode( { 'address': "3016 S Western Ave Ste B, Marion, IN 46953, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marion-IN-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('marion-IN-onemain-financial'), mapOptions);}document.getElementById('e47f3892').innerHTML += ' | View Map';var $l35936504a37d53e03abdfbc7318d9ec7 = '

OneMain Financial

Address: 3016 S Western Ave Ste B, Marion, IN 46953, USA
Phone: (765) 664-5101
';var m_35936504a37d53e03abdfbc7318d9ec7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_35936504a37d53e03abdfbc7318d9ec7['infowindow'] = new google.maps.InfoWindow({content: $l35936504a37d53e03abdfbc7318d9ec7});var infowindow = new google.maps.InfoWindow({content: $l35936504a37d53e03abdfbc7318d9ec7});google.maps.event.addListener(m_35936504a37d53e03abdfbc7318d9ec7, 'click', function() {infowindow.open(map,m_35936504a37d53e03abdfbc7318d9ec7);});$marker.push(m_35936504a37d53e03abdfbc7318d9ec7);}});}google.maps.event.addDomListener(window, 'load', initialize);