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.627,-82.9494)};var g_d223a2696b5a585a37c47a79004c6150 = new google.maps.Geocoder();g_d223a2696b5a585a37c47a79004c6150.geocode( { 'address': "Charter Twp of Clinton, MI 48038, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charter-township-of-clinton-MI-dfcu-financial').style.display = '';map = new google.maps.Map(document.getElementById('charter-township-of-clinton-MI-dfcu-financial'), mapOptions);}document.getElementById('5753312b').innerHTML += ' | View Map';var $ld223a2696b5a585a37c47a79004c6150 = '

Dfcu Financial

Address: Charter Twp of Clinton, MI 48038, USA
Phone: (888) 336-2700
';var m_d223a2696b5a585a37c47a79004c6150 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dfcu Financial',});m_d223a2696b5a585a37c47a79004c6150['infowindow'] = new google.maps.InfoWindow({content: $ld223a2696b5a585a37c47a79004c6150});var infowindow = new google.maps.InfoWindow({content: $ld223a2696b5a585a37c47a79004c6150});google.maps.event.addListener(m_d223a2696b5a585a37c47a79004c6150, 'click', function() {infowindow.open(map,m_d223a2696b5a585a37c47a79004c6150);});$marker.push(m_d223a2696b5a585a37c47a79004c6150);}});}google.maps.event.addDomListener(window, 'load', initialize);