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.1147,-85.5118)};var g_f3102064ef90bf7d811c330f976366f7 = new google.maps.Geocoder();g_f3102064ef90bf7d811c330f976366f7.geocode( { 'address': "3 N Monroe St, Rockford, MI 49341"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rockford-MI-community-west-credit-union-rockford-branch').style.display = '';map = new google.maps.Map(document.getElementById('rockford-MI-community-west-credit-union-rockford-branch'), mapOptions);}document.getElementById('17bf0a57').innerHTML += ' | View Map';var $lf3102064ef90bf7d811c330f976366f7 = '

Community West Credit Union - Rockford Branch

Address: 3 N Monroe St, Rockford, MI 49341
Phone: (616) 866-8570
';var m_f3102064ef90bf7d811c330f976366f7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community West Credit Union - Rockford Branch',});m_f3102064ef90bf7d811c330f976366f7['infowindow'] = new google.maps.InfoWindow({content: $lf3102064ef90bf7d811c330f976366f7});var infowindow = new google.maps.InfoWindow({content: $lf3102064ef90bf7d811c330f976366f7});google.maps.event.addListener(m_f3102064ef90bf7d811c330f976366f7, 'click', function() {infowindow.open(map,m_f3102064ef90bf7d811c330f976366f7);});$marker.push(m_f3102064ef90bf7d811c330f976366f7);}});}google.maps.event.addDomListener(window, 'load', initialize);