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.9718,-85.6521)};var g_2b20b3682e832df224a5c404d8f9f365 = new google.maps.Geocoder();g_2b20b3682e832df224a5c404d8f9f365.geocode( { 'address': "504 Grand Ave NE, Grand Rapids, MI 49503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MI-latvian-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-latvian-credit-union'), mapOptions);}document.getElementById('4aaabe0c').innerHTML += ' | View Map';var $l2b20b3682e832df224a5c404d8f9f365 = '

Latvian Credit Union

Address: 504 Grand Ave NE, Grand Rapids, MI 49503, USA
Phone: (616) 454-8012
';var m_2b20b3682e832df224a5c404d8f9f365 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Latvian Credit Union',});m_2b20b3682e832df224a5c404d8f9f365['infowindow'] = new google.maps.InfoWindow({content: $l2b20b3682e832df224a5c404d8f9f365});var infowindow = new google.maps.InfoWindow({content: $l2b20b3682e832df224a5c404d8f9f365});google.maps.event.addListener(m_2b20b3682e832df224a5c404d8f9f365, 'click', function() {infowindow.open(map,m_2b20b3682e832df224a5c404d8f9f365);});$marker.push(m_2b20b3682e832df224a5c404d8f9f365);}});}google.maps.event.addDomListener(window, 'load', initialize);