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.3243,-83.3386)};var g_d4763bd84aff781165cf12e29435a527 = new google.maps.Geocoder();g_d4763bd84aff781165cf12e29435a527.geocode( { 'address': "7075 Merriman Rd, Garden City, MI 48135"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('garden-city-MI-dfcu-finanical').style.display = '';map = new google.maps.Map(document.getElementById('garden-city-MI-dfcu-finanical'), mapOptions);}document.getElementById('1b965bfa').innerHTML += ' | View Map';var $ld4763bd84aff781165cf12e29435a527 = '

DFCU FInanical

Address: 7075 Merriman Rd, Garden City, MI 48135
Phone: (888) 336-2700
';var m_d4763bd84aff781165cf12e29435a527 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'DFCU FInanical',});m_d4763bd84aff781165cf12e29435a527['infowindow'] = new google.maps.InfoWindow({content: $ld4763bd84aff781165cf12e29435a527});var infowindow = new google.maps.InfoWindow({content: $ld4763bd84aff781165cf12e29435a527});google.maps.event.addListener(m_d4763bd84aff781165cf12e29435a527, 'click', function() {infowindow.open(map,m_d4763bd84aff781165cf12e29435a527);});$marker.push(m_d4763bd84aff781165cf12e29435a527);}});}google.maps.event.addDomListener(window, 'load', initialize);