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.7607,-84.5068)};var g_c197232932bd396ada59f5578f1f82c9 = new google.maps.Geocoder();g_c197232932bd396ada59f5578f1f82c9.geocode( { 'address': "3496 Lake Lansing Rd #120, East Lansing, MI 48823, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-lansing-MI-chemical-bank-loan-center').style.display = '';map = new google.maps.Map(document.getElementById('east-lansing-MI-chemical-bank-loan-center'), mapOptions);}document.getElementById('87b43dc9').innerHTML += ' | View Map';var $lc197232932bd396ada59f5578f1f82c9 = '

Chemical Bank Loan Center

Address: 3496 Lake Lansing Rd #120, East Lansing, MI 48823, USA
Phone: (800) 867-9757
';var m_c197232932bd396ada59f5578f1f82c9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chemical Bank Loan Center',});m_c197232932bd396ada59f5578f1f82c9['infowindow'] = new google.maps.InfoWindow({content: $lc197232932bd396ada59f5578f1f82c9});var infowindow = new google.maps.InfoWindow({content: $lc197232932bd396ada59f5578f1f82c9});google.maps.event.addListener(m_c197232932bd396ada59f5578f1f82c9, 'click', function() {infowindow.open(map,m_c197232932bd396ada59f5578f1f82c9);});$marker.push(m_c197232932bd396ada59f5578f1f82c9);}});}google.maps.event.addDomListener(window, 'load', initialize);