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(43.6191,-84.0893)};var g_354689bda69c011c7b4a9bc313e2f268 = new google.maps.Geocoder();g_354689bda69c011c7b4a9bc313e2f268.geocode( { 'address': "4716 Garfield Rd, Auburn, MI 48611"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-MI-united-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('auburn-MI-united-financial-credit-union'), mapOptions);}document.getElementById('d6ed30ce').innerHTML += ' | View Map';var $l354689bda69c011c7b4a9bc313e2f268 = '

United Financial Credit Union

Address: 4716 Garfield Rd, Auburn, MI 48611
Phone: (989) 777-3620
';var m_354689bda69c011c7b4a9bc313e2f268 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Financial Credit Union',});m_354689bda69c011c7b4a9bc313e2f268['infowindow'] = new google.maps.InfoWindow({content: $l354689bda69c011c7b4a9bc313e2f268});var infowindow = new google.maps.InfoWindow({content: $l354689bda69c011c7b4a9bc313e2f268});google.maps.event.addListener(m_354689bda69c011c7b4a9bc313e2f268, 'click', function() {infowindow.open(map,m_354689bda69c011c7b4a9bc313e2f268);});$marker.push(m_354689bda69c011c7b4a9bc313e2f268);}});}google.maps.event.addDomListener(window, 'load', initialize);