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(42.2015,-85.6134)};var g_7f263f8610ef82c2398c55b20cb07e86 = new google.maps.Geocoder();g_7f263f8610ef82c2398c55b20cb07e86.geocode( { 'address': "2050 W Centre Ave, Portage, MI 49024, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portage-MI-arbor-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('portage-MI-arbor-financial-credit-union'), mapOptions);}document.getElementById('2c58c03c').innerHTML += ' | View Map';var $l7f263f8610ef82c2398c55b20cb07e86 = '

Arbor Financial Credit Union

Address: 2050 W Centre Ave, Portage, MI 49024, USA
Phone: (269) 375-6702
';var m_7f263f8610ef82c2398c55b20cb07e86 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Arbor Financial Credit Union',});m_7f263f8610ef82c2398c55b20cb07e86['infowindow'] = new google.maps.InfoWindow({content: $l7f263f8610ef82c2398c55b20cb07e86});var infowindow = new google.maps.InfoWindow({content: $l7f263f8610ef82c2398c55b20cb07e86});google.maps.event.addListener(m_7f263f8610ef82c2398c55b20cb07e86, 'click', function() {infowindow.open(map,m_7f263f8610ef82c2398c55b20cb07e86);});$marker.push(m_7f263f8610ef82c2398c55b20cb07e86);}});}google.maps.event.addDomListener(window, 'load', initialize);