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.4377,-85.7404)};var g_6cc0dadbff0fce4f5a17ba415eb94b38 = new google.maps.Geocoder();g_6cc0dadbff0fce4f5a17ba415eb94b38.geocode( { 'address': "246 W River Valley Dr, Newaygo, MI 49337"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newaygo-MI-choice-one-bank').style.display = '';map = new google.maps.Map(document.getElementById('newaygo-MI-choice-one-bank'), mapOptions);}document.getElementById('22dffff4').innerHTML += ' | View Map';var $l6cc0dadbff0fce4f5a17ba415eb94b38 = '

Choice One Bank

Address: 246 W River Valley Dr, Newaygo, MI 49337
Phone: (231) 652-5685
';var m_6cc0dadbff0fce4f5a17ba415eb94b38 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Choice One Bank',});m_6cc0dadbff0fce4f5a17ba415eb94b38['infowindow'] = new google.maps.InfoWindow({content: $l6cc0dadbff0fce4f5a17ba415eb94b38});var infowindow = new google.maps.InfoWindow({content: $l6cc0dadbff0fce4f5a17ba415eb94b38});google.maps.event.addListener(m_6cc0dadbff0fce4f5a17ba415eb94b38, 'click', function() {infowindow.open(map,m_6cc0dadbff0fce4f5a17ba415eb94b38);});$marker.push(m_6cc0dadbff0fce4f5a17ba415eb94b38);}});}google.maps.event.addDomListener(window, 'load', initialize);