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.617,-86.1568)};var g_0421a5d80c60bd27527fb748da2b3db0 = new google.maps.Geocoder();g_0421a5d80c60bd27527fb748da2b3db0.geocode( { 'address': "107 IN-135 #302, Greenwood, IN 46142, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenwood-IN-approved-credit-solutions').style.display = '';map = new google.maps.Map(document.getElementById('greenwood-IN-approved-credit-solutions'), mapOptions);}document.getElementById('34c8e819').innerHTML += ' | View Map';var $l0421a5d80c60bd27527fb748da2b3db0 = '

Approved Credit Solutions

Address: 107 IN-135 #302, Greenwood, IN 46142, USA
Phone: (866) 494-4121
';var m_0421a5d80c60bd27527fb748da2b3db0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Approved Credit Solutions',});m_0421a5d80c60bd27527fb748da2b3db0['infowindow'] = new google.maps.InfoWindow({content: $l0421a5d80c60bd27527fb748da2b3db0});var infowindow = new google.maps.InfoWindow({content: $l0421a5d80c60bd27527fb748da2b3db0});google.maps.event.addListener(m_0421a5d80c60bd27527fb748da2b3db0, 'click', function() {infowindow.open(map,m_0421a5d80c60bd27527fb748da2b3db0);});$marker.push(m_0421a5d80c60bd27527fb748da2b3db0);}});}google.maps.event.addDomListener(window, 'load', initialize);