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.3453,-83.7394)};var g_1d44d7570407a78b6446c8aa1a63d5f2 = new google.maps.Geocoder();g_1d44d7570407a78b6446c8aa1a63d5f2.geocode( { 'address': "580 N Main St, Frankenmuth, MI 48734, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('frankenmuth-MI-frankenmuth-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('frankenmuth-MI-frankenmuth-credit-union'), mapOptions);}document.getElementById('91c70ece').innerHTML += ' | View Map';var $l1d44d7570407a78b6446c8aa1a63d5f2 = '

Frankenmuth Credit Union

Address: 580 N Main St, Frankenmuth, MI 48734, USA
Phone: (989) 497-1600
';var m_1d44d7570407a78b6446c8aa1a63d5f2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Frankenmuth Credit Union',});m_1d44d7570407a78b6446c8aa1a63d5f2['infowindow'] = new google.maps.InfoWindow({content: $l1d44d7570407a78b6446c8aa1a63d5f2});var infowindow = new google.maps.InfoWindow({content: $l1d44d7570407a78b6446c8aa1a63d5f2});google.maps.event.addListener(m_1d44d7570407a78b6446c8aa1a63d5f2, 'click', function() {infowindow.open(map,m_1d44d7570407a78b6446c8aa1a63d5f2);});$marker.push(m_1d44d7570407a78b6446c8aa1a63d5f2);}});}google.maps.event.addDomListener(window, 'load', initialize);