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(43.0668,-85.9346)};var g_c17f9faa902baaf345125a6f2e093502 = new google.maps.Geocoder();g_c17f9faa902baaf345125a6f2e093502.geocode( { 'address': "661 W Randall St, Coopersville, MI 49404"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coopersville-MI-choice-one-bank').style.display = '';map = new google.maps.Map(document.getElementById('coopersville-MI-choice-one-bank'), mapOptions);}document.getElementById('590bcc92').innerHTML += ' | View Map';var $lc17f9faa902baaf345125a6f2e093502 = '

Choice One Bank

Address: 661 W Randall St, Coopersville, MI 49404
Phone: (616) 837-9788
';var m_c17f9faa902baaf345125a6f2e093502 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Choice One Bank',});m_c17f9faa902baaf345125a6f2e093502['infowindow'] = new google.maps.InfoWindow({content: $lc17f9faa902baaf345125a6f2e093502});var infowindow = new google.maps.InfoWindow({content: $lc17f9faa902baaf345125a6f2e093502});google.maps.event.addListener(m_c17f9faa902baaf345125a6f2e093502, 'click', function() {infowindow.open(map,m_c17f9faa902baaf345125a6f2e093502);});$marker.push(m_c17f9faa902baaf345125a6f2e093502);}});}google.maps.event.addDomListener(window, 'load', initialize);