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.9862,-85.6685)};var g_34380c205198b09c6a5641c1a5ef9494 = new google.maps.Geocoder();g_34380c205198b09c6a5641c1a5ef9494.geocode( { 'address': "1250 Taylor Ave N, Grand Rapids, MI 49505, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-rapids-MI-extra-credit-projects').style.display = '';map = new google.maps.Map(document.getElementById('grand-rapids-MI-extra-credit-projects'), mapOptions);}document.getElementById('01307ac5').innerHTML += ' | View Map';var $l34380c205198b09c6a5641c1a5ef9494 = '

Extra Credit Projects

Address: 1250 Taylor Ave N, Grand Rapids, MI 49505, USA
Phone: (616) 454-2955
';var m_34380c205198b09c6a5641c1a5ef9494 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Extra Credit Projects',});m_34380c205198b09c6a5641c1a5ef9494['infowindow'] = new google.maps.InfoWindow({content: $l34380c205198b09c6a5641c1a5ef9494});var infowindow = new google.maps.InfoWindow({content: $l34380c205198b09c6a5641c1a5ef9494});google.maps.event.addListener(m_34380c205198b09c6a5641c1a5ef9494, 'click', function() {infowindow.open(map,m_34380c205198b09c6a5641c1a5ef9494);});$marker.push(m_34380c205198b09c6a5641c1a5ef9494);}});}google.maps.event.addDomListener(window, 'load', initialize);