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.5461,-83.0273)};var g_952c6757c1c5278197a45a7ae8297484 = new google.maps.Geocoder();g_952c6757c1c5278197a45a7ae8297484.geocode( { 'address': "34206 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-sterling-heights-community-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sterling-heights-MI-sterling-heights-community-federal-credit-union'), mapOptions);}document.getElementById('47ae18c5').innerHTML += ' | View Map';var $l952c6757c1c5278197a45a7ae8297484 = '

Sterling Heights Community Federal Credit Union

Address: 34206 Van Dyke, Sterling Heights, MI 48312, USA
Phone: (586) 268-3720
';var m_952c6757c1c5278197a45a7ae8297484 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sterling Heights Community Federal Credit Union',});m_952c6757c1c5278197a45a7ae8297484['infowindow'] = new google.maps.InfoWindow({content: $l952c6757c1c5278197a45a7ae8297484});var infowindow = new google.maps.InfoWindow({content: $l952c6757c1c5278197a45a7ae8297484});google.maps.event.addListener(m_952c6757c1c5278197a45a7ae8297484, 'click', function() {infowindow.open(map,m_952c6757c1c5278197a45a7ae8297484);});$marker.push(m_952c6757c1c5278197a45a7ae8297484);}});}google.maps.event.addDomListener(window, 'load', initialize);