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(44.6337,-86.2291)};var g_dbcf16fe2b1bc3033876be456f1e1c3d = new google.maps.Geocoder();g_dbcf16fe2b1bc3033876be456f1e1c3d.geocode( { 'address': "921 Forest Ave, Frankfort, MI 49635, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('frankfort-MI-frankfort-community-fed-cu').style.display = '';map = new google.maps.Map(document.getElementById('frankfort-MI-frankfort-community-fed-cu'), mapOptions);}document.getElementById('2ae21613').innerHTML += ' | View Map';var $ldbcf16fe2b1bc3033876be456f1e1c3d = '

Frankfort Community Fed CU

Address: 921 Forest Ave, Frankfort, MI 49635, USA
Phone: (231) 352-9392
';var m_dbcf16fe2b1bc3033876be456f1e1c3d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Frankfort Community Fed CU',});m_dbcf16fe2b1bc3033876be456f1e1c3d['infowindow'] = new google.maps.InfoWindow({content: $ldbcf16fe2b1bc3033876be456f1e1c3d});var infowindow = new google.maps.InfoWindow({content: $ldbcf16fe2b1bc3033876be456f1e1c3d});google.maps.event.addListener(m_dbcf16fe2b1bc3033876be456f1e1c3d, 'click', function() {infowindow.open(map,m_dbcf16fe2b1bc3033876be456f1e1c3d);});$marker.push(m_dbcf16fe2b1bc3033876be456f1e1c3d);}});}google.maps.event.addDomListener(window, 'load', initialize);