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(40.3958,-104.757)};var g_406adfdfa75665c4eb2a0e2e1b82c145 = new google.maps.Geocoder();g_406adfdfa75665c4eb2a0e2e1b82c145.geocode( { 'address': "2555 47th Ave, Greeley, CO 80634, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greeley-CO-weld-schools-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('greeley-CO-weld-schools-credit-union'), mapOptions);}document.getElementById('640db286').innerHTML += ' | View Map';var $l406adfdfa75665c4eb2a0e2e1b82c145 = '

Weld Schools Credit Union

Address: 2555 47th Ave, Greeley, CO 80634, USA
Phone: (970) 330-9728
';var m_406adfdfa75665c4eb2a0e2e1b82c145 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Weld Schools Credit Union',});m_406adfdfa75665c4eb2a0e2e1b82c145['infowindow'] = new google.maps.InfoWindow({content: $l406adfdfa75665c4eb2a0e2e1b82c145});var infowindow = new google.maps.InfoWindow({content: $l406adfdfa75665c4eb2a0e2e1b82c145});google.maps.event.addListener(m_406adfdfa75665c4eb2a0e2e1b82c145, 'click', function() {infowindow.open(map,m_406adfdfa75665c4eb2a0e2e1b82c145);});$marker.push(m_406adfdfa75665c4eb2a0e2e1b82c145);}});}google.maps.event.addDomListener(window, 'load', initialize);