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.0199,-82.4571)};var g_5df1e77f56141c2a416a093d31daa39f = new google.maps.Geocoder();g_5df1e77f56141c2a416a093d31daa39f.geocode( { 'address': "3002 N River Rd, Fort Gratiot Twp, MI 48059, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-gratiot-township-MI-advia-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fort-gratiot-township-MI-advia-credit-union'), mapOptions);}document.getElementById('0da9b7ba').innerHTML += ' | View Map';var $l5df1e77f56141c2a416a093d31daa39f = '

Advia Credit Union

Address: 3002 N River Rd, Fort Gratiot Twp, MI 48059, USA
Phone: (844) 238-4228
';var m_5df1e77f56141c2a416a093d31daa39f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advia Credit Union',});m_5df1e77f56141c2a416a093d31daa39f['infowindow'] = new google.maps.InfoWindow({content: $l5df1e77f56141c2a416a093d31daa39f});var infowindow = new google.maps.InfoWindow({content: $l5df1e77f56141c2a416a093d31daa39f});google.maps.event.addListener(m_5df1e77f56141c2a416a093d31daa39f, 'click', function() {infowindow.open(map,m_5df1e77f56141c2a416a093d31daa39f);});$marker.push(m_5df1e77f56141c2a416a093d31daa39f);}});}google.maps.event.addDomListener(window, 'load', initialize);