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.9645,-85.6696)};var g_cb04be454f5055701000fbd9a7c0dd15 = new google.maps.Geocoder();g_cb04be454f5055701000fbd9a7c0dd15.geocode( { 'address': "77 Monroe Center St NW #1200, Grand Rapids, MI 49503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MI-independent-bank-commercial-loan-center').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-independent-bank-commercial-loan-center'), mapOptions);}document.getElementById('8d5ff34a').innerHTML += ' | View Map';var $lcb04be454f5055701000fbd9a7c0dd15 = '

Independent Bank Commercial Loan Center

Address: 77 Monroe Center St NW #1200, Grand Rapids, MI 49503, USA
Phone: (616) 458-7045
';var m_cb04be454f5055701000fbd9a7c0dd15 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Independent Bank Commercial Loan Center',});m_cb04be454f5055701000fbd9a7c0dd15['infowindow'] = new google.maps.InfoWindow({content: $lcb04be454f5055701000fbd9a7c0dd15});var infowindow = new google.maps.InfoWindow({content: $lcb04be454f5055701000fbd9a7c0dd15});google.maps.event.addListener(m_cb04be454f5055701000fbd9a7c0dd15, 'click', function() {infowindow.open(map,m_cb04be454f5055701000fbd9a7c0dd15);});$marker.push(m_cb04be454f5055701000fbd9a7c0dd15);}});}google.maps.event.addDomListener(window, 'load', initialize);