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.2774,-85.6411)};var g_1c9fcae7146273d7443f5b7eac02d56d = new google.maps.Geocoder();g_1c9fcae7146273d7443f5b7eac02d56d.geocode( { 'address': "4200 W Michigan Ave #011, Kalamazoo, MI 49006, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kalamazoo-MI-millionaire-loan-officer').style.display = '';map = new google.maps.Map(document.getElementById('kalamazoo-MI-millionaire-loan-officer'), mapOptions);}document.getElementById('c90a2c21').innerHTML += ' | View Map';var $l1c9fcae7146273d7443f5b7eac02d56d = '

Millionaire Loan Officer

Address: 4200 W Michigan Ave #011, Kalamazoo, MI 49006, USA
Phone: (269) 217-4481
';var m_1c9fcae7146273d7443f5b7eac02d56d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Millionaire Loan Officer',});m_1c9fcae7146273d7443f5b7eac02d56d['infowindow'] = new google.maps.InfoWindow({content: $l1c9fcae7146273d7443f5b7eac02d56d});var infowindow = new google.maps.InfoWindow({content: $l1c9fcae7146273d7443f5b7eac02d56d});google.maps.event.addListener(m_1c9fcae7146273d7443f5b7eac02d56d, 'click', function() {infowindow.open(map,m_1c9fcae7146273d7443f5b7eac02d56d);});$marker.push(m_1c9fcae7146273d7443f5b7eac02d56d);}});}google.maps.event.addDomListener(window, 'load', initialize);