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.248,-85.5891)};var g_a3686c7ae41ca2f7dcf12f21227d6d86 = new google.maps.Geocoder();g_a3686c7ae41ca2f7dcf12f21227d6d86.geocode( { 'address': "4245 S Westnedge Ave, Kalamazoo, MI 49008, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kalamazoo-MI-preferred-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('kalamazoo-MI-preferred-credit-union'), mapOptions);}document.getElementById('cd876442').innerHTML += ' | View Map';var $la3686c7ae41ca2f7dcf12f21227d6d86 = '

Preferred Credit Union

Address: 4245 S Westnedge Ave, Kalamazoo, MI 49008, USA
Phone: (269) 382-1880
';var m_a3686c7ae41ca2f7dcf12f21227d6d86 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Preferred Credit Union',});m_a3686c7ae41ca2f7dcf12f21227d6d86['infowindow'] = new google.maps.InfoWindow({content: $la3686c7ae41ca2f7dcf12f21227d6d86});var infowindow = new google.maps.InfoWindow({content: $la3686c7ae41ca2f7dcf12f21227d6d86});google.maps.event.addListener(m_a3686c7ae41ca2f7dcf12f21227d6d86, 'click', function() {infowindow.open(map,m_a3686c7ae41ca2f7dcf12f21227d6d86);});$marker.push(m_a3686c7ae41ca2f7dcf12f21227d6d86);}});}google.maps.event.addDomListener(window, 'load', initialize);