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.5799,-83.6116)};var g_5460128f971388a95f9837eb1a9fac05 = new google.maps.Geocoder();g_5460128f971388a95f9837eb1a9fac05.geocode( { 'address': "180 S Milford Rd, Milford, MI 48381, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milford-charter-township-MI-research-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('milford-charter-township-MI-research-federal-credit-union'), mapOptions);}document.getElementById('4695567d').innerHTML += ' | View Map';var $l5460128f971388a95f9837eb1a9fac05 = '

Research Federal Credit Union

Address: 180 S Milford Rd, Milford, MI 48381, USA
Phone: (248) 685-1583
';var m_5460128f971388a95f9837eb1a9fac05 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Research Federal Credit Union',});m_5460128f971388a95f9837eb1a9fac05['infowindow'] = new google.maps.InfoWindow({content: $l5460128f971388a95f9837eb1a9fac05});var infowindow = new google.maps.InfoWindow({content: $l5460128f971388a95f9837eb1a9fac05});google.maps.event.addListener(m_5460128f971388a95f9837eb1a9fac05, 'click', function() {infowindow.open(map,m_5460128f971388a95f9837eb1a9fac05);});$marker.push(m_5460128f971388a95f9837eb1a9fac05);}});}google.maps.event.addDomListener(window, 'load', initialize);