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.9632,-85.6748)};var g_654fc107e446291dc105ef8bf1957bad = new google.maps.Geocoder();g_654fc107e446291dc105ef8bf1957bad.geocode( { 'address': "237 Fulton W, Grand Rapids, MI 49503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MI-choiceone-bank-loan-center').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-choiceone-bank-loan-center'), mapOptions);}document.getElementById('c3785755').innerHTML += ' | View Map';var $l654fc107e446291dc105ef8bf1957bad = '

ChoiceOne Bank Loan Center

Address: 237 Fulton W, Grand Rapids, MI 49503, USA
Phone: (616) 887-7366
';var m_654fc107e446291dc105ef8bf1957bad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ChoiceOne Bank Loan Center',});m_654fc107e446291dc105ef8bf1957bad['infowindow'] = new google.maps.InfoWindow({content: $l654fc107e446291dc105ef8bf1957bad});var infowindow = new google.maps.InfoWindow({content: $l654fc107e446291dc105ef8bf1957bad});google.maps.event.addListener(m_654fc107e446291dc105ef8bf1957bad, 'click', function() {infowindow.open(map,m_654fc107e446291dc105ef8bf1957bad);});$marker.push(m_654fc107e446291dc105ef8bf1957bad);}});}google.maps.event.addDomListener(window, 'load', initialize);