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(43.1175,-85.6025)};var g_00660dc0beb9f1ec13a4608711e3b18f = new google.maps.Geocoder();g_00660dc0beb9f1ec13a4608711e3b18f.geocode( { 'address': "2745 10 Mile Road Northeast, Suite H, Rockford, MI 49341, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rockford-MI-meijer-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('rockford-MI-meijer-credit-union'), mapOptions);}document.getElementById('5f247daa').innerHTML += ' | View Map';var $l00660dc0beb9f1ec13a4608711e3b18f = '

Meijer Credit Union

Address: 2745 10 Mile Road Northeast, Suite H, Rockford, MI 49341, USA
Phone: (616) 784-4822
';var m_00660dc0beb9f1ec13a4608711e3b18f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Meijer Credit Union',});m_00660dc0beb9f1ec13a4608711e3b18f['infowindow'] = new google.maps.InfoWindow({content: $l00660dc0beb9f1ec13a4608711e3b18f});var infowindow = new google.maps.InfoWindow({content: $l00660dc0beb9f1ec13a4608711e3b18f});google.maps.event.addListener(m_00660dc0beb9f1ec13a4608711e3b18f, 'click', function() {infowindow.open(map,m_00660dc0beb9f1ec13a4608711e3b18f);});$marker.push(m_00660dc0beb9f1ec13a4608711e3b18f);}});}google.maps.event.addDomListener(window, 'load', initialize);