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(41.932,-85.6551)};var g_92b1051a5c8b3b72cd9797acab13c637 = new google.maps.Geocoder();g_92b1051a5c8b3b72cd9797acab13c637.geocode( { 'address': "15425 Broadway Rd, Three Rivers, MI 49093, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('three-rivers-MI-omni-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('three-rivers-MI-omni-community-credit-union'), mapOptions);}document.getElementById('9d7af827').innerHTML += ' | View Map';var $l92b1051a5c8b3b72cd9797acab13c637 = '

OMNI Community Credit Union

Address: 15425 Broadway Rd, Three Rivers, MI 49093, USA
Phone: (866) 666-4969
';var m_92b1051a5c8b3b72cd9797acab13c637 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OMNI Community Credit Union',});m_92b1051a5c8b3b72cd9797acab13c637['infowindow'] = new google.maps.InfoWindow({content: $l92b1051a5c8b3b72cd9797acab13c637});var infowindow = new google.maps.InfoWindow({content: $l92b1051a5c8b3b72cd9797acab13c637});google.maps.event.addListener(m_92b1051a5c8b3b72cd9797acab13c637, 'click', function() {infowindow.open(map,m_92b1051a5c8b3b72cd9797acab13c637);});$marker.push(m_92b1051a5c8b3b72cd9797acab13c637);}});}google.maps.event.addDomListener(window, 'load', initialize);