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.6726,-86.2517)};var g_bc15d64e322b822a8509e75eaaaa3762 = new google.maps.Geocoder();g_bc15d64e322b822a8509e75eaaaa3762.geocode( { 'address': "3903 Portage Ave, South Bend, IN 46628"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-bend-IN-springleaf-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('south-bend-IN-springleaf-financial-services'), mapOptions);}document.getElementById('dd961418').innerHTML += ' | View Map';var $lbc15d64e322b822a8509e75eaaaa3762 = '

Springleaf Financial Services

Address: 3903 Portage Ave, South Bend, IN 46628
Phone: (574) 271-1655
';var m_bc15d64e322b822a8509e75eaaaa3762 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Springleaf Financial Services',});m_bc15d64e322b822a8509e75eaaaa3762['infowindow'] = new google.maps.InfoWindow({content: $lbc15d64e322b822a8509e75eaaaa3762});var infowindow = new google.maps.InfoWindow({content: $lbc15d64e322b822a8509e75eaaaa3762});google.maps.event.addListener(m_bc15d64e322b822a8509e75eaaaa3762, 'click', function() {infowindow.open(map,m_bc15d64e322b822a8509e75eaaaa3762);});$marker.push(m_bc15d64e322b822a8509e75eaaaa3762);}});}google.maps.event.addDomListener(window, 'load', initialize);