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.6696,-83.2397)};var g_03e0a20d32472d426558c27a28339e44 = new google.maps.Geocoder();g_03e0a20d32472d426558c27a28339e44.geocode( { 'address': "2601 Cambridge Ct # 210, Auburn Hills, MI 48326, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-hills-MI-parda-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('auburn-hills-MI-parda-federal-credit-union'), mapOptions);}document.getElementById('ab59a334').innerHTML += ' | View Map';var $l03e0a20d32472d426558c27a28339e44 = '

Parda Federal Credit Union

Address: 2601 Cambridge Ct # 210, Auburn Hills, MI 48326, USA
Phone: (248) 475-2222
';var m_03e0a20d32472d426558c27a28339e44 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Parda Federal Credit Union',});m_03e0a20d32472d426558c27a28339e44['infowindow'] = new google.maps.InfoWindow({content: $l03e0a20d32472d426558c27a28339e44});var infowindow = new google.maps.InfoWindow({content: $l03e0a20d32472d426558c27a28339e44});google.maps.event.addListener(m_03e0a20d32472d426558c27a28339e44, 'click', function() {infowindow.open(map,m_03e0a20d32472d426558c27a28339e44);});$marker.push(m_03e0a20d32472d426558c27a28339e44);}});}google.maps.event.addDomListener(window, 'load', initialize);