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.9649,-85.6585)};var g_c9897ec26498e4cd79999dc0a6804904 = new google.maps.Geocoder();g_c9897ec26498e4cd79999dc0a6804904.geocode( { 'address': "1675 Michigan St Ne, Grand Rapids, MI 49503"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MI-riverbank-finance-llc').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-riverbank-finance-llc'), mapOptions);}document.getElementById('2a95f34d').innerHTML += ' | View Map';var $lc9897ec26498e4cd79999dc0a6804904 = '

Riverbank Finance LLC

Address: 1675 Michigan St Ne, Grand Rapids, MI 49503
Phone: (800) 555-2098
';var m_c9897ec26498e4cd79999dc0a6804904 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Riverbank Finance LLC',});m_c9897ec26498e4cd79999dc0a6804904['infowindow'] = new google.maps.InfoWindow({content: $lc9897ec26498e4cd79999dc0a6804904});var infowindow = new google.maps.InfoWindow({content: $lc9897ec26498e4cd79999dc0a6804904});google.maps.event.addListener(m_c9897ec26498e4cd79999dc0a6804904, 'click', function() {infowindow.open(map,m_c9897ec26498e4cd79999dc0a6804904);});$marker.push(m_c9897ec26498e4cd79999dc0a6804904);}});}google.maps.event.addDomListener(window, 'load', initialize);