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(41.8302,-86.2535)};var g_306efb2743f7953eb362cb6dbe3406f3 = new google.maps.Geocoder();g_306efb2743f7953eb362cb6dbe3406f3.geocode( { 'address': "507 E Main St, Niles, MI 49120, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('niles-MI-greater-niles-community-fcu').style.display = '';map = new google.maps.Map(document.getElementById('niles-MI-greater-niles-community-fcu'), mapOptions);}document.getElementById('4da4f16d').innerHTML += ' | View Map';var $l306efb2743f7953eb362cb6dbe3406f3 = '

Greater Niles Community FCU

Address: 507 E Main St, Niles, MI 49120, USA
Phone: (269) 684-6005
';var m_306efb2743f7953eb362cb6dbe3406f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Greater Niles Community FCU',});m_306efb2743f7953eb362cb6dbe3406f3['infowindow'] = new google.maps.InfoWindow({content: $l306efb2743f7953eb362cb6dbe3406f3});var infowindow = new google.maps.InfoWindow({content: $l306efb2743f7953eb362cb6dbe3406f3});google.maps.event.addListener(m_306efb2743f7953eb362cb6dbe3406f3, 'click', function() {infowindow.open(map,m_306efb2743f7953eb362cb6dbe3406f3);});$marker.push(m_306efb2743f7953eb362cb6dbe3406f3);}});}google.maps.event.addDomListener(window, 'load', initialize);