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.8993,-85.7027)};var g_a7cfd105bdc87eb47b55f5caff41688b = new google.maps.Geocoder();g_a7cfd105bdc87eb47b55f5caff41688b.geocode( { 'address': "1509 36th St SW, Wyoming, MI 49509, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wyoming-MI-dfcu-financial').style.display = '';map = new google.maps.Map(document.getElementById('wyoming-MI-dfcu-financial'), mapOptions);}document.getElementById('2078d5cb').innerHTML += ' | View Map';var $la7cfd105bdc87eb47b55f5caff41688b = '

DFCU Financial

Address: 1509 36th St SW, Wyoming, MI 49509, USA
Phone: (888) 336-2700
';var m_a7cfd105bdc87eb47b55f5caff41688b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'DFCU Financial',});m_a7cfd105bdc87eb47b55f5caff41688b['infowindow'] = new google.maps.InfoWindow({content: $la7cfd105bdc87eb47b55f5caff41688b});var infowindow = new google.maps.InfoWindow({content: $la7cfd105bdc87eb47b55f5caff41688b});google.maps.event.addListener(m_a7cfd105bdc87eb47b55f5caff41688b, 'click', function() {infowindow.open(map,m_a7cfd105bdc87eb47b55f5caff41688b);});$marker.push(m_a7cfd105bdc87eb47b55f5caff41688b);}});}google.maps.event.addDomListener(window, 'load', initialize);