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(44.2692,-85.215)};var g_c14a8e828e98402ce8cad0dfe9912363 = new google.maps.Geocoder();g_c14a8e828e98402ce8cad0dfe9912363.geocode( { 'address': "4817 S Morey Rd, Lake City, MI 49651, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-city-MI-wexford-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lake-city-MI-wexford-community-credit-union'), mapOptions);}document.getElementById('96694bef').innerHTML += ' | View Map';var $lc14a8e828e98402ce8cad0dfe9912363 = '

Wexford Community Credit Union

Address: 4817 S Morey Rd, Lake City, MI 49651, USA
Phone: (231) 839-1004
';var m_c14a8e828e98402ce8cad0dfe9912363 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wexford Community Credit Union',});m_c14a8e828e98402ce8cad0dfe9912363['infowindow'] = new google.maps.InfoWindow({content: $lc14a8e828e98402ce8cad0dfe9912363});var infowindow = new google.maps.InfoWindow({content: $lc14a8e828e98402ce8cad0dfe9912363});google.maps.event.addListener(m_c14a8e828e98402ce8cad0dfe9912363, 'click', function() {infowindow.open(map,m_c14a8e828e98402ce8cad0dfe9912363);});$marker.push(m_c14a8e828e98402ce8cad0dfe9912363);}});}google.maps.event.addDomListener(window, 'load', initialize);