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(39.5859,-86.1029)};var g_457adf8d584d01a665b1e39fa7f5ca34 = new google.maps.Geocoder();g_457adf8d584d01a665b1e39fa7f5ca34.geocode( { 'address': "2135 Independence Dr h, Greenwood, IN 46143, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenwood-IN-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('greenwood-IN-onemain-financial'), mapOptions);}document.getElementById('5944c3a3').innerHTML += ' | View Map';var $l457adf8d584d01a665b1e39fa7f5ca34 = '

OneMain Financial

Address: 2135 Independence Dr h, Greenwood, IN 46143, USA
Phone: (317) 881-9351
';var m_457adf8d584d01a665b1e39fa7f5ca34 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_457adf8d584d01a665b1e39fa7f5ca34['infowindow'] = new google.maps.InfoWindow({content: $l457adf8d584d01a665b1e39fa7f5ca34});var infowindow = new google.maps.InfoWindow({content: $l457adf8d584d01a665b1e39fa7f5ca34});google.maps.event.addListener(m_457adf8d584d01a665b1e39fa7f5ca34, 'click', function() {infowindow.open(map,m_457adf8d584d01a665b1e39fa7f5ca34);});$marker.push(m_457adf8d584d01a665b1e39fa7f5ca34);}});}google.maps.event.addDomListener(window, 'load', initialize);