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.6991,-85.9656)};var g_69b535f4254c9e431d293adf7d47e154 = new google.maps.Geocoder();g_69b535f4254c9e431d293adf7d47e154.geocode( { 'address': "1234 Johnson St a, Elkhart, IN 46514, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elkhart-IN-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('elkhart-IN-onemain-financial'), mapOptions);}document.getElementById('12eb3759').innerHTML += ' | View Map';var $l69b535f4254c9e431d293adf7d47e154 = '

OneMain Financial

Address: 1234 Johnson St a, Elkhart, IN 46514, USA
Phone: (574) 264-7377
';var m_69b535f4254c9e431d293adf7d47e154 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_69b535f4254c9e431d293adf7d47e154['infowindow'] = new google.maps.InfoWindow({content: $l69b535f4254c9e431d293adf7d47e154});var infowindow = new google.maps.InfoWindow({content: $l69b535f4254c9e431d293adf7d47e154});google.maps.event.addListener(m_69b535f4254c9e431d293adf7d47e154, 'click', function() {infowindow.open(map,m_69b535f4254c9e431d293adf7d47e154);});$marker.push(m_69b535f4254c9e431d293adf7d47e154);}});}google.maps.event.addDomListener(window, 'load', initialize);