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.7562,-84.4382)};var g_955cb567b6e38f4c6b3f28cc857fc38c = new google.maps.Geocoder();g_955cb567b6e38f4c6b3f28cc857fc38c.geocode( { 'address': "2400 E Lake Lansing Rd f, East Lansing, MI 48823, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-lansing-MI-caliber-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('east-lansing-MI-caliber-home-loans'), mapOptions);}document.getElementById('89e0fb56').innerHTML += ' | View Map';var $l955cb567b6e38f4c6b3f28cc857fc38c = '

Caliber Home Loans

Address: 2400 E Lake Lansing Rd f, East Lansing, MI 48823, USA
Phone: (517) 220-9100
';var m_955cb567b6e38f4c6b3f28cc857fc38c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Caliber Home Loans',});m_955cb567b6e38f4c6b3f28cc857fc38c['infowindow'] = new google.maps.InfoWindow({content: $l955cb567b6e38f4c6b3f28cc857fc38c});var infowindow = new google.maps.InfoWindow({content: $l955cb567b6e38f4c6b3f28cc857fc38c});google.maps.event.addListener(m_955cb567b6e38f4c6b3f28cc857fc38c, 'click', function() {infowindow.open(map,m_955cb567b6e38f4c6b3f28cc857fc38c);});$marker.push(m_955cb567b6e38f4c6b3f28cc857fc38c);}});}google.maps.event.addDomListener(window, 'load', initialize);