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.8141,-83.7056)};var g_c10dd32be9aca68bcd3b9f3986589b42 = new google.maps.Geocoder();g_c10dd32be9aca68bcd3b9f3986589b42.geocode( { 'address': "1390 N Leroy St, Fenton, MI 48430, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fenton-MI-elga-credit-union-fenton').style.display = '';map = new google.maps.Map(document.getElementById('fenton-MI-elga-credit-union-fenton'), mapOptions);}document.getElementById('8325bab3').innerHTML += ' | View Map';var $lc10dd32be9aca68bcd3b9f3986589b42 = '

ELGA Credit Union Fenton

Address: 1390 N Leroy St, Fenton, MI 48430, USA
Phone: (810) 715-3542
';var m_c10dd32be9aca68bcd3b9f3986589b42 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ELGA Credit Union Fenton',});m_c10dd32be9aca68bcd3b9f3986589b42['infowindow'] = new google.maps.InfoWindow({content: $lc10dd32be9aca68bcd3b9f3986589b42});var infowindow = new google.maps.InfoWindow({content: $lc10dd32be9aca68bcd3b9f3986589b42});google.maps.event.addListener(m_c10dd32be9aca68bcd3b9f3986589b42, 'click', function() {infowindow.open(map,m_c10dd32be9aca68bcd3b9f3986589b42);});$marker.push(m_c10dd32be9aca68bcd3b9f3986589b42);}});}google.maps.event.addDomListener(window, 'load', initialize);