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.6737,-86.8962)};var g_dcae59eb2aed882ae1452bf903cb8263 = new google.maps.Geocoder();g_dcae59eb2aed882ae1452bf903cb8263.geocode( { 'address': "4339 S. Franklin St., Michigan City, IN 46360, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('michigan-city-IN-heights-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('michigan-city-IN-heights-finance-corporation'), mapOptions);}document.getElementById('0a4f546e').innerHTML += ' | View Map';var $ldcae59eb2aed882ae1452bf903cb8263 = '

Heights Finance Corporation

Address: 4339 S. Franklin St., Michigan City, IN 46360, USA
Phone: (219) 874-1300
';var m_dcae59eb2aed882ae1452bf903cb8263 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Heights Finance Corporation',});m_dcae59eb2aed882ae1452bf903cb8263['infowindow'] = new google.maps.InfoWindow({content: $ldcae59eb2aed882ae1452bf903cb8263});var infowindow = new google.maps.InfoWindow({content: $ldcae59eb2aed882ae1452bf903cb8263});google.maps.event.addListener(m_dcae59eb2aed882ae1452bf903cb8263, 'click', function() {infowindow.open(map,m_dcae59eb2aed882ae1452bf903cb8263);});$marker.push(m_dcae59eb2aed882ae1452bf903cb8263);}});}google.maps.event.addDomListener(window, 'load', initialize);