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.1777,-85.2899)};var g_ab2db33e6e2f1e087ad03b7ce8614797 = new google.maps.Geocoder();g_ab2db33e6e2f1e087ad03b7ce8614797.geocode( { 'address': "10776 W Carson City Rd, Greenville, MI 48838, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenville-MI-michigan-one-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('greenville-MI-michigan-one-community-credit-union'), mapOptions);}document.getElementById('4344a53e').innerHTML += ' | View Map';var $lab2db33e6e2f1e087ad03b7ce8614797 = '

Michigan One Community Credit Union

Address: 10776 W Carson City Rd, Greenville, MI 48838, USA
Phone: (616) 225-2200
';var m_ab2db33e6e2f1e087ad03b7ce8614797 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Michigan One Community Credit Union',});m_ab2db33e6e2f1e087ad03b7ce8614797['infowindow'] = new google.maps.InfoWindow({content: $lab2db33e6e2f1e087ad03b7ce8614797});var infowindow = new google.maps.InfoWindow({content: $lab2db33e6e2f1e087ad03b7ce8614797});google.maps.event.addListener(m_ab2db33e6e2f1e087ad03b7ce8614797, 'click', function() {infowindow.open(map,m_ab2db33e6e2f1e087ad03b7ce8614797);});$marker.push(m_ab2db33e6e2f1e087ad03b7ce8614797);}});}google.maps.event.addDomListener(window, 'load', initialize);