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(46.2407,-116.477)};var g_2a13b0e7f3a6da9fcbe63770af690224 = new google.maps.Geocoder();g_2a13b0e7f3a6da9fcbe63770af690224.geocode( { 'address': "221 E Main St, Craigmont, ID 83523, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('craigmont-ID-cottonwood-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('craigmont-ID-cottonwood-credit-union'), mapOptions);}document.getElementById('45895bf8').innerHTML += ' | View Map';var $l2a13b0e7f3a6da9fcbe63770af690224 = '

Cottonwood Credit Union

Address: 221 E Main St, Craigmont, ID 83523, USA
Phone: (208) 924-0225
';var m_2a13b0e7f3a6da9fcbe63770af690224 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cottonwood Credit Union',});m_2a13b0e7f3a6da9fcbe63770af690224['infowindow'] = new google.maps.InfoWindow({content: $l2a13b0e7f3a6da9fcbe63770af690224});var infowindow = new google.maps.InfoWindow({content: $l2a13b0e7f3a6da9fcbe63770af690224});google.maps.event.addListener(m_2a13b0e7f3a6da9fcbe63770af690224, 'click', function() {infowindow.open(map,m_2a13b0e7f3a6da9fcbe63770af690224);});$marker.push(m_2a13b0e7f3a6da9fcbe63770af690224);}});}google.maps.event.addDomListener(window, 'load', initialize);