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.4919,-83.1407)};var g_c9db91a33f7c9b95eeb17aa5d3cdef5c = new google.maps.Geocoder();g_c9db91a33f7c9b95eeb17aa5d3cdef5c.geocode( { 'address': "3070 Normandy Rd, Royal Oak, MI 48073"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('royal-oak-MI-royal-oakland-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('royal-oak-MI-royal-oakland-community-credit-union'), mapOptions);}document.getElementById('fd45dedd').innerHTML += ' | View Map';var $lc9db91a33f7c9b95eeb17aa5d3cdef5c = '

Royal Oakland Community Credit Union

Address: 3070 Normandy Rd, Royal Oak, MI 48073
Phone: (248) 549-2404
';var m_c9db91a33f7c9b95eeb17aa5d3cdef5c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Royal Oakland Community Credit Union',});m_c9db91a33f7c9b95eeb17aa5d3cdef5c['infowindow'] = new google.maps.InfoWindow({content: $lc9db91a33f7c9b95eeb17aa5d3cdef5c});var infowindow = new google.maps.InfoWindow({content: $lc9db91a33f7c9b95eeb17aa5d3cdef5c});google.maps.event.addListener(m_c9db91a33f7c9b95eeb17aa5d3cdef5c, 'click', function() {infowindow.open(map,m_c9db91a33f7c9b95eeb17aa5d3cdef5c);});$marker.push(m_c9db91a33f7c9b95eeb17aa5d3cdef5c);}});}google.maps.event.addDomListener(window, 'load', initialize);