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.6047,-84.0899)};var g_33a3dd3e5850b7cea90980c459986cd3 = new google.maps.Geocoder();g_33a3dd3e5850b7cea90980c459986cd3.geocode( { 'address': "4710 N Garfield Rd, Auburn, MI 48611, USA"}, 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('91ca5c2f').innerHTML += ' | View Map';var $l33a3dd3e5850b7cea90980c459986cd3 = '

United Financial Credit Union

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