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.2687,-85.6621)};var g_013c8fb523008502e67c70c9ddc17dc5 = new google.maps.Geocoder();g_013c8fb523008502e67c70c9ddc17dc5.geocode( { 'address': "5713 Venture Park Dr, Kalamazoo, MI 49009, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kalamazoo-MI-honor-credit-union---kalamazoo-branch').style.display = '';map = new google.maps.Map(document.getElementById('kalamazoo-MI-honor-credit-union---kalamazoo-branch'), mapOptions);}document.getElementById('44b1f506').innerHTML += ' | View Map';var $l013c8fb523008502e67c70c9ddc17dc5 = '

Honor Credit Union - Kalamazoo Branch

Address: 5713 Venture Park Dr, Kalamazoo, MI 49009, USA
Phone: (269) 372-4455
';var m_013c8fb523008502e67c70c9ddc17dc5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Honor Credit Union - Kalamazoo Branch',});m_013c8fb523008502e67c70c9ddc17dc5['infowindow'] = new google.maps.InfoWindow({content: $l013c8fb523008502e67c70c9ddc17dc5});var infowindow = new google.maps.InfoWindow({content: $l013c8fb523008502e67c70c9ddc17dc5});google.maps.event.addListener(m_013c8fb523008502e67c70c9ddc17dc5, 'click', function() {infowindow.open(map,m_013c8fb523008502e67c70c9ddc17dc5);});$marker.push(m_013c8fb523008502e67c70c9ddc17dc5);}});}google.maps.event.addDomListener(window, 'load', initialize);