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(42.2639,-85.464)};var g_c8b9ef99500575c5acb22d6ee072783f = new google.maps.Geocoder();g_c8b9ef99500575c5acb22d6ee072783f.geocode( { 'address': "6900 Beatrice Dr, Kalamazoo, MI 49009"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kalamazoo-MI-indymac-bank-homeloan-servicing').style.display = '';map = new google.maps.Map(document.getElementById('kalamazoo-MI-indymac-bank-homeloan-servicing'), mapOptions);}document.getElementById('dda85d12').innerHTML += ' | View Map';var $lc8b9ef99500575c5acb22d6ee072783f = '

Indymac Bank Homeloan Servicing

Address: 6900 Beatrice Dr, Kalamazoo, MI 49009
Phone: (269) 353-2450
';var m_c8b9ef99500575c5acb22d6ee072783f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Indymac Bank Homeloan Servicing',});m_c8b9ef99500575c5acb22d6ee072783f['infowindow'] = new google.maps.InfoWindow({content: $lc8b9ef99500575c5acb22d6ee072783f});var infowindow = new google.maps.InfoWindow({content: $lc8b9ef99500575c5acb22d6ee072783f});google.maps.event.addListener(m_c8b9ef99500575c5acb22d6ee072783f, 'click', function() {infowindow.open(map,m_c8b9ef99500575c5acb22d6ee072783f);});$marker.push(m_c8b9ef99500575c5acb22d6ee072783f);}});}google.maps.event.addDomListener(window, 'load', initialize);