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.0226,-93.6083)};var g_73510abf16e6806326d8251b20e2f466 = new google.maps.Geocoder();g_73510abf16e6806326d8251b20e2f466.geocode( { 'address': "212 E Lincoln Way, Ames, IA 50010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ames-IA-community-choice-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('ames-IA-community-choice-credit-union'), mapOptions);}document.getElementById('f0ea1764').innerHTML += ' | View Map';var $l73510abf16e6806326d8251b20e2f466 = '

Community Choice Credit Union

Address: 212 E Lincoln Way, Ames, IA 50010, USA
Phone: (515) 233-1526
';var m_73510abf16e6806326d8251b20e2f466 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Choice Credit Union',});m_73510abf16e6806326d8251b20e2f466['infowindow'] = new google.maps.InfoWindow({content: $l73510abf16e6806326d8251b20e2f466});var infowindow = new google.maps.InfoWindow({content: $l73510abf16e6806326d8251b20e2f466});google.maps.event.addListener(m_73510abf16e6806326d8251b20e2f466, 'click', function() {infowindow.open(map,m_73510abf16e6806326d8251b20e2f466);});$marker.push(m_73510abf16e6806326d8251b20e2f466);}});}google.maps.event.addDomListener(window, 'load', initialize);