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.8559,-83.9655)};var g_0334bbbe24552d27a5c4c2dcc41570c3 = new google.maps.Geocoder();g_0334bbbe24552d27a5c4c2dcc41570c3.geocode( { 'address': "209 N Mable St, Pinconning, MI 48650, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pinconning-MI-united-bay-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('pinconning-MI-united-bay-community-credit-union'), mapOptions);}document.getElementById('fcc1a445').innerHTML += ' | View Map';var $l0334bbbe24552d27a5c4c2dcc41570c3 = '

United Bay Community Credit Union

Address: 209 N Mable St, Pinconning, MI 48650, USA
Phone: (989) 892-4597
';var m_0334bbbe24552d27a5c4c2dcc41570c3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Bay Community Credit Union',});m_0334bbbe24552d27a5c4c2dcc41570c3['infowindow'] = new google.maps.InfoWindow({content: $l0334bbbe24552d27a5c4c2dcc41570c3});var infowindow = new google.maps.InfoWindow({content: $l0334bbbe24552d27a5c4c2dcc41570c3});google.maps.event.addListener(m_0334bbbe24552d27a5c4c2dcc41570c3, 'click', function() {infowindow.open(map,m_0334bbbe24552d27a5c4c2dcc41570c3);});$marker.push(m_0334bbbe24552d27a5c4c2dcc41570c3);}});}google.maps.event.addDomListener(window, 'load', initialize);