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.5951,-83.8447)};var g_faaf2536affe4336d815f90c56011ebb = new google.maps.Geocoder();g_faaf2536affe4336d815f90c56011ebb.geocode( { 'address': "3015 Center Ave, Essexville, MI 48732, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('essexville-MI-catholic-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('essexville-MI-catholic-federal-credit-union'), mapOptions);}document.getElementById('58892b19').innerHTML += ' | View Map';var $lfaaf2536affe4336d815f90c56011ebb = '

Catholic Federal Credit Union

Address: 3015 Center Ave, Essexville, MI 48732, USA
Phone: (989) 799-8744 ext.
';var m_faaf2536affe4336d815f90c56011ebb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Catholic Federal Credit Union',});m_faaf2536affe4336d815f90c56011ebb['infowindow'] = new google.maps.InfoWindow({content: $lfaaf2536affe4336d815f90c56011ebb});var infowindow = new google.maps.InfoWindow({content: $lfaaf2536affe4336d815f90c56011ebb});google.maps.event.addListener(m_faaf2536affe4336d815f90c56011ebb, 'click', function() {infowindow.open(map,m_faaf2536affe4336d815f90c56011ebb);});$marker.push(m_faaf2536affe4336d815f90c56011ebb);}});}google.maps.event.addDomListener(window, 'load', initialize);