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(42.6148,-83.2762)};var g_687a300f84b368953d4ff03625a12e59 = new google.maps.Geocoder();g_687a300f84b368953d4ff03625a12e59.geocode( { 'address': "44405 Woodward Ave, Pontiac, MI 48341, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pontiac-MI-st-joseph-mercy-financial-a-division-of-credit-union-one').style.display = '';map = new google.maps.Map(document.getElementById('pontiac-MI-st-joseph-mercy-financial-a-division-of-credit-union-one'), mapOptions);}document.getElementById('b6b83728').innerHTML += ' | View Map';var $l687a300f84b368953d4ff03625a12e59 = '

St Joseph Mercy Financial A Division of Credit Union ONE

Address: 44405 Woodward Ave, Pontiac, MI 48341, USA
Phone: (800) 451-4292
';var m_687a300f84b368953d4ff03625a12e59 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'St Joseph Mercy Financial A Division of Credit Union ONE',});m_687a300f84b368953d4ff03625a12e59['infowindow'] = new google.maps.InfoWindow({content: $l687a300f84b368953d4ff03625a12e59});var infowindow = new google.maps.InfoWindow({content: $l687a300f84b368953d4ff03625a12e59});google.maps.event.addListener(m_687a300f84b368953d4ff03625a12e59, 'click', function() {infowindow.open(map,m_687a300f84b368953d4ff03625a12e59);});$marker.push(m_687a300f84b368953d4ff03625a12e59);}});}google.maps.event.addDomListener(window, 'load', initialize);