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.5148,-83.1826)};var g_fd6442f790d15212573c3321d4257185 = new google.maps.Geocoder();g_fd6442f790d15212573c3321d4257185.geocode( { 'address': "30606 Woodward Ave, Royal Oak, MI 48073, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('royal-oak-MI-cornerstone-community-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('royal-oak-MI-cornerstone-community-financial-credit-union'), mapOptions);}document.getElementById('7a02c641').innerHTML += ' | View Map';var $lfd6442f790d15212573c3321d4257185 = '

Cornerstone Community Financial Credit Union

Address: 30606 Woodward Ave, Royal Oak, MI 48073, USA
Phone: (248) 549-3200
';var m_fd6442f790d15212573c3321d4257185 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cornerstone Community Financial Credit Union',});m_fd6442f790d15212573c3321d4257185['infowindow'] = new google.maps.InfoWindow({content: $lfd6442f790d15212573c3321d4257185});var infowindow = new google.maps.InfoWindow({content: $lfd6442f790d15212573c3321d4257185});google.maps.event.addListener(m_fd6442f790d15212573c3321d4257185, 'click', function() {infowindow.open(map,m_fd6442f790d15212573c3321d4257185);});$marker.push(m_fd6442f790d15212573c3321d4257185);}});}google.maps.event.addDomListener(window, 'load', initialize);