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.9213,-85.5105)};var g_5f9f2b84db061c9b34e26060cb78dbae = new google.maps.Geocoder();g_5f9f2b84db061c9b34e26060cb78dbae.geocode( { 'address': "676 E Main St, Centreville, MI 49032, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('centreville-MI-omni-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('centreville-MI-omni-community-credit-union'), mapOptions);}document.getElementById('26243087').innerHTML += ' | View Map';var $l5f9f2b84db061c9b34e26060cb78dbae = '

OMNI Community Credit Union

Address: 676 E Main St, Centreville, MI 49032, USA
Phone: (866) 666-4969
';var m_5f9f2b84db061c9b34e26060cb78dbae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OMNI Community Credit Union',});m_5f9f2b84db061c9b34e26060cb78dbae['infowindow'] = new google.maps.InfoWindow({content: $l5f9f2b84db061c9b34e26060cb78dbae});var infowindow = new google.maps.InfoWindow({content: $l5f9f2b84db061c9b34e26060cb78dbae});google.maps.event.addListener(m_5f9f2b84db061c9b34e26060cb78dbae, 'click', function() {infowindow.open(map,m_5f9f2b84db061c9b34e26060cb78dbae);});$marker.push(m_5f9f2b84db061c9b34e26060cb78dbae);}});}google.maps.event.addDomListener(window, 'load', initialize);