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.6733,-83.2225)};var g_fa45e04412386eaef9d603bc349b5065 = new google.maps.Geocoder();g_fa45e04412386eaef9d603bc349b5065.geocode( { 'address': "3355 University Dr, Auburn Hills, MI 48326, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-hills-MI-intouch-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('auburn-hills-MI-intouch-credit-union'), mapOptions);}document.getElementById('f068cbda').innerHTML += ' | View Map';var $lfa45e04412386eaef9d603bc349b5065 = '

InTouch Credit Union

Address: 3355 University Dr, Auburn Hills, MI 48326, USA
Phone: (248) 292-5720
';var m_fa45e04412386eaef9d603bc349b5065 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'InTouch Credit Union',});m_fa45e04412386eaef9d603bc349b5065['infowindow'] = new google.maps.InfoWindow({content: $lfa45e04412386eaef9d603bc349b5065});var infowindow = new google.maps.InfoWindow({content: $lfa45e04412386eaef9d603bc349b5065});google.maps.event.addListener(m_fa45e04412386eaef9d603bc349b5065, 'click', function() {infowindow.open(map,m_fa45e04412386eaef9d603bc349b5065);});$marker.push(m_fa45e04412386eaef9d603bc349b5065);}});}google.maps.event.addDomListener(window, 'load', initialize);