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.8174,-86.248)};var g_4a95ce88f6e1a943a02dc50d516b298d = new google.maps.Geocoder();g_4a95ce88f6e1a943a02dc50d516b298d.geocode( { 'address': "1012 S 11th St, Niles, MI 49120, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('niles-MI-four-flags-area-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('niles-MI-four-flags-area-credit-union'), mapOptions);}document.getElementById('a8c184c4').innerHTML += ' | View Map';var $l4a95ce88f6e1a943a02dc50d516b298d = '

Four Flags Area Credit Union

Address: 1012 S 11th St, Niles, MI 49120, USA
Phone: (269) 684-6512
';var m_4a95ce88f6e1a943a02dc50d516b298d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Four Flags Area Credit Union',});m_4a95ce88f6e1a943a02dc50d516b298d['infowindow'] = new google.maps.InfoWindow({content: $l4a95ce88f6e1a943a02dc50d516b298d});var infowindow = new google.maps.InfoWindow({content: $l4a95ce88f6e1a943a02dc50d516b298d});google.maps.event.addListener(m_4a95ce88f6e1a943a02dc50d516b298d, 'click', function() {infowindow.open(map,m_4a95ce88f6e1a943a02dc50d516b298d);});$marker.push(m_4a95ce88f6e1a943a02dc50d516b298d);}});}google.maps.event.addDomListener(window, 'load', initialize);