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(42.5438,-83.0277)};var g_e6cb25ab3176289ab93e2656af414489 = new google.maps.Geocoder();g_e6cb25ab3176289ab93e2656af414489.geocode( { 'address': "33950 Van Dyke, Sterling Heights, MI 48312, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sterling-heights-MI-vibe-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sterling-heights-MI-vibe-credit-union'), mapOptions);}document.getElementById('51948db8').innerHTML += ' | View Map';var $le6cb25ab3176289ab93e2656af414489 = '

Vibe Credit Union

Address: 33950 Van Dyke, Sterling Heights, MI 48312, USA
Phone: (248) 735-9500
';var m_e6cb25ab3176289ab93e2656af414489 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vibe Credit Union',});m_e6cb25ab3176289ab93e2656af414489['infowindow'] = new google.maps.InfoWindow({content: $le6cb25ab3176289ab93e2656af414489});var infowindow = new google.maps.InfoWindow({content: $le6cb25ab3176289ab93e2656af414489});google.maps.event.addListener(m_e6cb25ab3176289ab93e2656af414489, 'click', function() {infowindow.open(map,m_e6cb25ab3176289ab93e2656af414489);});$marker.push(m_e6cb25ab3176289ab93e2656af414489);}});}google.maps.event.addDomListener(window, 'load', initialize);