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.6588,-84.2266)};var g_476e0c8c7ff9bc759b64a9c00c642ea1 = new google.maps.Geocoder();g_476e0c8c7ff9bc759b64a9c00c642ea1.geocode( { 'address': "100 Joseph Dr, Midland, MI 48642, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('midland-MI-wildfire-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('midland-MI-wildfire-credit-union'), mapOptions);}document.getElementById('fd95eb3a').innerHTML += ' | View Map';var $l476e0c8c7ff9bc759b64a9c00c642ea1 = '

Wildfire Credit Union

Address: 100 Joseph Dr, Midland, MI 48642, USA
Phone: (989) 249-8200
';var m_476e0c8c7ff9bc759b64a9c00c642ea1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wildfire Credit Union',});m_476e0c8c7ff9bc759b64a9c00c642ea1['infowindow'] = new google.maps.InfoWindow({content: $l476e0c8c7ff9bc759b64a9c00c642ea1});var infowindow = new google.maps.InfoWindow({content: $l476e0c8c7ff9bc759b64a9c00c642ea1});google.maps.event.addListener(m_476e0c8c7ff9bc759b64a9c00c642ea1, 'click', function() {infowindow.open(map,m_476e0c8c7ff9bc759b64a9c00c642ea1);});$marker.push(m_476e0c8c7ff9bc759b64a9c00c642ea1);}});}google.maps.event.addDomListener(window, 'load', initialize);